mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-09 01:04:22 +01:00
open tcp port for old log file processing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user