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

reindexing for transferring data from one index to another #36

@Tanyasehgal

Description

@Tanyasehgal

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions