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 <r...@jfrog.com> 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 elasticsearch+unsubscr...@googlegroups.com.
> 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/CAEYi1X8XMT958jjYn2JZFA0m5uV7QknzH2K-9jYdUdSTq3YR%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to