-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Is it possible to support elasticsearch 6.x? #711
Comments
Sure, we will support it. |
Hi dennwc, thanks for your prompt reply. But i still encountered the same problem when connecting to elasticsearch 6.x. Received Exception: Many thanks.... |
@alvinh Sorry, I cannot reproduce. I'm testing it on ElasticSearch v6.2.4 (Docker image) and Cayley version v0.7.3. Make sure you updated to the latest version and in case it still doesn't work, please paste an output of |
Hi @dennwc, the output and config file are as below, thanks. Cayley Output: Config File |
Everything looks good, but it still tries to use an old code path. It might happen because of failed ES version detection. Let's try to debug it with your version of ElasticSearch. Please PM me on Slack. |
Was a cluster misconfiguration issue |
Hi, is it possible to support elasticsearch 6,x? After 6.x version release, multiple types in the same index had been removed, so we will encounter the following error when we use "elastic" as backend with 6.x version.
Received Exception:
Error: elastic: Error 400 (Bad Request): Rejecting mapping update to [cayley] as the final mapping would have more than 1 type: [nodes, log] [type=illegal_argument_exception]
Many thanks....
The text was updated successfully, but these errors were encountered: