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
Get Feature API currently only return the list of features. It would be great to have the list of indices being part of a feature as well.
For example: ".kibana_*", ".reporting-*", ".apm-agent-configuration*", ".apm-custom-link*" indices list showing up for the Kibana feature.
It would be particularly helpful during restores to determine if an index is part of a feature as there is no other way I'm aware of other than checking ES source code atm. A feature state "backed" index can only be restored via feature_states and not via the "indices" param as these are either system indices or system data streams.
The text was updated successfully, but these errors were encountered:
Description
Get Feature API currently only return the list of features. It would be great to have the list of indices being part of a feature as well.
For example:
".kibana_*", ".reporting-*", ".apm-agent-configuration*", ".apm-custom-link*"
indices list showing up for the Kibana feature.It would be particularly helpful during restores to determine if an index is part of a feature as there is no other way I'm aware of other than checking ES source code atm. A feature state "backed" index can only be restored via feature_states and not via the "indices" param as these are either system indices or system data streams.
The text was updated successfully, but these errors were encountered: