Skip to content
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

[Web] Support Elasticsearch 8.X #178

Open
nicpenning opened this issue Sep 29, 2024 · 1 comment
Open

[Web] Support Elasticsearch 8.X #178

nicpenning opened this issue Sep 29, 2024 · 1 comment
Assignees
Labels
improvement Existing functionality that needs improvements

Comments

@nicpenning
Copy link

The current supported version of Elasticsearch for Cuckoo is 7.X but it would be great to use the latest version. EOL dates. It seems Elastic is working on 9.0 so 7.X could be unsupported upon its arrival which is still unknown. Best to support Elasticsearch latest 8.X version if Elasticsearch is still planning on being used which I think would be great.

Also, in coming versions, Elasticsearch will be open source again so that is great as well article.

cuckoo3/common/setup.py

Lines 44 to 45 in 64d9aab

"elasticsearch>=7.17.3, <8.0",
"elasticsearch-dsl>=7.4.0, <7.5",

@cert-ee-raidar cert-ee-raidar added the improvement Existing functionality that needs improvements label Sep 30, 2024
@cert-ee-raidar
Copy link
Contributor

@nicpenning
Yes, we are currently updating all Cuckoo3 Python dependencies to their latest versions.
We should have it ready soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Existing functionality that needs improvements
Projects
None yet
Development

No branches or pull requests

3 participants