-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Index Not Found Exception after installing Shield #5644
Comments
You need to add the _field_stats permission to your roles.yml in shield: (Note the "<-- THIS LINE")
|
I added the line and restarted elastic search, but that's didn't solve the issue. Still getting same error. Here's the kibana4 section from elasticsearch/shield/roles.yml
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had ELK setup working with basic auth via HTTP Proxy. However, today I decided to give Shield a try and installed Shield and added kibana4 user for Kibana Dashboard user and kibana_admin for use in kibana.yml file to connect to ES instance.
After restarting ES and Kibana, I keep running into this problem when I select one of my private indices. The indice is there with all the data, but Kibana is refusing to load the data.
Doesn't the kiban4 user role have read access to all indices?
However, interesting thing is that if I select '[packetbeat-]YYYY.MM.DD' as the default index and visit Discover or any other tab in Kibana, it shows the data. So I am puzzled as to where the real bug or issue is.
Can someone help me out with this?
The text was updated successfully, but these errors were encountered: