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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8801b0d4-8b57-49b2-85ba-039613b962af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.