-
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
[Monitoring] Opening Monitoring app on non-CCS cluster triggers CCS error #109100
Comments
Pinging @elastic/stack-monitoring (Team:Monitoring) |
This works with |
Actually what I posted above is wrong, I was running the newer snapshot with security. It appears that CCS doesn't work unless security is enabled. With this query
if you have security disabled it returns this response
but with security
|
This error is caused by a recent change we made in 7.15 to throw an error when remote index patterns (like |
@jtibshirani it completely breaks user experience entering monitoring that just start ES + Kibana for preview purposes (without security or CCS configured), hence why I marked it a blocker. |
I'm sorry for the delay! I ended up opening a revert PR here: elastic/elasticsearch#76798. My local testing shows it will resolve the issue. |
Just tested this with BC3, it appears to be working after elastic/elasticsearch#76798 was merged. |
Kibana version: 7.15.0 Snapshot
Describe the bug: If you open the Monitoring app on a default cluster(this includes CCS not being configured) (basically no changes in the yml files from the downloaded packages), the following error shows up:
This also leaves the monitoring page stuck infinitely on "Loading".
Steps to reproduce:
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: