Skip to content

Commit 7b88c8d

Browse files
committed
fix vector aggregator
1 parent 9fc7238 commit 7b88c8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stacks/_templates/vector-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ options:
2323
inputs:
2424
- vector
2525
endpoints:
26-
- https://opensearch-cluster-master.default.svc.cluster.local:9200
26+
- https://opensearch.default.svc.cluster.local:9200
2727
mode: bulk
2828
# The auto-detection of the API version does not work in Vector
2929
# 0.41.1 for OpenSearch, so the version must be set explicitly

stacks/stacks-v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ stacks:
8383
- vector
8484
manifests:
8585
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/vector-aggregator-discovery.yaml
86-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/stacks/logging/opensearch.yaml
87-
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/stacks/_templates/opensearch-dashboards.yaml
86+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/logging/opensearch.yaml
87+
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/opensearch-dashboards.yaml
8888
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/logging/setup-opensearch-dashboards.yaml
8989
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/vector-aggregator.yaml
9090
supportedNamespaces: []

0 commit comments

Comments
 (0)