Graylog Reader User

Hi,

I created a Reader User. But I just want to let the user to see some allowed Dashboards for him.

Currently, The user can see Streams, Alerts, Dashboards and Systems buttons. And also the count of both in and out messages.

I dont want to let him to see this stats. He can only see Dashboard button on graylog page. Is it possible? And if yes, how?

Thanks,

anyone? :frowning:

Thanks

No, that’s currently not possible.

But, while you can’t limit the scope of what he sees, you could set the specific Dashboard you’ve configured as the user’s default page he sees when he logs in.

Thanks for the information.

I already set a default dashboard for the user. But in my case, he can still go to System menu and can see lots of information about my setup. Such as how many nodes i have or how many inputs i have etc…

Now, I am trying to change some permission values for the reader user;

“name” : “Reader”,
“permissions” : [
“clusterconfigentry:read”,
“indexercluster:read”,
“messagecount:read”,
“journal:read”,
“messages:analyze”,
“inputs:read”,
“metrics:read”,
“savedsearches:edit”,
“fieldnames:read”,
“buffers:read”,
“system:read”,
“savedsearches:create”,
“jvmstats:read”,
“decorators:read”,
“throughput:read”,
“savedsearches:read”,
“messages:read”
],
“description” : “Grants basic permissions for every Graylog user (built-in)”,
“read_only” : true,
“name_lower” : “reader”

And if I can do it somehow I will let you know.

Thanks

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