-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 pattern management] Restore cross cluster search functionality #108756
[index pattern management] Restore cross cluster search functionality #108756
Conversation
Pinging @elastic/kibana-app-services (Team:AppServices) |
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
src/plugins/index_pattern_editor/public/components/empty_prompts/empty_prompts.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM, mostly copied from 7.14 branch
This is how I tested:
- Took a 7.x branch pointed to 6.8 cluster, reproduced the bug
- Applied this pr changs to 7.x branch, checked that can find remote index pattern from 6.8 cluster
💔 Backport failed
To backport manually run: |
…elastic#108756) * restore cross cluster search functionality # Conflicts: # src/plugins/index_pattern_editor/public/lib/get_indices.test.ts
Summary
This restores cross cluster search functionality to index pattern creation which is necessary when remote clusters are on early 7.x or 6.x versions.
The code was restored with slight modifications from 7.14.
Closes: #108304