Date match not working

Hello, i have a field called "timestamp" (i already triyed with another name) the content im getting with dissect its like this:
08/08/2018 17:02:39
This would be like
dd/MM/yyyy HH:mm:ss
im triyed with this date + match and its seams not to work
date { match => [ "timestamp", "dd/MM/yyyy HH:mm:ss" ] }.

Still im getting a different @TimeStamp than my "timestamp" content field.

Does anyone know what am i doing brong?

You may need to tell logstash what timezone the timestamp field is in.

ok and how would i do that?.

Read the documentation that I linked to in my previous post.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.