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

replace hard-coded config values with properties settings #929

Merged
merged 16 commits into from
Dec 14, 2024

Conversation

naknomum
Copy link
Member

@naknomum naknomum commented Dec 6, 2024

basic OpenSearch settings can now be set via properties file

PR fixes #783

Changes

  • no longer hard-coded, will use OpenSearch.properties if available
  • defaults to original hard-coded values
  • OpenSearch.properties file added with example values
  • additional exception/shepherd handling improvements (thx @holmbergius )

@naknomum naknomum marked this pull request as ready for review December 13, 2024 21:16
@naknomum naknomum requested a review from holmbergius December 13, 2024 21:16
Copy link
Contributor

@holmbergius holmbergius left a comment

Choose a reason for hiding this comment

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

Look clean and conservative

@holmbergius holmbergius merged commit f5c1a9c into main Dec 14, 2024
1 check passed
@holmbergius holmbergius deleted the 783_opensearch_settings branch December 14, 2024 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move hard-coded OpenSearch values into properties file
2 participants