This commit is contained in:
Colin 2024-03-18 22:27:21 -04:00
parent 85a41dc6b9
commit 5105eebdf7
1 changed files with 16 additions and 13 deletions

View File

@ -18,17 +18,20 @@
</filter> </filter>
# Matches logs and forwards them to Sentry # # Matches logs and forwards them to Sentry
<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 {"Content-Type":"application/json"}
http_method post # http_method post
<buffer> # <buffer>
flush_interval 10s # flush_interval 10s
</buffer> # </buffer>
<format> # <format>
@type json # @type json
</format> # </format>
</match> # </match>
<match **>
@type stdout
</match>