How to replace @timestamp with actual log time

I used below date filter but not working

date {
match => [ "timestamp" , "ISO8601" , "yyyy-MM-dd HH:mm:ss" ]
}