# Elasticsearch Transformed index and its dashboard

**URL:** https://discuss.elastic.co/t/elasticsearch-transformed-index-and-its-dashboard/329827
**Category:** Kibana
**Created:** [April 12, 2023, 11:33am UTC](https://discuss.elastic.co/t/elasticsearch-transformed-index-and-its-dashboard/329827 "2023-04-12T11:33:34Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![rvadiga](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rvadiga/32/102601_2.png) [@rvadiga](https://discuss.elastic.co/u/rvadiga)
#### Post date: [April 12, 2023, 11:33am UTC](https://discuss.elastic.co/t/elasticsearch-transformed-index-and-its-dashboard/329827/1 "2023-04-12T11:33:34Z")

</div>

Hi,  
I am building a Kibana dashboard using an transformed index. What I have observed is

1. for every field change in ES transform, I need to create a new dashboard as object is deleted when deleting the ES transform.  
Could anyone brief about the ideal procedure of updating the dashboard when there is a new transformed index created?

Regards  
Venkatesh

---

<div class="post-metadata">

### Author: ![Hendrik\_Muhs](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/hendrik_muhs/32/25802_2.png) [@Hendrik\_Muhs](https://discuss.elastic.co/u/Hendrik_Muhs)
#### Post date: [April 17, 2023, 7:15am UTC](https://discuss.elastic.co/t/elasticsearch-transformed-index-and-its-dashboard/329827/2 "2023-04-17T07:15:42Z")

</div>

Transform can run in _continuous_ mode, so it updates the data of the dashboard when new data arrives. What's the reason to re-create the transform regularly?

---

<div class="post-metadata">

### Author: ![rvadiga](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rvadiga/32/102601_2.png) [@rvadiga](https://discuss.elastic.co/u/rvadiga)
#### Post date: [April 17, 2023, 7:36am UTC](https://discuss.elastic.co/t/elasticsearch-transformed-index-and-its-dashboard/329827/3 "2023-04-17T07:36:34Z")

</div>

The transform is under development where the requirement changes...

---

<div class="post-metadata">

### Author: ![Hendrik\_Muhs](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/hendrik_muhs/32/25802_2.png) [@Hendrik\_Muhs](https://discuss.elastic.co/u/Hendrik_Muhs)
#### Post date: [April 17, 2023, 3:33pm UTC](https://discuss.elastic.co/t/elasticsearch-transformed-index-and-its-dashboard/329827/4 "2023-04-17T15:33:46Z")

</div>

I guess the problem is the data view that gets deleted when you delete the transform. A workaround could be to use the ES API's directly instead of the UI.

I wonder what requirements change so dramatically that you have to re-create the transform many times. Are you using `scripted_metric` and have to change the implementation? For scripts you could switch to stored scripts. With stored scripts you can change the script without re-creating the transform.

---

<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: [May 15, 2023, 3:34pm UTC](https://discuss.elastic.co/t/elasticsearch-transformed-index-and-its-dashboard/329827/5 "2023-05-15T15:34:23Z")

</div>

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