From 85a41dc6b985082d67f70aa2e8cb7c555ae08c41 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 18 Mar 2024 22:10:22 -0400 Subject: [PATCH] fixup --- docker/fluentd/fluent.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index 7067cc6..fc28624 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -21,8 +21,8 @@ # Matches logs and forwards them to Sentry @type http - endpoint https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc - headers {"Content-Type": "application/json"} + endpoint_url https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc + headers {"Content-Type":"application/json"} http_method post flush_interval 10s @@ -31,3 +31,4 @@ @type json +