# Get integration assets

**URL:** https://discuss.elastic.co/t/get-integration-assets/349647
**Category:** Kibana
**Created:** [December 19, 2023, 12:31pm UTC](https://discuss.elastic.co/t/get-integration-assets/349647 "2023-12-19T12:31:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![adrien\_moreau](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adrien_moreau/32/101590_2.png) [@adrien\_moreau](https://discuss.elastic.co/u/adrien_moreau)
#### Post date: [December 19, 2023, 12:31pm UTC](https://discuss.elastic.co/t/get-integration-assets/349647/1 "2023-12-19T12:31:37Z")

</div>

Is there a way to get the list of elasticsearch assets for a given elastic integration (From kibana or from an API).  
I am trying to figure out the list of:  
index templates, component templates, transforms, pipelines managed by the "Elastic Defend" integration

---

<div class="post-metadata">

### Author: ![yago82](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/yago82/32/97755_2.png) [@yago82](https://discuss.elastic.co/u/yago82)
#### Post date: [December 19, 2023, 12:54pm UTC](https://discuss.elastic.co/t/get-integration-assets/349647/2 "2023-12-19T12:54:36Z")

</div>

Hi Adrien,

The assets managed by an integration usually have a common prefix or pattern in their names, so you can look for that in the results.

You can then filter the results to find the assets managed by the "Elastic Defend" integration from those API

GET \_ingest/pipeline  
GET \_transform  
...

---

<div class="post-metadata">

### Author: ![adrien\_moreau](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adrien_moreau/32/101590_2.png) [@adrien\_moreau](https://discuss.elastic.co/u/adrien_moreau)
#### Post date: [December 19, 2023, 3:20pm UTC](https://discuss.elastic.co/t/get-integration-assets/349647/3 "2023-12-19T15:20:45Z")

</div>

Thanks for your response.

Does it mean that the name of the component template is really "deducted" from the name of the package?

I am looking at [https://github.com/elastic/integrations/tree/main/packages](https://github.com/elastic/integrations/tree/main/packages) in the different integration trying to figure out how the xxx@custom and xxx@package component template produced for a given xxx integration but I cannot figure it out.

I cannot find the integration "elastic defend" on [GitHub - elastic/integrations: Elastic Integrations](https://github.com/elastic/integrations) by the way. Anyone knows how to find its code?

---

<div class="post-metadata">

### Author: ![yago82](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/yago82/32/97755_2.png) [@yago82](https://discuss.elastic.co/u/yago82)
#### Post date: [December 19, 2023, 5:22pm UTC](https://discuss.elastic.co/t/get-integration-assets/349647/4 "2023-12-19T17:22:08Z")

</div>

Hi,

i think you have to find 'endpoint'

![image](https://us1.discourse-cdn.com/elastic/original/3X/2/7/27cf8d3fcc5c933ba6e2a62eee11f64fc3f20f11.png)

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/2/2/229036c67e0542736c3d1675b7e0576524806ebb.png)

---

<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: [January 16, 2024, 5:22pm UTC](https://discuss.elastic.co/t/get-integration-assets/349647/5 "2024-01-16T17:22:39Z")

</div>

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