Attaching Multiple Service to ElasticSearch

I have trouble indexing a large DB to ElasticSearch. I would like to have two services talk to ES. One would back index data and the other index in real time. Is this possible and any suggestions/resources to achieve this?

Thanks!

What troubles?

What version? How large? What are the specs of your cluster?

1 Like

Hi Mark,

I am using ElasticSearch 5.6.10. I expect there to be a few million entries. Each entry will be about a page of text ranging from 200-500 words. I am not sure what cluster specs are. I am testing on my local environment but expect to run ElasticSearch on a server.

Do you have any experience or know of any ways to have multiple services read and write on ElasticSearch?

Thanks!
Allen

Elasticsearch will be able to do this without any concerns.

It's not really clear what you are trying to solve here.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.