You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
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 :
hidden index
.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
The text was updated successfully, but these errors were encountered: