Unfortunately no ):
Any ideas how to troubleshoot this issue? 
Currently I'm in testing ENV so no problem to delete the index and start 
again from scratch.

<https://lh5.googleusercontent.com/-_U-0eZT88UY/VOHAvMPv8wI/AAAAAAAAAPQ/tNb9Knr8t6c/s1600/Screen%2BShot%2B02-16-15%2Bat%2B12.01%2BPM.PNG>

<https://lh5.googleusercontent.com/-J9VC3shYJso/VOHAzhwl7_I/AAAAAAAAAPY/BhO7V5s09-g/s1600/Screen%2BShot%2B02-16-15%2Bat%2B11.56%2BAM.PNG>




On Monday, February 16, 2015 at 9:40:36 AM UTC+2, Mark Walkom wrote:
>
> You have the _timestamp field as you have defined, and you should be able 
> to search on that field in KB.
>
> Are you not seeing this?
>
> On 15 February 2015 at 00:30, Roy Zanbel <ro...@jfrog.com <javascript:>> 
> wrote:
>
>> Hi,
>>
>> New to elasticsearch and have a simple question had a hard time finding 
>> online.
>> I wish to add a timestamp field.and later use it in kibana 
>> This is how my settings/ mappings looks like:
>> {
>>     "aql": {
>>         "mappings": {
>>             "item": {
>>                 "_timestamp": {
>>                     "enabled": true,
>>                     "store": true
>>                 },
>>                 "properties": {}
>>             }
>>         },
>>         "settings": {
>>             "index": {
>>                 "item": {
>>                     "_timestamp": {
>>                         "enabled": "true",
>>                         "store": "true"
>>                     }
>>                 },
>>                 "creation_date": "1423908699031",
>>                 "number_of_shards": "5",
>>                 "number_of_replicas": "1",
>>                 "version": {
>>                     "created": "1040299"
>>                 },
>>                 "uuid": "JqNaClL1Q5-ucG6NI1bvOA"
>>             }
>>         }
>>     }
>> }
>>
>> and after posting new indices would like to see a timetamp option to 
>> filter event in kibana.
>>
>> Thanks in advance.
>>
>> BR,
>> Roy.
>>
>> -- 
>> 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 elasticsearc...@googlegroups.com <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/elasticsearch/8801b0d4-8b57-49b2-85ba-039613b962af%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/elasticsearch/8801b0d4-8b57-49b2-85ba-039613b962af%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> 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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/e3a14b75-461c-4b4a-abe1-2ffc01b56b5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to