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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAHsnNRgw8uUH6CHNmUZ6jyrb2XFxUnu4rUQojg1AXA1G2zXbbA%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
dadoonet
(David Pilato)
December 7, 2014, 8:31am
2
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 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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAHsnNRgw8uUH6CHNmUZ6jyrb2XFxUnu4rUQojg1AXA1G2zXbbA%40mail.gmail.com .
For more options, visit 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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/2D21DA38-97C0-4AF7-A158-C792AB862682%40pilato.fr .
For more options, visit https://groups.google.com/d/optout .