0

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

2

1 Answer 1

0

As I mentioned already you can change it by following this procedure.

As far as I know you can't have user w/o password so the user must set the password in script (or whatever it use this curl command)

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.