Skip to content
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

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

aabouzaid
Copy link
Member

@aabouzaid aabouzaid commented Dec 5, 2024

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:

  • In the repo's root dir, run make go.update-golden-only.
  • There is no other open pull request for the same update/change.
  • Tests for charts are added (if needed).
  • In-repo documentation are updated (if needed).

After opening the PR:

  • Did you sign our CLA (Contributor License Agreement)? It will show once you open the PR.
  • Did all checks/tests pass in the PR?

@aabouzaid aabouzaid added the size/xs Relative effort/time: Extra Small label Dec 5, 2024
@aabouzaid aabouzaid self-assigned this Dec 5, 2024
@aabouzaid aabouzaid force-pushed the 2610-aa-add-core-index-prefix branch from 292cfdb to cb09142 Compare December 5, 2024 17:18
@aabouzaid aabouzaid force-pushed the 2610-aa-add-core-index-prefix branch from cb09142 to 2107883 Compare December 5, 2024 17:29
@aabouzaid aabouzaid changed the title feat: add core unified prefix for es/os feat: add core unified prefix for Elasticsearch/OpenSearch Dec 5, 2024
@aabouzaid aabouzaid marked this pull request as ready for review December 5, 2024 17:55
@aabouzaid aabouzaid merged commit 68a5e5b into main Dec 5, 2024
24 checks passed
@aabouzaid aabouzaid deleted the 2610-aa-add-core-index-prefix branch December 5, 2024 17:55
Comment on lines +274 to +276
{{- if .Values.core.index.prefix }}
prefix: {{ .Values.core.index.prefix | quote }}
{{- end }}
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in: ae9c825

Comment on lines +26 to +30
settings:
{{- if .Values.core.index.prefix }}
index:
prefix: {{ .Values.core.index.prefix | quote }}
{{- end }}
Copy link
Member

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in: ae9c825

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/optimize size/xs Relative effort/time: Extra Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants