From 04cb7da6d6a61bd4c2707803ef81302dba5ec54c Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Fri, 7 Nov 2025 20:38:23 +0000 Subject: [PATCH] chore(fluentd): update production endpoint and x-oneuptime token in Fluentd config (Fluentd/fluent.conf) --- Fluentd/fluent.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fluentd/fluent.conf b/Fluentd/fluent.conf index eb2e1fadcb..802128abf9 100644 --- a/Fluentd/fluent.conf +++ b/Fluentd/fluent.conf @@ -23,10 +23,10 @@ @type http # endpoint http://fluent-ingest:3401/fluent-ingest/fluentd/v1/logs # This is if you're testing in local development - endpoint https://test.oneuptime.com/fluentd/logs # This is for prod environment + endpoint https://oneuptimedev.genosyn.com/fluentd/logs # This is for prod environment open_timeout 2 # Please make sure you change the token and service name to your own - headers {"x-oneuptime-token":"76392c80-a8ff-11ef-99fa-01081dde722e", "x-oneuptime-service-name": "fluentd-logs"} + headers {"x-oneuptime-token":"59ab0130-bb12-11f0-93c0-5facb227e39b", "x-oneuptime-service-name": "fluentd-logs"} content_type application/json json_array true