-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Closed
Labels
:Data Management/Indices APIsDO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.:StorageEngine/TSDBYou know, for MetricsYou know, for Metrics>enhancementTeam:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.Team:StorageEngine
Description
Description
Sometimes Kibana needs to know which ES indices are "TSDB", for example, to show them in METRICS ES|QL command autocomplete. Currently, the most efficient way to fetch such list is to first query for all indices using the GET /_resolve/index/* call and then loop through each index and execute GET /<index>/_settings for each index.
Instead, provide index mode metadata directly in the GET /_resolve/index/* API response, so that GET /<index>/_settings does not need to be called for each index.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Data Management/Indices APIsDO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.DO NOT USE. Use ":Distributed/Indices APIs" or ":StorageEngine/Templates" instead.:StorageEngine/TSDBYou know, for MetricsYou know, for Metrics>enhancementTeam:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.Team:StorageEngine