Mapping of Roles to Spaces in Elastic

Hi,

I have two roles each of them having their own spaces. Say example:

  1. A User/Role named Infra
  2. A Space named Infra with all the visualizations that will be needed by User Infra.

I need to send all the Infra Indices to Infra space only, and the other roles indices should not be created/sent in Infra Space.

How do I achieve this?

Thanks,
Vrushali

Hey @vsalunkhe,

You will want to create an index pattern within the Infra space which covers your infra indices. This index pattern will not be available in any other space.

Your Infra role should also be updated to allow access to the underlying infra indices

1 Like

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