Kibana requires the timestamp filed to be named @timestamp so the internal
_timestamp field isn't going to work - I'm pretty sure that's still the
case for Kibana 4 as well

--

Itamar Syn-Hershko
http://code972.com | @synhershko <https://twitter.com/synhershko>
Freelance Developer & Consultant
Lucene.NET committer and PMC member

On Mon, Feb 16, 2015 at 6:22 PM, Roy Zanbel <r...@jfrog.com> wrote:

> Also no..
> Will take an hour tomorrow to start fresh, will delete the index and start
> over again.
> Will keep you posted.
> {
>     "_index": "aql",
>     "_type": "item",
>     "_id": "AUuR4GgLMJioTmulRq4u",
>     "_version": 1,
>     "found": true,
>     "_source": {
>         "path": "Desktop/Desktop/Desktop",
>         "depth": 4,
>         "size": 477,
>         "downloads": 0,
>         "created": "2014-11-04T17:26:01.435+02:00",
>         "repo": "archive-local",
>         "name": "Desktop-Desktop.pom",
>         "type": "file",
>         "updated": "2014-11-04T17:25:55.822+02:00"
>     }
> }
>
> Thanks for the quick response.
>
> BR,
> Roy.
>
> On Saturday, February 14, 2015 at 3:30:28 PM UTC+2, Roy Zanbel 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/340289ee-301f-4ac4-928a-1b547b9c4f74%40googlegroups.com
> <https://groups.google.com/d/msgid/elasticsearch/340289ee-301f-4ac4-928a-1b547b9c4f74%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/CAHTr4ZvuABk%2BWGEvi9rgQgHXPoHnWVdJYbbsj%3DH-GEMvgPSCdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to