我正在尝试向 Elastic.co 托管的 ElasticSearch 实例发出请求。我收到此错误:
AuthorizationException(403, 'security_exception', 'action [indices:monitor/stats] is unauthorized for user [my-username]')
这具体告诉我我无法访问的内容是什么?是什么indices:
意思,是什么monitor
意思monitor/stats
?此错误消息试图告诉我什么?
我认为这些是索引权限
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-privileges.html
根据您希望使用的 Andrei 共享的安全权限,您需要首先创建一个新的自定义角色,选择其中的权限 -> https://www.elastic.co/guide/en/elasticsearch/reference/current/定义-roles.html
我想知道您是否可以使用内置角色来到达您想要的位置-> https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-roles.html
尝试使用用户 api 更新现有用户以分配新角色 -> https://www.elastic.co/guide/en/elasticsearch/reference/6.8/security-api.html#security-user-apis