This commit is contained in:
Colin 2024-03-18 23:12:37 -04:00
parent 690c0b7027
commit 871a33e841
1 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<source> <source>
@type forward @type forward
port 24224 port 24224
bind 0.0.0.0 bind "0.0.0.0"
</source> </source>
<filter **> <filter **>
@ -19,11 +19,11 @@
<match **> <match **>
@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"
<headers>
Content-Type "application/json"
</headers>
http_method post http_method post
<headers>
Content-Type application/json
</headers>
<buffer> <buffer>
flush_interval 10s flush_interval 10s
</buffer> </buffer>
@ -31,3 +31,9 @@
@type json @type json
</format> </format>
</match> </match>
<label @FLUENT_LOG>
<match fluent.**>
@type stdout
</match>
</label>