Thank you for your reply @pablo , here they are:
% curl https://logs.co.com:9200/_opendistro/_security/api/roles/ELK_rVision_INT_DB | jq '.'
{
"ELK_rVision_INT_DB": {
"reserved": false,
"hidden": false,
"cluster_permissions": [],
"index_permissions": [
{
"index_patterns": [
"applications-*"
],
"dls": "{ \"match_phrase\": { \"host\": \"cv248.co.com\" } }",
"fls": [],
"masked_fields": [],
"allowed_actions": [
"read"
]
},
{
"index_patterns": [
".kibana_*_elkrvisionintdb*"
],
"fls": [],
"masked_fields": [],
"allowed_actions": [
"crud"
]
},
{
"index_patterns": [
"kibana_sample_*"
],
"fls": [],
"masked_fields": [],
"allowed_actions": [
"read"
]
}
],
"tenant_permissions": [
{
"tenant_patterns": [
"ELK_rVision_INT_DB"
],
"allowed_actions": [
"kibana_all_write"
]
}
],
"static": false
}
}
% curl https://logs.co.com:9200/_opendistro/_security/api/roles/ELK_EPCF_PROD | jq .
{
"ELK_EPCF_PROD": {
"reserved": false,
"hidden": false,
"cluster_permissions": [],
"index_permissions": [
{
"index_patterns": [
"applications-*"
],
"dls": "{ \"match_phrase\": { \"host\": \"cv196.co.com\" } }",
"fls": [],
"masked_fields": [],
"allowed_actions": [
"read"
]
},
{
"index_patterns": [
".kibana_*_elkepcfprod*"
],
"fls": [],
"masked_fields": [],
"allowed_actions": [
"crud"
]
},
{
"index_patterns": [
"kibana_sample_*"
],
"fls": [],
"masked_fields": [],
"allowed_actions": [
"read"
]
}
],
"tenant_permissions": [
{
"tenant_patterns": [
"ELK_EPCF_PROD"
],
"allowed_actions": [
"kibana_all_write"
]
}
],
"static": false
}
}
% curl https://logs.co.com:9200/_opendistro/_security/api/roles/ELK_DMB | jq .
{
"ELK_DMB": {
"reserved": false,
"hidden": false,
"cluster_permissions": [],
"index_permissions": [
{
"index_patterns": [
"applications-*"
],
"dls": "{ \"bool\": { \"must\": [], \"filter\": [ { \"bool\": { \"should\": [ { \"bool\": { \"should\": [ { \"match_phrase\": { \"host\": \"cv244.co.com\" } } ], \"minimum_should_match\": 1 } }, { \"bool\": { \"should\": [ { \"match_phrase\": { \"host\": \"cv319.co.com\" } } ], \"minimum_should_match\": 1 } }], \"minimum_should_match\": 1 } } ] } }",
"fls": [],
"masked_fields": [],
"allowed_actions": [
"read"
]
},
{
"index_patterns": [
".kibana_*_elkdmb*"
],
"fls": [],
"masked_fields": [],
"allowed_actions": [
"crud"
]
},
{
"index_patterns": [
"kibana_sample_*"
],
"fls": [],
"masked_fields": [],
"allowed_actions": [
"read"
]
}
],
"tenant_permissions": [
{
"tenant_patterns": [
"ELK_DMB"
],
"allowed_actions": [
"kibana_all_write"
]
}
],
"static": false
}
}