# Difference between Timestamp and @timestamp in kibana logs

**URL:** https://discuss.elastic.co/t/difference-between-timestamp-and-timestamp-in-kibana-logs/327203
**Category:** Logstash
**Created:** [March 7, 2023, 3:57pm UTC](https://discuss.elastic.co/t/difference-between-timestamp-and-timestamp-in-kibana-logs/327203 "2023-03-07T15:57:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Amani188](https://avatars.discourse-cdn.com/v4/letter/a/b487fb/32.png) [@Amani188](https://discuss.elastic.co/u/Amani188)
#### Post date: [March 7, 2023, 3:57pm UTC](https://discuss.elastic.co/t/difference-between-timestamp-and-timestamp-in-kibana-logs/327203/1 "2023-03-07T15:57:47Z")

</div>

Hi everyone,  
I noticed that there is a difference of time between Timestamp and @timestamp generated with logstash . Is there a way to synchronise the value of @timestamp to be equal to Timestamp on kibana logs?

Thank you

---

<div class="post-metadata">

### Author: ![leandrojmp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandrojmp/32/107231_2.png) [@leandrojmp](https://discuss.elastic.co/u/leandrojmp)
#### Post date: [March 7, 2023, 4:19pm UTC](https://discuss.elastic.co/t/difference-between-timestamp-and-timestamp-in-kibana-logs/327203/2 "2023-03-07T16:19:07Z")

</div>

> [@Amani188](#):
>
> I noticed that there is a difference of time between Timestamp and @timestamp generated with logstash .

Can you provide more context? What is _Timestamp_ ? Is a field in your document? Logstash only creates the _@timestamp_ field, so it is not clear what is this difference and where you are seeing it.

---

<div class="post-metadata">

### Author: ![Amani188](https://avatars.discourse-cdn.com/v4/letter/a/b487fb/32.png) [@Amani188](https://discuss.elastic.co/u/Amani188)
#### Post date: [March 7, 2023, 4:22pm UTC](https://discuss.elastic.co/t/difference-between-timestamp-and-timestamp-in-kibana-logs/327203/3 "2023-03-07T16:22:05Z")

</div>

Yes it's a field in the document

---

<div class="post-metadata">

### Author: ![leandrojmp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/leandrojmp/32/107231_2.png) [@leandrojmp](https://discuss.elastic.co/u/leandrojmp)
#### Post date: [March 7, 2023, 4:33pm UTC](https://discuss.elastic.co/t/difference-between-timestamp-and-timestamp-in-kibana-logs/327203/4 "2023-03-07T16:33:17Z")

</div>

> [@Amani188](#):
>
> Yes it's a field in the document

And what is the difference? Please share the output you have in Elasticsearch.

What is the source of your data? What does your source message looks like? Please share your Logstash configuration.

In Logstash and Elasticsearch all date strings are in UTC and Kibana will convert those date strings to the browser timezone.

If your original date string field is not in UTC and does not have any information about the time offset, this can lead to confusion.

Also, if you are not using a `date` filter in your Logstash configuration then the _@timestamp_ field will be created by Logstash with the time when the event entered the pipeline.

---

<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: [April 4, 2023, 4:33pm UTC](https://discuss.elastic.co/t/difference-between-timestamp-and-timestamp-in-kibana-logs/327203/5 "2023-04-04T16:33:39Z")

</div>

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