Skip to content

Instantly share code, notes, and snippets.

@younthu
Created May 16, 2019 15:23
Show Gist options
  • Save younthu/2d4b2a4861f7a13c8e74d02c5110c103 to your computer and use it in GitHub Desktop.
Save younthu/2d4b2a4861f7a13c8e74d02c5110c103 to your computer and use it in GitHub Desktop.
action [indices:data/read/search] is unauthorized for user [kibana]
用docker: https://hub.docker.com/r/sebp/elkx/,
docker-composer内容如下:
在kibana(localhost:5601)console里面运行'GET /indices/index/_search'的时候抛下面的错误
1. action [indices:data/read/search] is unauthorized for user [kibana]
在kibana management->users里面,有下面错误:
1. Kibana: You do not have permission to manage users
解决办法:
不要用elkx,用sebp/elk. elk6.2.4以后默认xpack就和es绑定了,所以sebp/elkx在6.2.4以后就不再更新了。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment