Now that I have elasticsearch plugin installed, how do I check my elasticsearch cluster healther/indices/any curl command?
How do I run curl ':9200/_cat/indices?v' when I have shield plugin?
I get the following message:
root@elasticVM:~# curl 'elastic_ip.40:9200/_cat/indices?v'
{"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication token for REST request [/_cat/indices?v]","header":{"WWW-Authenticate":"Basic realm="shield""}}],"type":"security_exception","reason":"missing authentication token for REST request [/_cat/indices?v]","header":{"WWW-Authenticate":"Basic realm="shield""}},"status":401}