1. 首页
  2. 操作系统
  3. Linux
  4. filebeat收集nginx日志的配置文件
下载地址
用户评论
distant56270 2025-01-02 15:27:11

人品真太那个了!大家不要下载。附件就这个: #=========================== Filebeat prospectors ============================= filebeat.prospectors: - input_type: log paths: - /var/log/nginx/*.log #================================ Outputs ===================================== # Configure what outputs to use when sending the data collected by the beat. # Multiple outputs may be used. output.console: pretty: true