Hello,
When i select space and want to go to discover i got this error.
Can somebody point me what is this? i cannot find anything...
Hello,
When i select space and want to go to discover i got this error.
Can somebody point me what is this? i cannot find anything...
Hi @miiroslavkardos,
This issue is high likely related to missing user permissions to access indices. The error message was improved in [Discover] Notify the user about issues with access to the default data view by jughosta · Pull Request #184740 · elastic/kibana · GitHub
I would recommend to check if your user/role has access to the default index for that space.
So i need to create some default data view (Notify the user about issues with access to the default data view)? Because acces to indexes is right ... but when they click discover i got this error.
You can check the current default data view via defaultIndex
configuration on Advanced Settings page. Also the used data view Id would be specified in Discover URL under index
param.
Based on that you could try to query ES in DevTools by using the same index pattern as specified in that data view. If there are access restrictions on index level, you will see there too.
Hello, @jughosta,
I created data default data view where every one has acces and now.
Every one is able to choose index where have acces.
Does it work via DevTools for the same user?
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.