Allow non-admin user to see all input logs(messages)

Hi,

What roles must be assigned to allow non-admin user to see all show received messages of inputs as similar to admin user?

I created non-admin user with “sources:read” permissions. But on selecting “sources” tab throws below errors.
Could not load histogram data and Could not load sources data

Any help appreciated.

Thanks

You can try the following roles which works for us, maybe trim a little if it is too much for your needs (perhaps keep just the bold ones)

“dashboards:create”,
“dashboards:read”,
“sources:read”,
“streams:create”,
“streams:read”,
“messages:analyze”,
“searches:absolute”,
“searches:keyword”,
“searches:relative”,

Hi,

Thanks. It works if I add role with below permissions to the non-admin user

“sources:read”
“messages:analyze”
“messages:read”
“searches:keyword”
“searches:relative”
“searches:absolute”

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