Sample Header Ad - 728x90

ElasticSearch install Raspberry pi

0 votes
1 answer
389 views
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 enter image description here Here is service status of my elasticsearch enter image description here 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 enter image description here Below is process enter image description here
Asked by arpit joshi (445 rep)
Nov 5, 2023, 03:01 AM
Last activity: Nov 8, 2023, 05:05 PM