sorting - logstash-elasticsearch: sort data by timestamp -


i centralize logfiles 1 logfile using logstash , each event have timestamp(the original one). now, last challenge data sorted timestamp(if possible on real-time thats better).

my timestamp format is: yyyy-mm-dd hh:mm:ss

now, can make change in format/ file format in order make work, long stays on our servers.

what's best way sort data? ideas?

thanks in advance!


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -