Hi.
Graylog 3.0.2+1686930.
Trying to create role for pipelines editing with API browser:
{
"name": "pipelines-editor",
"description": "Pipelines editing",
"permissions": [
"pipeline:read",
"pipeline:create",
"pipeline:edit",
"pipeline:delete",
"pipeline_connection:read",
"pipeline_connection:edit",
"pipeline_rule:read",
"pipeline_rule:create",
"pipeline_rule:edit",
"pipeline_rule:delete"
],
"read_only": false
}
After applying this role to test user and logging in with it’s credentials, I don’t see “Pipelines” in “System” menu.
Tried to apply different permissions to this role, but “Pipelines” does not appear.