Trying to parse this datefield

Transform it into something that is has the same offset from UTC, but is supported. According to Wikipedia Moscow time is the same as EEST.

mutate { gsub => [ "logdate", "EEST", "Europe/Moscow" ] }