【发布时间】:2020-12-16 02:33:41
【问题描述】:
有没有办法将 Nginx 中的 error.log 转换为 json?我需要将日志发送到外部日志查看器,为此我需要将 error.log 转换为 json。
【问题讨论】:
标签: json nginx error-log nginx-log
有没有办法将 Nginx 中的 error.log 转换为 json?我需要将日志发送到外部日志查看器,为此我需要将 error.log 转换为 json。
【问题讨论】:
标签: json nginx error-log nginx-log
使用 filebeat 可能是一种替代方法,具体取决于您是否要发送日志(请参阅 https://www.elastic.co/guide/en/beats/filebeat/current/configuring-output.html)
【讨论】: