Skip to content

Expose additional index attributes via _cat/indices #37499

@jakelandis

Description

@jakelandis

Some newer features have been introduce that would be good additions to the responses of the cat index API.

  • Cross cluster replication - is an index a leader or follower ?
  • Index Lifecycle management - is the index managed, if so, what phase is it in ?
  • Frozen indicies - is the index frozen ? Note - this can be determined by the search.throttled attribute, but it would be nice if the attribute was specific to an index that has been frozen.
  • Rollups - is the index a result of a roll up ?

All (or most) of this information can be found via other APIs, but index centric information would be nice to be exposed via the _cat/indices API.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions