-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add core unified prefix for Elasticsearch/OpenSearch #2643
Conversation
292cfdb
to
cb09142
Compare
cb09142
to
2107883
Compare
{{- if .Values.core.index.prefix }} | ||
prefix: {{ .Values.core.index.prefix | quote }} | ||
{{- end }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ I think here we wanted to keep the other prefix right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in: ae9c825
settings: | ||
{{- if .Values.core.index.prefix }} | ||
index: | ||
prefix: {{ .Values.core.index.prefix | quote }} | ||
{{- end }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ If we use for the ES exporter different prefix, then likely we need to use here the same for optimize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in: ae9c825
Which problem does the PR fix?
Task: #2610
What's in this PR?
Added core unified prefix for Elasticsearch/OpenSearch.
Checklist
Please make sure to follow our Contributing Guide.
Before opening the PR:
make go.update-golden-only
.After opening the PR: