Elastic search mongo db (elastic-connectors) real-time sync configuration?

May I know how to configure Elasticsearch mongo db real-time sync config using elastic connector?

Docker:

container_name: els_connector
image: docker.elastic.co/enterprise-search/elastic-connectors:8.10.2.0-SNAPSHOT

Image:

Hi @siva_k,

Looking at the syncing capabilities of the MongoDB outlined in the documentation it looks like you can either specify an frequency as you have or make use of the advanced find and other sync configuration.

The closest I think you can go for is reducing the frequency to minutes or considering an alternative option.

1 Like

Yes. I'd definitely modify the application layer if possible and send the same json data to both systems at the same time.

2 Likes

Thank you

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