Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

reindexing for transferring data from one index to another #36

Open
Tanyasehgal opened this issue Aug 27, 2018 · 0 comments
Open

reindexing for transferring data from one index to another #36

Tanyasehgal opened this issue Aug 27, 2018 · 0 comments

Comments

@Tanyasehgal
Copy link

curl -XGET "http://localhost:9200/_reindex" -d '{"source":{"index":"sar_master","query":{"match_all":{}},"dest":{"index":"americas_master"}}}'

Error:
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"No feature for name [_reindex]"}],"type":"illegal_argument_exception","reason":"No feature for name [_reindex]"},"status":400}

Do we need to pre install anything ?

Give your inputs?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant