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

[FEATURE] Parse additionalConfig and additionalOsdConfig for existing key/values #101

Closed
gaiksaya opened this issue Feb 5, 2024 · 0 comments · Fixed by #102
Closed

[FEATURE] Parse additionalConfig and additionalOsdConfig for existing key/values #101

gaiksaya opened this issue Feb 5, 2024 · 0 comments · Fixed by #102
Assignees
Labels
enhancement New feature or request

Comments

@gaiksaya
Copy link
Member

gaiksaya commented Feb 5, 2024

Is your feature request related to a problem?

The current implementation of additionalConfig and additionalOsdConfig, just blindly adds the config to the opensearch.yml and opensearch-Dashboards.yml respectively. If the user wants to override the current default config (Example: cluster.name), it is not possible

What solution would you like?

Parse the existing config key/value pairs in opensearch.yml and opensearch-Dashboards.yml with additionalConfig and additionalOsdConfig values, remove existing duplicate config and then add additional one.

What alternatives have you considered?

A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?

Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant