I have installed the latest version on elasticsearch on my raspberry pi by following (I am not sure if elasticsearch is even running correctly )
https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html
When I do curl it asks me for password
Here is service status of my elasticsearch
I even disable elasticsearch security in yaml file .
#http.enabled: false
xpack.security.enabled: false
xpack.security.http.ssl.enabled: false
xpack.security.transport.ssl.enabled: false
When I did restart of elasticsearch it still asks me for password . IS there a way to disable authentication where I can access elasticsearch with curl directly ?
Below is my elasticsearch service status
Below is process
curl
: elastic.co/guide/en/cloud/current/ec-password-reset.html