From f760874e20eabf77e14f9e9dc066f73a555f0bd9 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 15 Apr 2024 21:35:57 +0000 Subject: [PATCH] Version before this worked kinda. Testing sentry integration. --- docker/fluentd/fluent.conf | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index eee9ba4..a0b9189 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -21,7 +21,21 @@ - - - @type stdout + + @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"} +