Skip to content

Add _source to ReindexOnServer API source settings #3288

@russcam

Description

@russcam

ReindexOnServer is missing the ability to specify individual _source fields from the source as per the example in the documentation.:

POST _reindex
{
  "source": {
    "index": "twitter",
    "_source": ["user", "_doc"]  // <-- missing
  },
  "dest": {
    "index": "new_twitter"
  }
}

Metadata

Metadata

Assignees

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