kibana展示中文乱码是由于Filebeat制定的编码集不是GB2312,解决方法如下在filebeat.yml 中paths 上加encoding: GB2312 filebeat.inputs: - type: log enabled: true ...
確定! 回上一頁