# New to Ingest Pipeline

**URL:** https://discuss.elastic.co/t/new-to-ingest-pipeline/265643
**Category:** Elasticsearch
**Tags:** ingest-pipeline
**Created:** [February 26, 2021, 5:46pm UTC](https://discuss.elastic.co/t/new-to-ingest-pipeline/265643 "2021-02-26T17:46:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![maheshe](https://avatars.discourse-cdn.com/v4/letter/m/b19c9b/32.png) [@maheshe](https://discuss.elastic.co/u/maheshe)
#### Post date: [February 26, 2021, 5:46pm UTC](https://discuss.elastic.co/t/new-to-ingest-pipeline/265643/1 "2021-02-26T17:46:41Z")

</div>

Hi:  
I have an index intune-\* where I need to modify some fields. Once I create the index pipeline how do I tag it to the appropriate Index ? I have a rolling index

I read this documentation but wasnt clear on step-9 .. Does the below tag an Ingest pipeline " access" logs with my-index... Is this one time effort where you do for your first index and it will continue through the rolling indexes... If I have multiple indexes myindex-\* should work right ?

```auto
PUT my-index/_doc/1?pipeline=access_logs
{
  "message": "212.87.37.154 - - [05/May/2020:16:21:15 +0000] \"GET /favicon.ico HTTP/1.1\" 200 3638 \"-\" \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36\""
}

```

> **[Ingest Node Pipelines | Kibana Guide \[master\] | Elastic](https://www.elastic.co/guide/en/kibana/master/ingest-node-pipelines.html)**

---

<div class="post-metadata">

### Author: ![maheshe](https://avatars.discourse-cdn.com/v4/letter/m/b19c9b/32.png) [@maheshe](https://discuss.elastic.co/u/maheshe)
#### Post date: [February 26, 2021, 5:51pm UTC](https://discuss.elastic.co/t/new-to-ingest-pipeline/265643/2 "2021-02-26T17:51:44Z")

</div>

I got the answer while creating the Index template we can define for the same " "default\_pipeline": "transform pipelineName" for new indexes and for existing ones we can run the put command above right ?

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 27, 2021, 12:16am UTC](https://discuss.elastic.co/t/new-to-ingest-pipeline/265643/3 "2021-02-27T00:16:54Z")

</div>

Yes that's correct 🙂

---

<div class="post-metadata">

### Author: ![maheshe](https://avatars.discourse-cdn.com/v4/letter/m/b19c9b/32.png) [@maheshe](https://discuss.elastic.co/u/maheshe)
#### Post date: [March 1, 2021, 6:46pm UTC](https://discuss.elastic.co/t/new-to-ingest-pipeline/265643/4 "2021-03-01T18:46:28Z")

</div>

Thanks

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 29, 2021, 6:46pm UTC](https://discuss.elastic.co/t/new-to-ingest-pipeline/265643/5 "2021-03-29T18:46:49Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
