diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf
index c2e14bc..f7e37eb 100644
--- a/docker/fluentd/fluent.conf
+++ b/docker/fluentd/fluent.conf
@@ -1,7 +1,7 @@
@type forward
port 24224
- bind 0.0.0.0
+ bind "0.0.0.0"
@@ -19,11 +19,11 @@
@type http
- endpoint_url https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc
-
- Content-Type "application/json"
-
+ endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
http_method post
+
+ Content-Type application/json
+
flush_interval 10s
@@ -31,3 +31,9 @@
@type json
+
+