Version before this worked kinda.
Testing sentry integration.
This commit is contained in:
parent
e7b2aa6662
commit
f760874e20
|
@ -21,7 +21,21 @@
|
||||||
</regexp>
|
</regexp>
|
||||||
</filter>
|
</filter>
|
||||||
|
|
||||||
|
<match docker.**>
|
||||||
<match *>
|
@type copy
|
||||||
@type stdout
|
<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>
|
</match>
|
||||||
|
|
Loading…
Reference in New Issue