Better Access Control: [Limit User to only search from few collectors]
Is it Possible to Limit "User A " to only search in application collector on which he is working on?
For Example : I have Collector for APP-A and APP-B like test-APP-A, prod-APP-A, test-APP-B, prod-APP-B
can i have
user A access to only collectors test-APP-A, prod-APP-A and
User B access to only collector test-APP-B, prod-APP-B.
-
While it's not a first order feature to limit users to specific collectors, the concept of Role Filters allows you to do this and more.
https://help.sumologic.com/Manage/Users-and-Roles/Manage-Roles/Construct-a-Search-Filter-for-a-Role
If you create different roles for the users you want to see only data from Collectors A&B and the users you want to limit to Collectors C&D, you can then apply a role filter to each that either specifies the collectors or leverages a wildcard, like:
(_collector=A OR _collector=B)
or
(_collector=*-APP-A)
Please sign in to leave a comment.
Comments
2 comments