Plugin:elasticsearch@5.1.2 Authentication Exception

Not looking to be spoon fed a solution ... more a pointer to some kind of debugging I can perform ....
The error "plugin:elasticsearch@5.1.2 Authentication Exception" is driving me bananas and I have tried different usernames and passwords in the kibana.yml .. no dice.

curl -u kibana XGET -v http://localhost:9200
Enter host password for user 'kibana':
* Rebuilt URL to: XGET/
* Could not resolve host: XGET
* Closing connection 0
curl: (6) Could not resolve host: XGET
* Rebuilt URL to: http://localhost:9200/
* Trying ::1...
* Connected to localhost (::1) port 9200 (#1)
* Server auth using Basic with user 'kibana'
> GET / HTTP/1.1
> Host: localhost:9200
> Authorization: Basic a2liYW5hOmtpYmFuYXBhc3N3b3Jk
> User-Agent: curl/7.47.0
> Accept: /
> _
< HTTP/1.1 200 OK
< content-type: application/json; charset=UTF-8
< content-length: 327
< _
{
_ "name" : "suOuJav",

_ "cluster_name" : "elasticsearch",

_ "cluster_uuid" : "NxT2zyEbQpa1lenr5eUbjw",_
_ "version" : {_
_ "number" : "5.1.2",_
_ "build_hash" : "c8c4c16",_
_ "build_date" : "2017-01-11T20:18:39.146Z",_
_ "build_snapshot" : false,_
_ "lucene_version" : "6.3.0"_
_ },_
_ "tagline" : "You Know, for Search"_
}
* Connection #1 to host localhost left intact

The XGET using the Kibana user is working.
Running elastic 5.1.2 with x-pack 5.1.2

Any pointers or nudges in the right direction are extremely helpful and appreciated!!!

Try with a fresh new download and don't change settings.

Then open Kibana with elastic / changeme default login.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.