From 1dce7020019be3f144974034dd688a8dcc27e7f9 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 16 Apr 2024 13:10:45 +0000 Subject: [PATCH] Update docker/fluentd/fluent.conf --- docker/fluentd/fluent.conf | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index 3355690..b223255 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -26,27 +26,21 @@ - @type copy - - @type stdout - - - @type http - endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc" - http_method post - - flush_interval 10s - - - @type json - - - headers {"Content-Type":"application/json"} - - + @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