Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit ffd7d65

Browse files
author
Chris Wiechmann
committed
Update README.md
1 parent 4d131f5 commit ffd7d65

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

elasticsearch/usersAndRoles/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,14 @@ POST /_security/role/axway_apigw_admin
4747
"names": [ "apm-*" ],
4848
"privileges": ["read", "view_index_metadata" ]
4949
}
50-
]
50+
],
51+
"applications" : [
52+
{
53+
"application" : "kibana-.kibana",
54+
"privileges" : [ "all" ],
55+
"resources" : [ "*" ]
56+
}
57+
]
5158
}
5259
```
5360

0 commit comments

Comments
 (0)