From dd92b953209fca9f3fb1b7be748d050c06f15d8a Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Wed, 4 Feb 2015 17:24:15 +0000 Subject: [PATCH] should be json_lines codec --- utils/elk/logstash-kippo.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/elk/logstash-kippo.conf b/utils/elk/logstash-kippo.conf index f2bd53a..9e171a0 100644 --- a/utils/elk/logstash-kippo.conf +++ b/utils/elk/logstash-kippo.conf @@ -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