1

I need to query elastic database with Python. I want to analyze data from elastic in jupyter notebook. I am connected to Elastic but i don't know how to call the elastic API. I don't know where I can find the URL of the database I want to query. Does someone know where I can find the url ? Thanks

3
  • 1
    It all depends where your elasticsearch is installed. It could be any cloud provider. A good starting point is to check out instaclustr.com/support/documentation/elasticsearch/… which was the first thing i found when I googled 'python connect to elasticsearch'. Commented Jul 6, 2022 at 12:45
  • elasticsearch is on an aws cluster. I am already connected to the cluster. I just don't know where I can find the path of the database. Commented Jul 6, 2022 at 12:53
  • 1
    Maybe this could help you: stackoverflow.com/questions/38528839/…. You can use curl/postman to test if you can request or post data to it. Commented Jul 7, 2022 at 12:19

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.