prepare for tanner

This commit is contained in:
Marco Ochse
2018-05-28 21:46:51 +00:00
parent cabd5a3941
commit 428ee43c18
3 changed files with 33 additions and 9 deletions

View File

@ -108,6 +108,13 @@ input {
type => "NGINX"
}
# Tanner
file {
path => ["/data/tanner/log/tanner_report.json"]
codec => json
type => "Tanner"
}
# Vnclowpot
file {
path => ["/data/vnclowpot/log/vnclowpot.log"]
@ -383,6 +390,13 @@ filter {
}
}
# Tanner
if [type] == "Tanner" {
date {
match => [ "timestamp", "ISO8601" ]
}
}
# Vnclowpot
if [type] == "Vnclowpot" {
grok {