es6-persistence/README.md
⚠️ This module is deprecated and provides only a migration error message.
Elasticsearch 6.x reached end-of-life in November 2020 and is no longer supported.
The conductor.indexing.type=elasticsearch_v6 configuration has been deprecated. Users should migrate to Elasticsearch 7.x.
Change your configuration from:
conductor.indexing.type=elasticsearch_v6
conductor.elasticsearch.url=http://localhost:9200
To:
conductor.indexing.type=elasticsearch
conductor.elasticsearch.url=http://localhost:9200
All other conductor.elasticsearch.* properties remain the same.
If you need the original Elasticsearch 6.x persistence module code for reference, it has been archived at:
https://github.com/conductor-oss/conductor-es6-persistence
Note: The archived module is no longer maintained and should not be used in production.
conductor.indexing.type=elasticsearch instead