-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
PluginsdiscussIssues intended to help drive brainstorming and decision makingIssues intended to help drive brainstorming and decision making
Description
Describe the bug
ES introduced concept to system indices to supercede dot indices in ES version 7 . There are following benefits to use system indices :
- Dedicated read and write pool
- Prioritized recovery for system indices
- Enable automated upgrade of indices .
- There are some dot indices that do not necessarily fit the mold of a normal system index; instead they store data that the system produces with the intent that users can also query against this data. This has mingled with system index definition today , which should rather move to
hidden index. - Ease of security configuration for system indices.
The dot indices created by user is a warning in 7.x and deprecated in 8.x in favor of system indices.
I think OpenSearch also move to system indices and move away from dot indices to get the benefits of same .
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PluginsdiscussIssues intended to help drive brainstorming and decision makingIssues intended to help drive brainstorming and decision making