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
-
1It 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'.hoek rand– hoek rand2022-07-06 12:45:54 +00:00Commented 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.Victoire– Victoire2022-07-06 12:53:52 +00:00Commented Jul 6, 2022 at 12:53
-
1Maybe this could help you: stackoverflow.com/questions/38528839/…. You can use curl/postman to test if you can request or post data to it.hoek rand– hoek rand2022-07-07 12:19:07 +00:00Commented Jul 7, 2022 at 12:19
Add a comment
|