Elasticsearch - Index Management
Examine this reindex request and identify the error:
{ "source": { "index": "source_index" }, "dest": { "index": "dest_index" }, "script": { "source": "ctx._source.status = archived" } }Examine this reindex request and identify the error:
{ "source": { "index": "source_index" }, "dest": { "index": "dest_index" }, "script": { "source": "ctx._source.status = archived" } }ctx._source.status = archived. Since archived is a string, it must be quoted.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions