Skip to content

[Index Patterns] Allow creation of cross cluster index patterns when cluster is <7.9 #77825

@mattkime

Description

@mattkime

7.9 introduced the resolve api which is used by the UI when creating an index pattern. It determines whether or not there's a match to an index pattern. Cross cluster search is supported by ±1 major version, which means we need to use an api call that works on 6+. The resolve api is necessary for surfacing data streams so we'll fire off two requests - the resolve api and the previously used search request - and merge the results.

We can revert to a single cross cluster request in kibana v9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature:Data ViewsData Views code and UI - index patterns before 8.0bugFixes for quality problems that affect the customer experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions