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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to