Elasticsearch - Security
Given this API key creation request, what will be the value of the "name" field in the response?
{
"name": "read-only-key",
"role_descriptors": {
"read_role": {
"cluster": ["monitor"],
"index": [{"names": ["logs-*"], "privileges": ["read"]}]
}
}
}