Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 282a0d2

Browse files
Document why the auto-detection of the OpenSearch API version does not work (#272)
## Description Document why the auto-detection of the OpenSearch API version does not work
1 parent fed94ca commit 282a0d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stacks/_templates/vector-aggregator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ options:
2020
endpoints:
2121
- https://opensearch-cluster-master.default.svc.cluster.local:9200
2222
mode: bulk
23+
# The auto-detection of the API version does not work in Vector
24+
# 0.31.0 for OpenSearch, so the version must be set explicitly
25+
# (see https://github.com/vectordotdev/vector/issues/17690).
2326
api_version: v8
2427
tls:
2528
# Add the certificate of the Certificate Authority

0 commit comments

Comments
 (0)