remove _timestamp correctly
This commit is contained in:
@ -30,7 +30,7 @@ filter {
|
||||
date {
|
||||
match => [ "_timestamp", "UNIX" ]
|
||||
target => "@timestamp"
|
||||
remove_field => ["timestamp"]
|
||||
remove_field => ["_timestamp"]
|
||||
}
|
||||
|
||||
#If using filebeats as your source, you will need to replace the "path" field to "source"
|
||||
|
Reference in New Issue
Block a user