# How to check what all objects are created in Elasticsearch

**URL:** https://discuss.elastic.co/t/how-to-check-what-all-objects-are-created-in-elasticsearch/247719
**Category:** Elasticsearch
**Created:** [September 7, 2020, 7:11am UTC](https://discuss.elastic.co/t/how-to-check-what-all-objects-are-created-in-elasticsearch/247719 "2020-09-07T07:11:57Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tusharnemade](https://avatars.discourse-cdn.com/v4/letter/t/67e7ee/32.png) [@tusharnemade](https://discuss.elastic.co/u/tusharnemade)
#### Post date: [September 7, 2020, 7:11am UTC](https://discuss.elastic.co/t/how-to-check-what-all-objects-are-created-in-elasticsearch/247719/1 "2020-09-07T07:11:57Z")

</div>

Hi

I am new joinee in one of the project which uses Elasticsearch cluster.

Could you please help me to find out the way via which i could find and say what all objects are created in Elasticsearch Cluster.

These objects are

1. Indices / Templates / Pipelines / Aliases .. etc

I am aware of \_cat/ modules .. but for that i need to query each and every \_cat module. And if I miss any, then I would miss the object created in my cluster.

Hence would like to know the command / way to have it checked.

Thanks  
Tushar Nemade

---

<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: [September 7, 2020, 7:31am UTC](https://discuss.elastic.co/t/how-to-check-what-all-objects-are-created-in-elasticsearch/247719/2 "2020-09-07T07:31:19Z")

</div>

You could probably get that from the cluster state.

What are you trying to do with it all?

---

<div class="post-metadata">

### Author: ![tusharnemade](https://avatars.discourse-cdn.com/v4/letter/t/67e7ee/32.png) [@tusharnemade](https://discuss.elastic.co/u/tusharnemade)
#### Post date: [September 7, 2020, 7:34am UTC](https://discuss.elastic.co/t/how-to-check-what-all-objects-are-created-in-elasticsearch/247719/3 "2020-09-07T07:34:05Z")

</div>

Hi Mark

I will check cluster state and update in here , whether i get the information or not.

I am trying to find out what all objects are created in existing Elasticsearch cluster..

Thank You  
Tushar Nemade

---

<div class="post-metadata">

### Author: ![tusharnemade](https://avatars.discourse-cdn.com/v4/letter/t/67e7ee/32.png) [@tusharnemade](https://discuss.elastic.co/u/tusharnemade)
#### Post date: [September 7, 2020, 7:39am UTC](https://discuss.elastic.co/t/how-to-check-what-all-objects-are-created-in-elasticsearch/247719/4 "2020-09-07T07:39:53Z")

</div>

Hi Mark

Yes "\_cluster/state" , indeed does show all the required information with all details...

Could you please help me to cut-short the output only to its names like

aliases - abc , pqr , xyz  
template - abc-\*  
pipeline - mnq-pipe

To have precise output of all objects created manually and excluding system generated ones ..

Thanks  
Tushar Nemade

---

<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: [October 5, 2020, 7:40am UTC](https://discuss.elastic.co/t/how-to-check-what-all-objects-are-created-in-elasticsearch/247719/5 "2020-10-05T07:40:11Z")

</div>

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