# Elasticsearch Transform not triggering

**URL:** https://discuss.elastic.co/t/elasticsearch-transform-not-triggering/270897
**Category:** Elasticsearch
**Tags:** transforms
**Created:** [April 21, 2021, 6:27pm UTC](https://discuss.elastic.co/t/elasticsearch-transform-not-triggering/270897 "2021-04-21T18:27:37Z")
**Posts on this page:** 1
**Showing post:** 5

<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 22, 2021, 7:12am UTC](https://discuss.elastic.co/t/elasticsearch-transform-not-triggering/270897/5 "2021-04-22T07:12:46Z")

</div>

Regarding the ingest timestamp, I recommend [this](https://discuss.elastic.co/t/dec-12th-2018-en-elasticsearch-automatically-adding-a-timestamp-to-documents/159314).

Regarding your scripted metric: Will you have duplicates in the data? E.g. what if a person updates the contact information? I wonder if you additionally want the _latest_ value. Now you return the 1st. Which might not even be the 1st in terms of time or index order, but the 1st that 1 shard answers.

---

_[View the full topic](https://discuss.elastic.co/t/elasticsearch-transform-not-triggering/270897)._
