diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf
index 700a46d..3766a25 100644
--- a/docker/fluentd/fluent.conf
+++ b/docker/fluentd/fluent.conf
@@ -8,37 +8,14 @@
bind 0.0.0.0
-
- @type monitor_agent
- bind 0.0.0.0
- port 24220
- tag fluentd.monitor.*
-
-
- @type parser
- key_name log
- reserve_data true
-
- @type regexp
- expression /(?.*Rocket has launched.*)/
-
+ @type grep
+
+ key log
+ pattern /Rocket has launched/
+
- @type http
- endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc"
- http_method post
- serializer json
-
- flush_interval 10s
-
-
- @type json
-
- headers {"Content-Type":"application/json"}
-
-
-
@type stdout