Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion stacks/_templates/vector-aggregator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down