duydo1
(Duydo)
1
Hi there,
How do I restrict reading to access streams?
Is that possible?
I don’t want to grant access to all streams. Because a few streams are important.
Example for something that does not work:
{
"name": "Reader",
"description": "Grants basic permissions for every Graylog user (built-in)",
"permissions": [
...
"streams:read"
[
read: "id_1, id_2",
read: "logs_*"
]
],
"read_only": true
}
joe.gross
(Joe Gross)
2
What version of Graylog are you on?
Are you looking to do this exclusively via the API or would doing it through the UI work as well?
duydo1
(Duydo)
3
Hi
I using version Graylog 4.1.3+9d79c05
Can you tell me both ways I would be very grateful
Thank you so much.
gsmith
(GSmith)
4
hey @duydo1
I see you want to learn about permissions on Streams? If this is correct perhaps these links would enlighten you on how to go about that
hope that helps