Hello I have a logstash input from amazon kinesis than one field "news_timestamp" have an timestamp with this format "yyyy-MM-dd HH:mm:ss"
I need to update this field adding the milliseconds .000 like this "yyyy-MM-dd HH:mm:ss.SSS"
how I can do this, im using elasticsearch 6.x and logstash 6.x,
thanks for advance