# \_timestamp doesn't work in kibana even enabled in the mapping

**URL:** https://discuss.elastic.co/t/-timestamp-doesnt-work-in-kibana-even-enabled-in-the-mapping/21122
**Category:** Elasticsearch
**Created:** [December 7, 2014, 6:38am UTC](https://discuss.elastic.co/t/-timestamp-doesnt-work-in-kibana-even-enabled-in-the-mapping/21122 "2014-12-07T06:38:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Xinli\_Shang](https://avatars.discourse-cdn.com/v4/letter/x/9dc877/32.png) [@Xinli\_Shang](https://discuss.elastic.co/u/Xinli_Shang)
#### Post date: [December 7, 2014, 6:38am UTC](https://discuss.elastic.co/t/-timestamp-doesnt-work-in-kibana-even-enabled-in-the-mapping/21122/1 "2014-12-07T06:38:47Z")

</div>

I enabled \_timestamp in the mapping as below. I also queried the mapping  
back and confirmed it is set like below.

"\_timestamp" : { "enabled" : true,"store" : "yes"},

But in Kibana, the timefilter which relies on the \_timestamp doesn't work.  
In the \_source, I don't see \_timpstamp is automatically created for each  
document.

Any idea where is wrong?

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAHsnNRgw8uUH6CHNmUZ6jyrb2XFxUnu4rUQojg1AXA1G2zXbbA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAHsnNRgw8uUH6CHNmUZ6jyrb2XFxUnu4rUQojg1AXA1G2zXbbA%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [December 7, 2014, 8:31am UTC](https://discuss.elastic.co/t/-timestamp-doesnt-work-in-kibana-even-enabled-in-the-mapping/21122/2 "2014-12-07T08:31:39Z")

</div>

Timestamp is indexed but source document is never modified.  
That's why you can not see it in source.

David

> Le 7 déc. 2014 à 07:38, Xinli Shang [xinlishang@gmail.com](mailto:xinlishang@gmail.com) a écrit :
> 
> I enabled \_timestamp in the mapping as below. I also queried the mapping back and confirmed it is set like below.
> 
> "\_timestamp" : { "enabled" : true,"store" : "yes"},
> 
> But in Kibana, the timefilter which relies on the \_timestamp doesn't work. In the \_source, I don't see \_timpstamp is automatically created for each document.
> 
> Any idea where is wrong?
> 
> --  
> You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAHsnNRgw8uUH6CHNmUZ6jyrb2XFxUnu4rUQojg1AXA1G2zXbbA%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAHsnNRgw8uUH6CHNmUZ6jyrb2XFxUnu4rUQojg1AXA1G2zXbbA%40mail.gmail.com).  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/2D21DA38-97C0-4AF7-A158-C792AB862682%40pilato.fr](https://groups.google.com/d/msgid/elasticsearch/2D21DA38-97C0-4AF7-A158-C792AB862682%40pilato.fr).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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: [July 6, 2017, 12:45am UTC](https://discuss.elastic.co/t/-timestamp-doesnt-work-in-kibana-even-enabled-in-the-mapping/21122/3 "2017-07-06T00:45:14Z")

</div>


