From 1a47402ce3028ec63dc9a00232899a749b3ac2d9 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Sat, 3 Feb 2024 09:10:57 +0000 Subject: [PATCH] Update Fluentd endpoint and service token --- Fluentd/fluent.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Fluentd/fluent.conf b/Fluentd/fluent.conf index 9d32ac28af..8ad63ec7d5 100644 --- a/Fluentd/fluent.conf +++ b/Fluentd/fluent.conf @@ -14,10 +14,11 @@ @type http - endpoint https://test.oneuptime.com/fluentd/logs + # endpoint http://ingestor:3400/ingestor/fluentd/v1/logs # This is if you're testing in local development + endpoint https://test.oneuptime.com/fluentd/logs # This is for test environment open_timeout 2 - headers {"x-oneuptime-service-token":"ce9e9f0d-ea65-4d6d-9efc-1b4cfc8759ae"} + headers {"x-oneuptime-service-token":"72f87070-c1c0-11ee-938d-f587493d9c6f"} content_type application/json json_array true