# Kibana logs are not in order 6.7 version

**URL:** https://discuss.elastic.co/t/kibana-logs-are-not-in-order-6-7-version/181887
**Category:** Logs
**Created:** [May 20, 2019, 6:45pm UTC](https://discuss.elastic.co/t/kibana-logs-are-not-in-order-6-7-version/181887 "2019-05-20T18:45:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Rampsrr](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rampsrr/32/46496_2.png) [@Rampsrr](https://discuss.elastic.co/u/Rampsrr)
#### Post date: [May 20, 2019, 6:45pm UTC](https://discuss.elastic.co/t/kibana-logs-are-not-in-order-6-7-version/181887/1 "2019-05-20T18:45:59Z")

</div>

Filebeat-- logstash - - elastic search - - kibana  
Version all 6.7  
It is not working both scenario #10005 ticket, since in real time i have more log lines of 10 to 15 have same @timestamp with respective to seconds but offset different, so i have created new number filed in logstash with combined @timestamp and offset together...  
After that In kibana discover tab i can able to see the new number field with unique number..  
But in kibana logs ui, it stopped streaming if i try to order by newly created number field.

Or  
Any possibility to combine @timestamp, offset in kibana logs UI tab.. Because i tried multiple combination but failed.

---

<div class="post-metadata">

### Author: ![weltenwort](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/weltenwort/32/53885_2.png) [@weltenwort](https://discuss.elastic.co/u/weltenwort)
#### Post date: [May 28, 2019, 12:57pm UTC](https://discuss.elastic.co/t/kibana-logs-are-not-in-order-6-7-version/181887/2 "2019-05-28T12:57:20Z")

</div>

Hi @Rampsrr,

in contrast to the Discover tab, the Logs UI actually has a mechanism for dealing with non-unique timestamps. It is able to internally combine the timestamp and a tiebreaker field to ensure consistent order. From your description it sounds like this could work for you:

- set the timestamp field to the default `@timestamp`
- set the tiebreaker to your `offset` field

Let us know if that works out for you.

---

<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: [June 25, 2019, 1:07pm UTC](https://discuss.elastic.co/t/kibana-logs-are-not-in-order-6-7-version/181887/3 "2019-06-25T13:07:25Z")

</div>

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