Logstash之控制台输出的两种方式

  • 输出json
output {
   stdout { 
    codec => json
   }
}


  • 输出rubydebug
output {
   stdout { 
    codec => rubydebug
   }
}

posted @ 2019-12-18 11:29  哈喽哈喽111111  阅读(3252)  评论(0编辑  收藏  举报