"unknown key [tagindex_v2] for create index" error when creating an index in elasticsearch
Hu, I’m trying to copy some indices from one Elasticsearch instance to another. I’m trying top copy this index called "tagindex_v2". I’ve used http://localhost:9400/tagindex_v2 and in the body i’ve copied the json, { "tagindex_v2": { "aliases": {}, "mappings": { "properties": { "deprecated": { "type": "boolean" }, "description": { "type": "keyword", "normalizer": "keyword_normalizer", "fields": { "delimited":… Read More "unknown key [tagindex_v2] for create index" error when creating an index in elasticsearch