Hello!
Is it possible to edit role permissions (trough API) in such a way that specific Role, for example “Test_Test_Role” has permissions for reading/editing Input “Test_Test_Input” AND only that specific Input?
For example this does not work:
{
“name”: “Test_Test_Role”,
“description”: “…”,
“permissions”: [
“clusterconfigentry:read”,
“indexercluster:read”,
“messagecount:read”,
“journal:read”,
“searches:absolute”,
“searches:keyword”,
“searches:relative”,
“inputs:read:Test_Test_Input”, <================
“inputs:edit:Test_Test_Input”, <================
“metrics:read”,
“savedsearches:edit”,
“fieldnames:read”,
“collectors:read”,
“collectors:delete”,
“collectors:edit”,
“collectors:create”,
“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
}