Hi - I am using logstash to ship messages to ES. Logstash automatically adds @timestamp field. I want to know if there is way to tell elastic search or logstash to have actual insert timestamp on document ? is there a elastic search insert timestamp fields which shows in kibana ?
As such I am only seeing @timestamp field which is added by logstash. I am looking for ES insert timestamp.
logstash -> 6.1.1
Elastic Search -> 6.1
I see _timestamp was deprecated in ES. how do I instruct logstash to add _timestamp field.
Finally I want to calculate time difference when logstash has sent the document with when it was inserted in ES.
Thanks,