I've created a single file containg all type mappings, templates and default configurations.
I'm trying to PUT it using curl command, however It dumps me a error:
{"error":"ActionRequestValidationException[Validation Failed: 1: mapping type is missing;]","status":400}[
Is it possible to update all od this using a command line like:
curl -XPUT 'http://ESNODE01:9201/living/_mappings' -d @default_mappings.json
Thanks for all.