zoukankan      html  css  js  c++  java
  • filebeat多个key

    filebeat.prospectors:
    - type: log
    paths:
    - D:logsiisW3SVC2*.log
    exclude_lines: ['^#']
    multiline:
    pattern: '^20'
    negate: true
    match: after
    fields:
    system: qpg-zddd-iis
    servicename: iis-16
    level: info
    - type: log
    paths:
    - D:logsKYERPAPI-8080GZTX-ZDDD-IIS1*KYERPAPI-8080_info*.txt
    encoding: utf-8
    exclude_lines: ['^=']
    multiline:
    pattern: '^info'
    negate: true
    match: after
    fields:
    system: qpg-zddd-asmapi
    servicename: kyeapi-16
    level: info
    - type: log
    paths:
    - D:logsKYERPAPI-8080GZTX-ZDDD-IIS1*KYERPAPI-8080_error*.txt
    encoding: utf-8
    exclude_lines: ['^=']
    multiline.pattern: '^error'
    multiline.negate: true
    multiline.match: after
    fields:
    system: qpg-zddd-asmapi
    servicename: kyeapi-16
    level: error
    filebeat.config.modules:
    path: ${path.config}/modules.d/*.yml
    reload.enabled: false

    #==================== Elasticsearch template setting ==========================
    setup.template.settings:
    index.number_of_shards: 3
    #=============================== output =======================================
    #输出到kafka
    output.kafka:
    enabled: true
    hosts: ["*******:9092"]
    topic: '%{[fields][system]}'

  • 相关阅读:
    freeswitch录音功能
    jdk安装
    maven阿里云镜像
    idea安装
    idea新建maven项目
    tomcat安装
    idea新建maven web项目
    idea新建java项目
    webpack使用
    ACE 安装指南及示例
  • 原文地址:https://www.cnblogs.com/liqing1009/p/10282124.html
Copyright © 2011-2022 走看看