# Export ingest pipeline

**URL:** https://discuss.elastic.co/t/export-ingest-pipeline/374994
**Category:** Elasticsearch
**Created:** [February 25, 2025, 9:16am UTC](https://discuss.elastic.co/t/export-ingest-pipeline/374994 "2025-02-25T09:16:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![poke1710](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/poke1710/32/141609_2.png) [@poke1710](https://discuss.elastic.co/u/poke1710)
#### Post date: [February 25, 2025, 9:16am UTC](https://discuss.elastic.co/t/export-ingest-pipeline/374994/1 "2025-02-25T09:16:56Z")

</div>

Hello,  
We are looking to export the ingest pipeline in elk to a file so we can import it into another ELK system. Is there a way to do that?

---

<div class="post-metadata">

### Author: ![Keith\_Massey](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/keith_massey/32/83666_2.png) [@Keith\_Massey](https://discuss.elastic.co/u/Keith_Massey)
#### Post date: [March 3, 2025, 8:23pm UTC](https://discuss.elastic.co/t/export-ingest-pipeline/374994/2 "2025-03-03T20:23:31Z")

</div>

Hi @poke1710. Are you referring to [Elasticsearch ingest pipelines](https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest-apis.html)? Do you just need the [get pipeline API](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-pipeline-api.html)? I believe the output of that API is the same as the input to the [create pipeline API](https://www.elastic.co/guide/en/elasticsearch/reference/current/put-pipeline-api.html).
