From 5ede6b2dc8e012c77b69d4dd535ea9b20b9dae33 Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Thu, 12 Feb 2026 16:26:39 +0100 Subject: [PATCH] fix(logging): Use the discovery ConfigMap of OpenSearch for the Vector aggregator --- stacks/_templates/vector-aggregator.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stacks/_templates/vector-aggregator.yaml b/stacks/_templates/vector-aggregator.yaml index 9b6c3c5f..469ec23f 100644 --- a/stacks/_templates/vector-aggregator.yaml +++ b/stacks/_templates/vector-aggregator.yaml @@ -23,7 +23,7 @@ options: inputs: - vector endpoints: - - https://opensearch.default.svc.cluster.local:9200 + - $OPENSEARCH_HOSTS mode: bulk # The auto-detection of the API version does not work in Vector # 0.41.1 for OpenSearch, so the version must be set explicitly @@ -38,6 +38,9 @@ options: strategy: basic user: admin password: {{ openSearchAdminPassword }} + envFrom: + - configMapRef: + name: opensearch extraVolumeMounts: # Use the certificate generated by the secret-operator - name: tls