-
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
Unable to create Index pattern when 7.16 is parent build and 7.15 is child build in CCS setup. #116399
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Some additional observations:
kibana/src/plugins/index_pattern_management/server/routes/resolve_index.ts Lines 34 to 38 in 6fbda83
For now, I don't understand what's the difference and where is the problem |
I found the difference between raw requests to elasticsearch that is causing this difference. Looks like it is Sample request to 7.16 cluster with remote 7.15 that works:
Sample request to 7.16 cluster with remote 7.15 that returns empty result:
This seems surreal to me... @elastic/kibana-core, do we know of any change with |
Checked that 7.15 Kibana does the same request and has I also observed the same issue when using 7.15 snapshot -> 7.14 cluster, so we will probably have the same bug in 7.15.2 release. 7.15.1 -> 7.14 works as expected. |
es issue is fixed elastic/elasticsearch#79948, so we should be good with the next build candidate |
Hi Team, We have validated this issue on 7.16.0 BC2 build and issue is still occurring, we will regress this issue again once 7.16.0 BC3 build will be available. Build Details:
Screen record: Recording.18.mp4Hence, we are reopening this issue. Thanks!! |
@karanverma-qasource, thank you for reopening, |
Team, should this issue be raised as a blocker in 7.16.0 in https://github.com/elastic/dev/issues/1809 ? It's a show-stopper for users upgrading the CCS cluster with remotes at 7.15. cc: @kobelb |
@MikePaquette, in my opinion, this should be a blocker for 7.16, I'll add it as such. |
@karanbirsingh-qasource,
I just tested with the recent BC3 in cloud, the issue seems to be fixed, I'll leave the issue open for you to confirm and close |
Hi Team, We have validated the issue on 7.16.0 BC3 build and issue is fixed. Build Details:
Screen Records: Recording.21.mp4Please let us know if anything else is required from our end. Thanks!! |
Hi Team, Validated the issue on other old version too and there too success in remote cluster and index pattern creation ✅
c.c @MadameSheema |
Thanks @karanbirsingh-qasource |
Hi @MadameSheema, We have validated this issue on 7.16.0 BC5 with other old versions and there too success in remote cluster and index pattern creation 🟢 Build Details:
ccs.mp4Thanks!! |
Describe the bug:
Unable to create Index pattern when 7.16 is parent build and 7.15 is child build in CCS setup.
Kibana/Elasticsearch Stack version:
Pre-Conditions
Steps to reproduce:
Current behavior:
Index pattern is not getting created.
Expected behavior:
Index Pattern Should be created.
Screen Records what's not working:
Recording.12.mp4
Screen Record what's working:
Recording.13.mp4
remote_cluster_7.15.0.and.7.14.0.mp4
The text was updated successfully, but these errors were encountered: