# Transform not synching

**URL:** https://discuss.elastic.co/t/transform-not-synching/292699
**Category:** Elasticsearch
**Tags:** transforms
**Created:** [December 22, 2021, 2:41pm UTC](https://discuss.elastic.co/t/transform-not-synching/292699 "2021-12-22T14:41:59Z")
**Posts on this page:** 1
**Showing post:** 8

<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: [December 22, 2021, 10:13pm UTC](https://discuss.elastic.co/t/transform-not-synching/292699/8 "2021-12-22T22:13:03Z")

</div>

I recommend this old but gold advent post from 3 years ago: [Dec 12th, 2018: [EN][Elasticsearch] Automatically adding a timestamp to documents](https://discuss.elastic.co/t/dec-12th-2018-en-elasticsearch-automatically-adding-a-timestamp-to-documents/159314)

It shows how to use a pipeline that adds an ingest timestamp to every document you push. That's the most accurate way you can use and it allows you to lower the value for `delay`. Note that by default lucene uses a refresh interval of `1s`, so you should not set `delay` to a lower value, but e.g. use `2s`. Of course you can tweak this further, but I guess that should already meet recency requirements for most users.

---

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