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
Kohesive - Elasticsearch Data Import Utility
Connecting to target ES/Algolia to check state...
Data import failed due to:
State manager failed, cannot create state index
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kohesive-dih-state-v2] as the final mapping would have more than 1 type: [log, lock, state]"}],"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kohesive-dih-state-v2] as the final mapping would have more than 1 type: [log, lock, state]"},"status":400}
Debug stack trace:
uy.kohesive.elasticsearch.dataimport.DataImportException: State manager failed, cannot create state index
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kohesive-dih-state-v2] as the final mapping would have more than 1 type: [log, lock, state]"}],"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kohesive-dih-state-v2] as the final mapping would have more than 1 type: [log, lock, state]"},"status":400}
at uy.kohesive.elasticsearch.dataimport.ElasticSearchStateManager.init(State.kt:71)
at uy.kohesive.elasticsearch.dataimport.App.run(App.kt:88)
at uy.kohesive.elasticsearch.dataimport.App$Companion.main(App.kt:40)
at uy.kohesive.elasticsearch.dataimport.App.main(App.kt)
The text was updated successfully, but these errors were encountered:
Any pointers on how to solve this issue:
The text was updated successfully, but these errors were encountered: