-
Notifications
You must be signed in to change notification settings - Fork 640
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
ES Mapping bug #680
Comments
Hello, are you using ES6? TheHive and Cortex are only supporting ES 5.6 max. |
Oh, thank you! Always the easiest solution... |
Tried with 5.6.10 |
Well, take a breath and read the docs: https://github.com/TheHive-Project/TheHiveDocs/blob/master/FAQ.md#do-you-support-elasticsearch-6x-or-later We already highlighted the fact that ES 6 is not supported |
In the FAQ, not under install guide. |
Yeah, except for both examples given in the install guide. Weird that you get the same issue using 5.6.x. Is there something strange with the ES install on CentOS? |
I don't want to complain because this is a awesome project, but regarding ES in this guide: Elasticsearch is mentioned 67 times. Only 2 times the version 5.x is mentioned: once under Binary (Minimal Ubuntu Installation) and once under "Build it Yourself". Table of Contents: So, if I use RPM install and follow the guide, there is no information about ES version Hive requires. |
Well, fair enough, we will specify it under the ES install section. That said, if you follow the instructions we’ve written, you should end up with the latest ES 5.x not with a 6.x version I think. |
And "5. First start" should be a separate heading, not under Binary IMHO :) |
Guys, Are we really going to go down this bean counter route? @s4vgR please show us your willingness to help and submit a PR for the documentation with the modifications you see fit to clearly indicate that ES 5.x is required to prevent other users from installing ES 6+. Thanks in advance. |
Np, I'll send a PR probably today. Regarding my issue, this fixed it:
It's not bean counting, if I install for RPM why should I bother to read install for Ubuntu or from binaries? |
Hi,
Request Type: Bug
Work Environment
Problem Description
I installed The Hive and Cortex using RPM. When i go to local web of both Hive and Cortex I get the same error after clicking Update Database:
Looks like the mapping removal in ES 6+ disabled updating and with that any usage of Hive and Cortex. Any ideas? Thank you for help.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: