# Impossible to find index template path

**URL:** https://discuss.elastic.co/t/impossible-to-find-index-template-path/312541
**Category:** Kibana
**Created:** [August 21, 2022, 8:48am UTC](https://discuss.elastic.co/t/impossible-to-find-index-template-path/312541 "2022-08-21T08:48:34Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Samuele\_Lolli](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/samuele_lolli/32/107848_2.png) [@Samuele\_Lolli](https://discuss.elastic.co/u/Samuele_Lolli)
#### Post date: [August 21, 2022, 8:48am UTC](https://discuss.elastic.co/t/impossible-to-find-index-template-path/312541/1 "2022-08-21T08:48:34Z")

</div>

I created a index template from the Kibana UI but i can't configure properly the index inside my logstash pipeline because i can't find the path of the index template.

---

<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: [August 22, 2022, 5:17am UTC](https://discuss.elastic.co/t/impossible-to-find-index-template-path/312541/2 "2022-08-22T05:17:35Z")

</div>

Take a look at [cat templates API | Elasticsearch Guide [8.3] | Elastic](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-templates.html) to identify which one it might be.

---

<div class="post-metadata">

### Author: ![Samuele\_Lolli](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/samuele_lolli/32/107848_2.png) [@Samuele\_Lolli](https://discuss.elastic.co/u/Samuele_Lolli)
#### Post date: [August 22, 2022, 7:26am UTC](https://discuss.elastic.co/t/impossible-to-find-index-template-path/312541/3 "2022-08-22T07:26:22Z")

</div>

Thank you for you reply and the guide you sended me is helpfull.  
Anyway I'm searching in the documentation the right configuration for Logstash to use Index Template but i can't find an example. You know if somewhere i can find something more concrete?  
I know that i should but 3/4 configuration in the output of my pipeline but i don't know how to properly do it

Thank you again

---

<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: [August 22, 2022, 7:37am UTC](https://discuss.elastic.co/t/impossible-to-find-index-template-path/312541/4 "2022-08-22T07:37:55Z")

</div>

If your template was defined in Kibana then it will be in Elasticsearch, you don't need it to be on the filesystem for Logstash. As long as your index name use in Logstash matches the template, it will be applied.

---

<div class="post-metadata">

### Author: ![Samuele\_Lolli](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/samuele_lolli/32/107848_2.png) [@Samuele\_Lolli](https://discuss.elastic.co/u/Samuele_Lolli)
#### Post date: [August 22, 2022, 9:38am UTC](https://discuss.elastic.co/t/impossible-to-find-index-template-path/312541/5 "2022-08-22T09:38:43Z")

</div>

I tried like you suggested and worked well. Thank you for you help. I was trying a lot more complicated way to do it.  
Thank you again

---

<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: [September 19, 2022, 9:38am UTC](https://discuss.elastic.co/t/impossible-to-find-index-template-path/312541/6 "2022-09-19T09:38:45Z")

</div>

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