# Troubles with setting @timestamp

**URL:** https://discuss.elastic.co/t/troubles-with-setting-timestamp/156906
**Category:** Logstash
**Created:** [November 15, 2018, 4:36pm UTC](https://discuss.elastic.co/t/troubles-with-setting-timestamp/156906 "2018-11-15T16:36:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Roma1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/roma1/32/48249_2.png) [@Roma1](https://discuss.elastic.co/u/Roma1)
#### Post date: [November 15, 2018, 4:36pm UTC](https://discuss.elastic.co/t/troubles-with-setting-timestamp/156906/1 "2018-11-15T16:36:31Z")

</div>

In my logstash config i have this filter:  
filter {  
json {  
source =\> "message"  
target =\> "json\_data"  
}  
date {  
match =\> ["log\_timestamp", "yyyy-MM-dd HH:mm:ss.SSS"]  
target = "@timestamp"  
}  
}  
log timestamp: {"log\_timestamp": "2018-11-15 11:27:10.130"}  
But @timestamp isn't overrides. Believe anyone can help me.

---

<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: [December 13, 2018, 4:36pm UTC](https://discuss.elastic.co/t/troubles-with-setting-timestamp/156906/2 "2018-12-13T16:36:41Z")

</div>

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