To work with head plugin I need http://localhost:9200/_status to work properly. However it returns:
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No feature for name [_status]"}]...
This queries working normal:
curl -XGET 'http://localhost:9200/_cluster/state
curl -XGET 'http://localhost:9200/_nodes/stats?all=true
curl -XGET 'http://localhost:9200/_nodes
I can't figure out what the problem is.