Update docker/fluentd/fluent.conf
This commit is contained in:
parent
c9e414689e
commit
1dce702001
|
@ -26,27 +26,21 @@
|
|||
</filter>
|
||||
|
||||
<match docker.**>
|
||||
@type copy
|
||||
<store>
|
||||
@type stdout
|
||||
</store>
|
||||
<store>
|
||||
@type http
|
||||
endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
|
||||
http_method post
|
||||
<buffer>
|
||||
flush_interval 10s
|
||||
</buffer>
|
||||
<format>
|
||||
@type json
|
||||
</format>
|
||||
<request>
|
||||
headers {"Content-Type":"application/json"}
|
||||
</request>
|
||||
</store>
|
||||
@type http
|
||||
endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
|
||||
http_method post
|
||||
serializer json
|
||||
<buffer>
|
||||
flush_interval 10s
|
||||
</buffer>
|
||||
<format>
|
||||
@type json
|
||||
</format>
|
||||
headers {"Content-Type":"application/json"}
|
||||
</match>
|
||||
|
||||
|
||||
|
||||
<match fluentd.monitor.**>
|
||||
@type stdout
|
||||
</match>
|
||||
|
|
Loading…
Reference in New Issue