Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

List Indices should use _resolve/index API to support both local and remote indices #210

Copy link
Copy link
@AndrewMcQuerry

Description

@AndrewMcQuerry
Issue body actions

When using Cross Cluster Search with Remote clusters, it's much preferred to use the _resolve/index API rather than the _cat/indices API.

The following two patterns can be used to identify both local and remote indices at the same time

  • Remote: *:*<pattern>*
  • Local: *<pattern>*

Example for .monitoring pattern:

GET _resolve/index/*:*.monitoring*,*.monitoring*?filter_path=*.name

This would provide a much more cohesive experience for users who have no idea where the data lives.

It also provides context as to whether the found match is an "indices", "aliases" or "data_streams".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.