filebeat配置文件内容

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了filebeat配置文件内容相关的知识,希望对你有一定的参考价值。

此配置仅用于nginx等单行日志;
从文件中读取内容写入到redis中;

filebeat.inputs:
- type: log
  paths:
    - /data/nginx/log/access.log
  tags: ["nginx"]
  fields:
    type: nginx
  fields_under_root: true
output.redis:
  hosts: ["192.168.1.180"]
  key: "nginx-access-log"
  datatype: list

以上是关于filebeat配置文件内容的主要内容,如果未能解决你的问题,请参考以下文章

filebeat安装使用

配置Filebeat将数据直接输入elasticsearch

filebeat的层次架构图和配置部署

filebeat采集多个文件配置参考

filebeat 配置文件参数

Filebeat 核心配置详解