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 .
Below is process


#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


Asked by arpit joshi
(445 rep)
Nov 5, 2023, 03:01 AM
Last activity: Nov 8, 2023, 05:05 PM
Last activity: Nov 8, 2023, 05:05 PM