Give privilege to a user to create index pattern

Hello,

How can I give privilege to a user to create index patterns but not having the right to create indices?
When I use "manage" privilege then the user has access everywhere.

Thank you in advance!

/Angelos

Hey @Angelos,

I believe just giving read and view_index_metadata ES permissions + Kibana's own all for Index Pattern Management should be enough, see gif with the example:

Best,
Oleg

1 Like

Hey @azasypkin,

Thank you! view_metadata_index did the trick.

In the documentation it is not very clear...

 view_index_metadata	

Read-only access to index and data stream metadata (aliases, aliases exists, get index, get data stream, exists, field mappings, mappings, search shards, type exists, validate, warmers, settings, ilm). This privilege is available for use primarily by Kibana users. 

/Angelos

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.