This commit is contained in:
Colin 2024-03-18 22:10:22 -04:00
parent 0f63dc5158
commit 85a41dc6b9
1 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,8 @@
# Matches logs and forwards them to Sentry
<match **>
@type http
endpoint https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc
headers {"Content-Type": "application/json"}
endpoint_url https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc
headers {"Content-Type":"application/json"}
http_method post
<buffer>
flush_interval 10s
@ -31,3 +31,4 @@
@type json
</format>
</match>