You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I can't sync data from mongo to es. It runs only once and not to update.The following is my configuration: mongo-url = "mongodb://xxxx:xxxx/xxx" elasticsearch-urls = ["http://xxxxx:8200"] direct-read-namespaces = ["ixxxx"] gzip = true stats = true index-stats = true elasticsearch-user = "xxx" elasticsearch-password = "xxx" elasticsearch-max-conns = 4 dropped-collections = true dropped-databases = true replay = false resume = true resume-write-unsafe = false resume-name = "default" resume-strategy = 1 file-highlighting = true cluster-name = 'apoloapolo' exit-after-direct-reads = false
what's problem? Can you help me ?
The text was updated successfully, but these errors were encountered:
Hello, I can't sync data from mongo to es. It runs only once and not to update.The following is my configuration:
mongo-url = "mongodb://xxxx:xxxx/xxx" elasticsearch-urls = ["http://xxxxx:8200"] direct-read-namespaces = ["ixxxx"] gzip = true stats = true index-stats = true elasticsearch-user = "xxx" elasticsearch-password = "xxx" elasticsearch-max-conns = 4 dropped-collections = true dropped-databases = true replay = false resume = true resume-write-unsafe = false resume-name = "default" resume-strategy = 1 file-highlighting = true cluster-name = 'apoloapolo' exit-after-direct-reads = false
what's problem? Can you help me ?
The text was updated successfully, but these errors were encountered: