open tcp port for old log file processing

This commit is contained in:
Michel Oosterhof
2015-02-04 06:50:17 +00:00
parent ac00f81758
commit 1cd803098d

View File

@@ -1,11 +1,15 @@
input {
# this is the actual live log file to monitor
file {
path => ["/home/michel/src/kippo-git/log/kippo.json", "/home/kippo/kippo-git/log/kippo.json"]
# path => ["/home/michel/src/kippo-git/log/kippo.json"]
path => ["/home/kippo/kippo-git/log/kippo.json"]
codec => json
type => "kippo"
}
# this is to send old logs to for reprocessing
tcp {
port => 3333
type => "kippo"
}
}
filter {
@@ -16,7 +20,6 @@ filter {
locale => "en"
}
if [src_ip] {
dns {