0

we are indexing data in elasticsearch using java api and architecture is like there are multiple applications can be running at the same time so many concurrent requests may be made to ES due to which time out exception occures on elasticsearch.how to avoid this without autoscalling elasticsearch? We have found a approch to do it using kinesis firehose stream so the ES indexing request will go into Kinesis stream and then kinesis will forword it to ES.Is it the correct way to do it? Please suggest any another suitable approch .

2
  • 1
    Possible duplicate of What is the best way to index data on elasticsearch? Commented Dec 21, 2017 at 6:19
  • we have done indexing data to elastic search but my concern is how to do it with concurrent request without having time out exception? Commented Dec 21, 2017 at 6:21

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.