I am using SG 2.4 with Elastic Search 2.4.1 and Kibana 4.6
I have read the past topics but couldn’t find any solution.
Let me explain my scenario:
We have 2 servers sending logs to Elasticsearch.
Hence we have 2 indices named index_log1 and index_log2
I have created 2 users named user1 and user2
The objective is user1 should be able to use Kibana to add index_log1 and view all data in that index
Similarly, user2 should be able to use Kibana to add index_log2 and view all data in that index.
Both the users should not be able to see other’s index. The index should not be visible in the Settings tab nor in the Discover tab
I tried various roles but either the user will not be able to see anything or they will still see the index visible in Kibana but cannot see the data. But I want to even hide the Index from visible to that user.
In my solustion, I will change the kibana index to index_log* ,When you login user1 ,use search guard you will only see flied_status of index_log1 .Has search guard have any ideas?
I am using SG 2.4 with Elastic Search 2.4.1 and Kibana 4.6
I have read the past topics but couldn’t find any solution.
Let me explain my scenario:
We have 2 servers sending logs to Elasticsearch.
Hence we have 2 indices named index_log1 and index_log2
I have created 2 users named user1 and user2
The objective is user1 should be able to use Kibana to add index_log1 and view all data in that index
Similarly, user2 should be able to use Kibana to add index_log2 and view all data in that index.
Both the users should not be able to see other’s index. The index should not be visible in the Settings tab nor in the Discover tab
I tried various roles but either the user will not be able to see anything or they will still see the index visible in Kibana but cannot see the data. But I want to even hide the Index from visible to that user.
I am not able to proceed. Please assist.
–
You received this message because you are subscribed to the Google Groups “Search Guard” group.
Do you have any update regarding the ‘SG 2.4 with Elastic Search 2.4.1 and Kibana 4.6’
Thanks & Regards,
Shree Shurthi N.
···
On Friday, October 28, 2016 at 5:47:31 PM UTC+5:30, Sonny L wrote:
Hello Team,
I am using SG 2.4 with Elastic Search 2.4.1 and Kibana 4.6
I have read the past topics but couldn’t find any solution.
Let me explain my scenario:
We have 2 servers sending logs to Elasticsearch.
Hence we have 2 indices named index_log1 and index_log2
I have created 2 users named user1 and user2
The objective is user1 should be able to use Kibana to add index_log1 and view all data in that index
Similarly, user2 should be able to use Kibana to add index_log2 and view all data in that index.
Both the users should not be able to see other’s index. The index should not be visible in the Settings tab nor in the Discover tab
I tried various roles but either the user will not be able to see anything or they will still see the index visible in Kibana but cannot see the data. But I want to even hide the Index from visible to that user.