Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 13:10:45 +00:00
parent c9e414689e
commit 1dce702001
1 changed files with 12 additions and 18 deletions

View File

@ -26,27 +26,21 @@
</filter> </filter>
<match docker.**> <match docker.**>
@type copy
<store>
@type stdout
</store>
<store>
@type http @type http
endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc" endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
http_method post http_method post
serializer json
<buffer> <buffer>
flush_interval 10s flush_interval 10s
</buffer> </buffer>
<format> <format>
@type json @type json
</format> </format>
<request>
headers {"Content-Type":"application/json"} headers {"Content-Type":"application/json"}
</request>
</store>
</match> </match>
<match fluentd.monitor.**> <match fluentd.monitor.**>
@type stdout @type stdout
</match> </match>