I try to understand the sg_action_groups.yml, where I can find the detail ref doc ?
ALL:
MANAGE:
-
“indices:monitor/*”
-
“indices:admin/*”
CREATE_INDEX:
MANAGE_ALIASES:
MONITOR:
DATA_ACCESS:
WRITE:
READ:
DELETE:
- “indices:data/write/delete*”
CRUD:
SEARCH:
SUGGEST:
- “indices:data/read/suggest*”
INDEX:
GET:
CLUSTER
CLUSTER_ALL:
CLUSTER_MONITOR:
Thank you very much.
Looks like it is not same as shield, Shield Privileges | Shield [2.4] | Elastic
···
On Wednesday, July 20, 2016 at 4:18:21 PM UTC+8, Qiang Li wrote:
I try to understand the sg_action_groups.yml, where I can find the detail ref doc ?
ALL:
MANAGE:
CREATE_INDEX:
MANAGE_ALIASES:
MONITOR:
DATA_ACCESS:
WRITE:
READ:
DELETE:
- “indices:data/write/delete*”
CRUD:
SEARCH:
- “indices:data/read/search*”
- “indices:data/read/msearch*”
SUGGEST:
- “indices:data/read/suggest*”
INDEX:
- “indices:data/write/index*”
- “indices:data/write/update*”
GET:
- “indices:data/read/mget*”
CLUSTER
CLUSTER_ALL:
CLUSTER_MONITOR:
Thank you very much.
Have a look here: Reference | Shield Reference [2.1] | Elastic
···
On Wednesday, 20 July 2016 10:19:54 UTC+2, Qiang Li wrote:
Looks like it is not same as shield, https://www.elastic.co/guide/en/shield/current/shield-privileges.html
On Wednesday, July 20, 2016 at 4:18:21 PM UTC+8, Qiang Li wrote:
I try to understand the sg_action_groups.yml, where I can find the detail ref doc ?
ALL:
MANAGE:
CREATE_INDEX:
MANAGE_ALIASES:
MONITOR:
DATA_ACCESS:
WRITE:
READ:
DELETE:
- “indices:data/write/delete*”
CRUD:
SEARCH:
- “indices:data/read/search*”
- “indices:data/read/msearch*”
SUGGEST:
- “indices:data/read/suggest*”
INDEX:
- “indices:data/write/index*”
- “indices:data/write/update*”
GET:
- “indices:data/read/mget*”
CLUSTER
CLUSTER_ALL:
CLUSTER_MONITOR:
Thank you very much.