We recently upgraded ELK stack from 7.4.0 to 7.7.1. Now we notice that none of the shortened URL’s work. They always return a 404. This is the error message we get in the browser:
We will have the fix in the next release, scheduled for July 7.
However, we should be able to provide you a snapshot build based on the latest release, but with the bugfix included. I’m working on this right now.
Alternatively, if you have access to the code, this is the offending change:
The error can be fixed by changing that line back to: if (!request.path.startsWith("/elasticsearch") && !request.path.startsWith("/api") && !request.path.startsWith("/app") && request.path != "/" && !selectedTenant) {
But I’ll try to get a build ready and the update this issue.
Thank you for the response Mike. Snapshot should be sufficient for us.
Along the same lines, I am also facing this bug mentioned in another post: Missing discoverQueryHits in kibana UI
I was wondering if that fix can be included in the snapshot too.
This should just be a Kibana plugin patch, no need to change the nodes.
So, unless I’ve done something wrong, this issue should have a snapshot release for 7.7.1-42.1.0 attached, which includes fixes for the tenant problem, and also the missing hits in Discover.
//cc @mchakradeo
Please let me know if things don’t work, and I’ll take a look at it.