# Time series visualization for sub-millisecond resolution

**URL:** https://discuss.elastic.co/t/time-series-visualization-for-sub-millisecond-resolution/164054
**Category:** Kibana
**Created:** [January 13, 2019, 7:28pm UTC](https://discuss.elastic.co/t/time-series-visualization-for-sub-millisecond-resolution/164054 "2019-01-13T19:28:17Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![roybenhayun](https://avatars.discourse-cdn.com/v4/letter/r/ce7236/32.png) [@roybenhayun](https://discuss.elastic.co/u/roybenhayun)
#### Post date: [January 13, 2019, 7:28pm UTC](https://discuss.elastic.co/t/time-series-visualization-for-sub-millisecond-resolution/164054/1 "2019-01-13T19:28:17Z")

</div>

Hi,  
How can we build a visualization for time series data which is in microseconds resolution?

Seems there are two challenges:

1. ElasticSearch: Elastic seems to use only ms-since-epoch timestamps. Could not find yet how to create a timestamp field with time in microseconds. Is that possible?
2. Kibana: Kibana and Timelion works in ms resolutions only. correct?

Any concrete suggestion or an idea is welcomed.  
Thanks in advance!

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [January 13, 2019, 10:08pm UTC](https://discuss.elastic.co/t/time-series-visualization-for-sub-millisecond-resolution/164054/2 "2019-01-13T22:08:25Z")

</div>

We are adding support for nanosecond and above resolution, to Elasticsearch, in the near future. Till then you can currently only use microsecond and above.

---

<div class="post-metadata">

### Author: ![roybenhayun](https://avatars.discourse-cdn.com/v4/letter/r/ce7236/32.png) [@roybenhayun](https://discuss.elastic.co/u/roybenhayun)
#### Post date: [January 15, 2019, 7:25am UTC](https://discuss.elastic.co/t/time-series-visualization-for-sub-millisecond-resolution/164054/3 "2019-01-15T07:25:09Z")

</div>

Thanks for the clarification Mark. Looking forward using this feature when it will be released.

As a follow-up question - is there any suggestion how to workaround this limitation?  
Possibly, pointing to common methods or specific example of charts and their aggrgegations, that developers applied for displaying visualization of microseconds time series.  
Maybe through combination of time stamps in seconds resolution with an "us\_offset" field; and visualizing it with either Timelion or another chart. Or some other trick. I assume that some creative ideas were already tried by others...

Thanks!

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [January 15, 2019, 7:35am UTC](https://discuss.elastic.co/t/time-series-visualization-for-sub-millisecond-resolution/164054/4 "2019-01-15T07:35:23Z")

</div>

The other option would be to just store the timestamp as a numeric field and work from that.

---

<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: [February 12, 2019, 7:35am UTC](https://discuss.elastic.co/t/time-series-visualization-for-sub-millisecond-resolution/164054/5 "2019-02-12T07:35:35Z")

</div>

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