I have _timestamp enabled on my index mapping: "mappings" : { "_default_" : { "_timestamp" : { "enabled" : "true", "store": "yes" } } } and the value is not present in kibana: 
I have _timestamp enabled on my index mapping:
"mappings" : {
"default" : {
"_timestamp" : { "enabled" : "true", "store": "yes" }
}
}
and the value is not present in kibana:
