Try removing the json codec and adding a json filter: input { file { type => "json" path => "/logs/mylogs.log" } } filter{ json{ source ...
確定! 回上一頁