美好的一天:
我已经在Azure(Kibana,ElasticSearch和LogStash)上部署了ElasticStack。我正在尝试从Kibana对ElasticSearch进行查询,但收到此错误:action [indices:data/read/search] is unauthorized for user [kibana]
。我已经进行了SSH到Kibana(在Azure上)的操作,并将kibana.yml身份验证用户更改为elastic
,但是,尽管我将用户更改为kibana
,但仍会引发与elastic
用户相关的错误public static void main(String[] args) {
String hello = "HelloxxxHelloxxxHello";
String []matches = hello.split("Hello");
System.out.println(matches.length); // prints 3
}
。
答案 0 :(得分:0)
要将Kibana连接到ElasticSearch(在ElasticSearch中启用了安全性),您必须在Kibana登录页面中输入ElasticSearch凭据才能访问ElasticSearch。这仅在使用Elastic Stack的Azure中发生。