Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mattkime opened this issue Sep 17, 2020 · 3 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Data Views Data Views code and UI - index patterns before 8.0

Comments

@mattkime
Copy link
Contributor

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.

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@majagrubic majagrubic added the Feature:Data Views Data Views code and UI - index patterns before 8.0 label Sep 21, 2020
@fdartayre
Copy link

Thanks for reporting @mattkime, this looks like a bug to me since it prevents from creating CCS index patterns on 7.9 when the remote cluster is in a version without the resolve api (<= 7.8).

@fdartayre fdartayre added the bug Fixes for quality problems that affect the customer experience label Sep 29, 2020
@mattkime mattkime linked a pull request Oct 2, 2020 that will close this issue
1 task
@mattkime
Copy link
Contributor Author

addressed by #80006 in v7.10 and v7.9.3 releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Data Views Data Views code and UI - index patterns before 8.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants