this is my monstache.toml file, can anyone help me to fix this issue
mongo-url = "here i provided my mongodb connection url"
elasticsearch-urls = ["http://localhost:9200"]
Only sync the users_collection
direct-read-namespaces = ["test.users_collection"]
change-stream-namespaces = ["test.users_collection"]
Ensure updates are passed through
index-as-update = true
Resume from last sync position (or reset with new name)
resume = true
resume-name = "sync-users-1"
Optional settings
gzip = true
verbose = true
log-file = "monstache.log"
this is my monstache.toml file, can anyone help me to fix this issue
mongo-url = "here i provided my mongodb connection url"
elasticsearch-urls = ["http://localhost:9200"]
Only sync the users_collection
direct-read-namespaces = ["test.users_collection"]
change-stream-namespaces = ["test.users_collection"]
Ensure updates are passed through
index-as-update = true
Resume from last sync position (or reset with new name)
resume = true
resume-name = "sync-users-1"
Optional settings
gzip = true
verbose = true
log-file = "monstache.log"