Commit 67e313a8 by 傅伟强-富德

Update test.txt

1 parent 144105a3
Showing with 16 additions and 0 deletions
......@@ -285,3 +285,19 @@ public class OracleRenewalStaffChangeHistoryImpl implements OracleRenewalStaffCh
}
}
filter {
json {
source => "message"
remove_field => ["host", "@timestamp", "httpversion", "@version"]
}
date{
match => ["timestamp","yyyy-MM-dd-HH:mm:ss"]
locale => "cn"
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!