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.
I am not able to proceed. Please assist.