Log Segregation

Hi,

I have requirement to segregate the logs what different users can see. I have a log file as a source with all the logs. But, half of those logs has to be seen by one user and other half has to be seen by the other user. How do achieve this on Kibana ? In other words- User 1 should only see some lines of the logs which User 2 should not see, and vice versa. Also, is this possible over the Basic license ?

Hi,

You could user filtered aliases. You create an alias for each user containing a filter what the user is allowed to see. Then, instead of granting read privileges on the root index you grant each user read privilege to their own alias.

Best regards
Wolfram

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