-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken compatibility with Elasticsearch 8.x/Opensearch 2.x #429
Comments
Hello, I'm facing the same problem, I can't use Cortex meanwhile :/ |
Would be nice if this was fixed, we are moving to open search for our whole stack |
Same thing for us, we use Opensearch in its latest versions. To waiting the resolution, we will use an additional Opensearch node with an old version to continue using Cortex. |
Same problem here..... :( Can we give priority to this issue? Thanks! |
Same here! |
problem also confirmed for me |
Having the same issue here
|
Request Type
Bug
Work Environment
Problem Description
Hi, I identified problem with creating cortex database in Elasticsearch >=8.x and OpenSearch >= 2.x. Parameter
include_type_name
is removed from newest ES/OS versions (reference Moving from types to typeless APIs in Elasticsearch 7.0 for ES, and Remove mapping types #150 for OS).Steps to Reproduce
Possible Solutions
Cortex uses elastic4play library, which uses elastic4s under the hood. Bumping elastic4s version from 7.17.2 to 8.x should enable compatibility with new Elasticsearch/Opensearch versions.
Complementary information
https://github.com/TheHive-Project/elastic4play/blob/86665bfe13a5cb34104482ebe49039d309f23f43/build.sbt#L46
The text was updated successfully, but these errors were encountered: