# Timestamped events not going to correct index up until 08:59:59.999 JST

**URL:** https://discuss.elastic.co/t/timestamped-events-not-going-to-correct-index-up-until-0859-999-jst/160462
**Category:** Beats
**Tags:** winlogbeat
**Created:** [December 12, 2018, 2:33am UTC](https://discuss.elastic.co/t/timestamped-events-not-going-to-correct-index-up-until-0859-999-jst/160462 "2018-12-12T02:33:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![popa](https://avatars.discourse-cdn.com/v4/letter/p/dec6dc/32.png) [@popa](https://discuss.elastic.co/u/popa)
#### Post date: [December 12, 2018, 2:33am UTC](https://discuss.elastic.co/t/timestamped-events-not-going-to-correct-index-up-until-0859-999-jst/160462/1 "2018-12-12T02:33:16Z")

</div>

As the title implies, my timestamped events are being added to the wrong index everyday up until 08:59:59.999 JST.

**Before 09:00:00 JST**

```auto
 @timestamp November 20th 2018, 08:59:59.835
 _index winlogbeat-6.4.0-2018.11.19

```

**After 09:00:00 JST**

```auto
 @timestamp November 20th 2018, 09:00:58.491
 _index winlogbeat-6.4.0-2018.11.20

```

I can understand why this is happening, because my geographic location (Japan) is +9 hours ahead of UTC.

I'm wondering if this is normal behavior or not? If not, I'm wondering if it's possible to fix this by reindexing or is there some other more efficient method to solve this issue?

---

<div class="post-metadata">

### Author: ![Shaoranlaos](https://avatars.discourse-cdn.com/v4/letter/s/c57346/32.png) [@Shaoranlaos](https://discuss.elastic.co/u/Shaoranlaos)
#### Post date: [December 12, 2018, 6:22am UTC](https://discuss.elastic.co/t/timestamped-events-not-going-to-correct-index-up-until-0859-999-jst/160462/2 "2018-12-12T06:22:51Z")

</div>

This is completly normal behaviour, all timestamps are saved as UTC in the Elastic Stack.  
All datasources (Filebeat with modules, other beats or Logstash date filter) convert there local timestamp (timezone) to UTC in the resulting event.

---

<div class="post-metadata">

### Author: ![popa](https://avatars.discourse-cdn.com/v4/letter/p/dec6dc/32.png) [@popa](https://discuss.elastic.co/u/popa)
#### Post date: [December 12, 2018, 6:24am UTC](https://discuss.elastic.co/t/timestamped-events-not-going-to-correct-index-up-until-0859-999-jst/160462/3 "2018-12-12T06:24:36Z")

</div>

Thanks! I was going through and looking for any issues while learning the stack and noticed this. Glad to know that it's normal behavior.

---

<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: [January 9, 2019, 6:24am UTC](https://discuss.elastic.co/t/timestamped-events-not-going-to-correct-index-up-until-0859-999-jst/160462/4 "2019-01-09T06:24:36Z")

</div>

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