Closed
Description
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....