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
After upgrade 3.10 to 3.11 cluster-admin can't browse logs #1333
Comments
|
Same issue here with one exception: I'm using LDAP auth. |
|
Same issue here - also with LDAP auth. |
|
Same issue with maiden install openshift logging 3.11. Authentication via htpasswd. |
|
Same issue with the cluster-admin user ( Active-directory group). |
|
The process to fix this issue is described at Basically what it means is that as the user index (where all the custom options are stored) exists so kibana tries to fetch and save data from there but that document actually comes with the kibana version config:5.6.10 it makes unable to save new data as the expected document doesn't exists nor try to create it. For this reason is necessary to delete the current user index at elasticsearch and login again to recreate the index and make things work. |
Repro scenario:
3.10 cluster.
Authentication via htpasswd.
cluster-adminrole touser2.user2to Kibana, make sure you can see all the logs just fine.user2is still cluster-admin, but now after logging into Kibana he can't browse discover tab. the error is "Index Patterns: Please specify a default index pattern".In ES log with trace enabled:
If I create a new
cluster-adminuser, or don't log in to Kibana in v3.10 withuser2- I can browse the indices just fine./cc @jcantrill
The text was updated successfully, but these errors were encountered: