-
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
Failed to load anchor document #50482
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
Could you please open your browsers Dev Tools (F12) and go to the network tools and post the request/response from the |
Attached below
|
@kertal do you by any chance, have any idea what could be going on here? |
@SSmale would it be possible to post the mapping of the index that has problems with context view? and 2 sample datasets (just examples), thx! |
https://gist.github.com/SSmale/5507e5cc1014192ccc300ad3b4c3661e Here is a gist with the mapping and datasets |
thx, i will use that data to test |
I've tested and it works, so I think this problem is specific to your index pattern and the indices that are queried. Context view first tries to fetch the document you clicked on
thx! |
I have done that and it returns the single record. |
Did you have any other suggestions @kertal? |
looking again at your result
so you're searching 1 cluster, and there was no shard found. I'd be interested in your index pattern, do you use cross cluster search? |
yes we use cross cluster search. Sorry what do you mean by index pattern? |
https://www.elastic.co/guide/en/kibana/6.8/managing-saved-objects.html |
On my dev machine (the one the data is from) only has a single cluster but we are getting the same issue on our multi cluster too. I have included one that works and one that doesn't into the gist |
I bump into this issue in Kibana 7.8.0. I notice the document
To check a surrounding document with id= It gives the url like:
Note the context changed into # but it then resolves into:
Note the
TL;DR, |
I can confirm @Leaf-Lin's finding about the As a workaround we will probably adjust the For the record, we are on ES/Kibana 7.9. |
had another look at it and I'm pretty sure this is an issue with cross cluster search. closing it since in the meantime 7.17 is our last minor of our previous major. feel free to reopen with additional information about your cross cluster setup. |
It was a bug in Kibana's URL handling for anchors, not anything backend side... |
Kibana version:
6.7.1
Elasticsearch version:
6.7.1
Server OS version:
centOS 7.5
Browser version:
Firefox 69
Browser OS version:
Windows_NT x64 10.0.17134
Original install method (e.g. download page, yum, from source, etc.):
yum
Describe the bug:
Clicking on the
view surrounding documents
button in the discover page gives the errorError: "Failed to load anchor document."
. I cannot find any information on what the anchor document is or how it works. This is only an issue on one of our index types and I cannot see what could be causing the difference.The text was updated successfully, but these errors were encountered: