Skip to content
Snippets Groups Projects
Verified Commit f1a3a6d0 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

otlp-collector: Fix elasticsearch.index.prefix name

Otherwise, it's not storing records in the right index.

Refs. swh/infra/sysadm-environment#4955
parent e4ca6fc6
No related branches found
No related tags found
No related merge requests found
......@@ -246,8 +246,8 @@ config:
value: {{ .Values.clusterName }}
action: insert
# for dynamic indexation, the environment is the index prefix
- key: index.prefix
value: {{ ( print $environment "-" ) }}
- key: elasticsearch.index.prefix
value: {{ print $environment "-" }}
action: insert
attributes/regexp_insert:
actions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment