-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Closed
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates:StorageEngine/TSDBYou know, for MetricsYou know, for Metrics>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management teamTeam: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.
Metadata
Metadata
Assignees
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates:StorageEngine/TSDBYou know, for MetricsYou know, for Metrics>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management teamTeam:StorageEngine