fixup
This commit is contained in:
parent
22b55aace6
commit
426a794445
|
@ -18,20 +18,20 @@
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
|
|
||||||
# # Matches logs and forwards them to Sentry
|
# Matches logs and forwards them to Sentry
|
||||||
# <match **>
|
|
||||||
# @type http
|
|
||||||
# endpoint_url https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc
|
|
||||||
# headers {"Content-Type":"application/json"}
|
|
||||||
# http_method post
|
|
||||||
# <buffer>
|
|
||||||
# flush_interval 10s
|
|
||||||
# </buffer>
|
|
||||||
# <format>
|
|
||||||
# @type json
|
|
||||||
# </format>
|
|
||||||
# </match>
|
|
||||||
|
|
||||||
<match **>
|
<match **>
|
||||||
@type stdout
|
@type http
|
||||||
</match>
|
endpoint_url https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc
|
||||||
|
headers {"Content-Type":"application/json"}
|
||||||
|
http_method post
|
||||||
|
<buffer>
|
||||||
|
flush_interval 10s
|
||||||
|
</buffer>
|
||||||
|
<format>
|
||||||
|
@type json
|
||||||
|
</format>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
# <match **>
|
||||||
|
# @type stdout
|
||||||
|
# </match>
|
Loading…
Reference in New Issue