I was successfully able to convert UNIX time to Human readable format ,However kibana fails to load data from the below field .
Is it because the format is missing ? as seen in the mapping ?
"Fwd_Time" : {
"type" : "date"
},
Filter :-
date {
match => [ "Fwd_epoch_time","UNIX" ]
target => "Fwd_Time"
remove_field => ["Fwd_epoch_time"]
}