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>
@type forward
port 24224
bind 0.0.0.0
bind "0.0.0.0"
</source>
<filter **>
@ -19,11 +19,11 @@
<match **>
@type http
endpoint_url https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc
<headers>
Content-Type "application/json"
</headers>
endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
http_method post
<headers>
Content-Type application/json
</headers>
<buffer>
flush_interval 10s
</buffer>
@ -31,3 +31,9 @@
@type json
</format>
</match>
<label @FLUENT_LOG>
<match fluent.**>
@type stdout
</match>
</label>