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] Allow configuring concurrent segment search per-cluster and per-index #216

Open
scottlaird-figma opened this issue Oct 3, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@scottlaird-figma
Copy link

Is your feature request related to a problem?

We would like to be able to turn concurrent segment search on and off via Terraform. Without this, we need to manually enable or disable it via Opensearch's dashboard, which leads to inconsistency.

What solution would you like?

Add a search_concurrent_segment_search_enabled setting and possibly a search_concurrent_segment_search_mode (for OS 2.17 only) setting to both opensearch_index and opensearch_cluster_settings.

What alternatives have you considered?

We can set this manually, but we have quite a few clusters and inevitably we lose track of where it's been enabled and disabled. Using Terraform would bring this in line with other config settings that we manage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: 📦 Backlog
Development

No branches or pull requests

2 participants