Logstash remove @timestamp

Hello all,
a logstash question:
now, logs contain "time", so l want remove "@timestamp", Is there a way? and Is there a better way? thx

regards,
lovelk

at your config try to
mutate {
remove_field => ["timestamp"]
}

maybe you need to add @ before.

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