问答详情
源自:5-2 实战之数据收集演示

6.0版本的beats移除了多个output的配置如何解决

不好意思,老师我又来了。6.0版本的beats移除了多output如何解决,官方的issue:https://github.com/elastic/beats/issues/5317

http://img2.mukewang.com/5a35265b0001afbf28360228.jpg

提问者:_潇潇暮雨 2017-12-16 21:58

个回答

  • rockybean
    2017-12-17 22:33:01
    已采纳

    是的,文中也给出解决办法了

    If you require multiple outputs, you have the following options:

    1. use the Logstash output and then use Logstash to pipe the events to multiple outputs

    2. run multiple instances of the same Beat

    If you used the file or console outputs for debugging purposes, in addition to the main output, we recommend using the -d "publish" option which logs the published events in the Filebeat logs.


  • 郑牧之
    2017-12-17 21:32:32

    ..多运行一个packetbeat