don't use reserved _timestamp
This commit is contained in:
@ -20,9 +20,9 @@ input {
|
||||
filter {
|
||||
if "qualys" in [tags] {
|
||||
date {
|
||||
match => [ "_timestamp", "UNIX" ]
|
||||
match => [ "scan_time", "UNIX" ]
|
||||
target => "@timestamp"
|
||||
remove_field => ["_timestamp"]
|
||||
remove_field => ["scan_time"]
|
||||
}
|
||||
|
||||
grok {
|
||||
|
Reference in New Issue
Block a user