<!-- If you are filing a feature request, please remove the above bug report block and provide responses for all of the below items. --> ReIndex has an ability to use an pipeline. The NEST client does not seem to support it for ReIndexOnServer POST _reindex { "source": { "index": "source" }, "dest": { "index": "dest", **"pipeline": "some_ingest_pipeline"** } }