From 426a7944450dce257efe56eb07cb7258e0f91037 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 18 Mar 2024 22:31:27 -0400 Subject: [PATCH] fixup --- docker/fluentd/fluent.conf | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index 9458d4e..31f1656 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -18,20 +18,20 @@ -# # Matches logs and forwards them to Sentry -# -# @type http -# endpoint_url https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc -# headers {"Content-Type":"application/json"} -# http_method post -# -# flush_interval 10s -# -# -# @type json -# -# - +# Matches logs and forwards them to Sentry - @type stdout - \ No newline at end of file + @type http + endpoint_url https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc + headers {"Content-Type":"application/json"} + http_method post + + flush_interval 10s + + + @type json + + + +# +# @type stdout +# \ No newline at end of file