filebeat.inputs:
- type: docker
  containers.ids:
    - 'b77cea34ab4512727a1ae5e14073640c286dcd13d030cb114a9e6befead05a3b'
setup.kibana:
  hosts: ["xx.xx.xxx.xxx:9200"]

output.elasticsearch:
  hosts: ["xx.xxx.xx.xx:9200"]
  index: "tomcat-b1-%{+yyyy.MM.dd}"

processors:
- drop_fields:
    fields: ["input_type", "log.offset", "host.name", "input.type", "agent.hostname", "agent.type", "ecs.version", "agent.ephemeral_id", "agent.id", "agent.version", "fields.ics", "log.file.path", "log.flags" ]


setup.template.name: "tomcat"
setup.template.pattern: "tomcat-*"
setup.template.enabled: true
setup.ilm.enabled: false

 

相关文章:

  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-07
  • 2021-12-20
  • 2021-12-15
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
相关资源
相似解决方案