Hide List available index from Index management

Hi Team,

My Query is about that “Is there a way to disable or hide the list indexes while setting up index pattern?”

For an instance UserA has access only to IndexA but Kibana index pattern shows list of all the index in elasticcluster.

The user role has cluster properties as below:

CLUSTER_COMPOSITE_OPS :

indices:data/write/bulk
indices:admin/aliases*

Should I need to use any other option to hide the list of index.

For any further information on above statement please do let me know.

Thanks,

Yash

Which version of SG are you using? The latest version (23.1) should actually hide non-accessible indices automatically for you.

···

On Friday, November 16, 2018 at 10:35:01 AM UTC+1, Yash wrote:

Hi Team,

My Query is about that “Is there a way to disable or hide the list indexes while setting up index pattern?”

For an instance UserA has access only to IndexA but Kibana index pattern shows list of all the index in elasticcluster.

The user role has cluster properties as below:

CLUSTER_COMPOSITE_OPS :

indices:data/write/bulk
indices:admin/aliases*

Should I need to use any other option to hide the list of index.

For any further information on above statement please do let me know.

Thanks,

Yash

Which version of SG are you using? The latest version (23.1) should actually hide non-accessible indices automatically for you.

Is that true for the community version? I though it was only possible to achieve with Multi Tenancy from the Enterprise version.

Thanks Jochen, The SG verison I am running is 6.2.4-22.1. I will upgrade the cluster soon.