Hello,
I get the error when performin a Get Alias request on all indexes.
As for the configuration, I added the user and the role I am logging in with using Kibana SearchGuard plugin and honestly I cannot understand where it stores the config changes.
I tried to perform a "match_all" query on the SearchGuard index with Kibana but it returned no result even if there are 6 documents in the index.
Anyway, I log with the following user:
{
"roles": [
"sg_own_index_cl_monitor"
],
"password": "",
"attributes": {}
}
The role is defined as:
{
"cluster": [
"CLUSTER_MONITOR",
"CLUSTER_COMPOSITE_OPS",
"indices:admin/get"
],
"indices": {
"cobalt-dev*": {
"*": [
"INDICES_ALL",
"MANAGE_ALIASES",
"indices:admin/get"
]
}
},
"tenants": {}
}
Thanks very much for your help.
Giuseppe Lio