remove _timestamp correctly
This commit is contained in:
@ -23,7 +23,7 @@ filter {
|
||||
date {
|
||||
match => [ "_timestamp", "UNIX" ]
|
||||
target => "@timestamp"
|
||||
remove_field => ["timestamp"]
|
||||
remove_field => ["_timestamp"]
|
||||
}
|
||||
|
||||
grok {
|
||||
|
Reference in New Issue
Block a user