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 @type http
<store> endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
@type stdout http_method post
</store> serializer json
<store> <buffer>
@type http flush_interval 10s
endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc" </buffer>
http_method post <format>
<buffer> @type json
flush_interval 10s </format>
</buffer> headers {"Content-Type":"application/json"}
<format>
@type json
</format>
<request>
headers {"Content-Type":"application/json"}
</request>
</store>
</match> </match>
<match fluentd.monitor.**> <match fluentd.monitor.**>
@type stdout @type stdout
</match> </match>