I have launched Elasticsearch(Self-Managed) cluster using Azure marketplace. But not able to access elastic search.
I tried with default user elastic and password which I gave while deploying the cluster.
Getting error "unable to authenticate user [elastic] for REST request"
Here are the steps that I followed,
Selected Existing Virtual Network and Subnet
Selected No for Kibana, logstash and jump box
selected load balance as internal
Selected yes for all data nodes are master eligible
Choose no to configure TLS security
Once deployment is done, I am trying to access internal load balance on 9200 port
But getting error "unable to authenticate user [elastic] for REST request" after I entered the username and password
I tried login through browser, using curl command and also through postman. Getting same error in all cases.
curl -X GET 'http://<loadbalancerip>:9200/_cat/indices?v' -u 'elastic:<elasticpassword>'
I also tried redeploying the cluster with a different password, But still getting same error.
Could you please help me?