Question
1
Replies
39
Views
Incessant Technologies
Posted: July 16, 2020
Last activity: July 17, 2020
Connect to Elastic Stack to get data
Hi,
We have a requirement to connect to data saved in an elastic database, we wanted to find out what would be the best way to connect with the elastic stack data store hosted on AWS?
- https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html
- https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/index.html
Any pointers would be helpful. Thanks!
***Edited by Moderator Marissa to update Content Type from Discussion to Question; update Support Case Details***
You can open up the http port and perform query operations using REST APIs. Explore ElasticSearch forums for more insights on the different APIs and their uses for what you are trying to achieve.