Data depending on the logged in user

Hi!

In our organization, we collect logs from 100 servers.
We also have 100 developers for these servers.

We would like to provide one dashboard for all developers, but so that each of them only sees their own data.

We can name our Kibana users same as servers are named, for example:
serv_x121: user_x121
serv_x122: user_x121
as long as that would make the task easier.

How to do it with one dashboard instead of generating 100 of them?

Is it possible in Kibana? I would like some ideas please.

Can we do it in vega editor? I think in regular visualization it is imposible.

Welcome to our community! :smiley:

You could use something like document level security to filter on a specific server name per user.
Otherwise you could try using a filtered alias.

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