hi i have same string in log :
1465301456.359 127.0.0.1 127.0.0.1 0.036 GET /cashier/manipulation/searchDBy
as you see date in hear in unix format so i'm use date filter
date {
#match => ["msec", "YYYY.MM.dd HH:mm:ss", "UNIX"]
match => ["msec", "UNIX"]
target => "msec"
timezone => "Europe/Kiev"
}
but still parsing get a date in UTC
@timestamp June 7th 2016, 15:10:02.159
msec 2016-06-07T12:10:56.359Z
how i can convert unix time not UTC