Setting the correct timezone in date filter plugin

date {
match => [ "timestamp_field", "yyyy-MM-dd +0200" ]
timezone => "UTC"
target => "timestamp_field"
}

TRY