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
mongo db.collection.remove() and db.dropDatabase()
curl XPUT _river index with aforementioned settings
Why on the re-creation of my indexes does the old data get re-imported? What is the appropriate way to configure/delete the river plugin to remove all ES indexes and corresponding data when data is removed/dropped from Mongo?
The text was updated successfully, but these errors were encountered:
I have the following settings turned on:
"secondary_read_preference": true,
"import_all_collections": true,
"skip_initial_import": true
I perform the following steps:
Why on the re-creation of my indexes does the old data get re-imported? What is the appropriate way to configure/delete the river plugin to remove all ES indexes and corresponding data when data is removed/dropped from Mongo?
The text was updated successfully, but these errors were encountered: