Version before this worked kinda.

Testing sentry integration.
This commit is contained in:
colin 2024-04-15 21:35:57 +00:00
parent e7b2aa6662
commit f760874e20
1 changed files with 17 additions and 3 deletions

View File

@ -21,7 +21,21 @@
</regexp>
</filter>
<match *>
@type stdout
<match docker.**>
@type copy
<store>
@type stdout
</store>
<store>
@type http
endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
http_method post
<buffer>
flush_interval 10s
</buffer>
<format>
@type json
</format>
headers {"Content-Type":"application/json"}
</store>
</match>