fixup
This commit is contained in:
parent
690c0b7027
commit
871a33e841
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue