Elasticsearch head x-pack 5.1.x can't connect

elasticsearch head When enabled x-pack,login kibana and elasticsearch all need logon,but the elasticsearch-head (https://github.com/mobz/elasticsearch-head ) can't connect to elasticsearch (localhost:9200),how do to solve it thanks.

you need to add this to elasticsearch.yml

http.cors.enabled: true
http.cors.allow-origin: "*"

I add it ,but elasticsearch-head also can't connet to when x-pack enabled.

I would track this issue:

Or open a new one.

he see it a opertion,not a bug. change place:joy:

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