Hi all,

Just wondering where I could find a full list of available permissions I 
can assign to roles via the API?

I've got a few people here I would like to give extra privileges to without 
granting full Admin rights.

Things like creating/deleting dashboards and streams and viewing the status 
of Collectors are currently only available to Admins.

I've created a "PowerUser" role which does some of this but not all:

{
  "name": "PowerUser",
  "description": "Create streams, dashboards, etc. but no admin tasks",
  "permissions": [
    "clusterconfigentry:read",
    "indexercluster:read",
    "messagecount:read",
    "journal:read",
    "inputs:read",
    "metrics:read",
    "savedsearches:edit",
    "fieldnames:read",
    "buffers:read",
    "system:read",
    "savedsearches:create",
    "jvmstats:read",
    "throughput:read",
    "savedsearches:read",
    "messages:read",
    "streams:create",
    "streams:edit:*",
    "streams:read:*",
    "dashboards:create",
    "dashboards:edit:*",
    "dashboards:read:*"
  ],
  "read_only": false
}

Any info would be greatly appreciated.

Cheers, Pete

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/4d869098-b2c8-45f4-a116-639b9934a87c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to