# Integrating Ingest Pipeline with the Indicies

**URL:** https://discuss.elastic.co/t/integrating-ingest-pipeline-with-the-indicies/263106
**Category:** Elasticsearch
**Created:** [February 3, 2021, 10:43am UTC](https://discuss.elastic.co/t/integrating-ingest-pipeline-with-the-indicies/263106 "2021-02-03T10:43:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![shiv97](https://avatars.discourse-cdn.com/v4/letter/s/e8c25b/32.png) [@shiv97](https://discuss.elastic.co/u/shiv97)
#### Post date: [February 3, 2021, 10:43am UTC](https://discuss.elastic.co/t/integrating-ingest-pipeline-with-the-indicies/263106/1 "2021-02-03T10:43:34Z")

</div>

Hi Everyone,

I have created one ingest pipeline now I want to attach this pipeline with the index having the format "cwl-2021.02.02 " where indices from every date are created like "cwl-2021.02.03" and so on...

So I tried  
PUT cwl-\*  
{  
"settings" : {  
"index" : {  
"default\_pipeline" : "pipeline"  
}  
}  
}

But there is an invalid index name exception, so can anyone let me know how we can integrate the ingest pipeline with this dynamic index format.

---

<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 3, 2021, 10:44am UTC](https://discuss.elastic.co/t/integrating-ingest-pipeline-with-the-indicies/263106/2 "2021-03-03T10:44:17Z")

</div>

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