mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-04 23:04:26 +01:00
should be json_lines codec
This commit is contained in:
@@ -2,7 +2,7 @@ input {
|
||||
# this is the actual live log file to monitor
|
||||
file {
|
||||
path => ["/home/kippo/kippo-git/log/kippo.json"]
|
||||
codec => json
|
||||
codec => json_lines
|
||||
type => "kippo"
|
||||
}
|
||||
# this is to send old logs to for reprocessing
|
||||
|
||||
Reference in New Issue
Block a user