From 7b784cf31d92dc5e0851ba5f1ab96ccf45dbfc93 Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Tue, 27 May 2025 13:55:01 +0200 Subject: [PATCH] test(logs): WiP first adjustment in vector config to ship to central o12y --- otc/ABC/stacks/core/vector/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/otc/ABC/stacks/core/vector/values.yaml b/otc/ABC/stacks/core/vector/values.yaml index 7638071..51757e5 100644 --- a/otc/ABC/stacks/core/vector/values.yaml +++ b/otc/ABC/stacks/core/vector/values.yaml @@ -39,7 +39,7 @@ customConfig: type: elasticsearch inputs: [parser] endpoints: - - http://vlogs-victorialogs:9428/insert/elasticsearch/ + - https://o12y.penguin-observability.think-ahead.cloud/insert/elasticsearch/ mode: bulk api_version: v8 compression: gzip @@ -50,5 +50,5 @@ customConfig: VL-Time-Field: timestamp VL-Stream-Fields: stream,kubernetes.pod_name,kubernetes.container_name,kubernetes.pod_namespace VL-Msg-Field: message,msg,_msg,log.msg,log.message,log - AccountID: "0" - ProjectID: "0" \ No newline at end of file + AccountID: "2" + ProjectID: "2" \ No newline at end of file