源自:5-2 实战之数据收集演示
启动 packetbeat 的时候报错
packetbeat2018/01/04 01:27:33.588132 beat.go:635: CRIT Exiting: error unpacking config data: more then one namespace configured accessing 'output' (source:'sniff_search.yml') Exiting: error unpacking config data: more then one namespace configured accessing 'output' (source:'sniff_search.yml')
提问者:慕仙5478465
2018-01-04 09:39
个回答
-
你的版本应该是6.x 了吧?教程里面是5.x,6.x 后不允许多个 output 了
-
#output.console:
# pretty: true
我把上面这个注释掉,保留了 output.logstash,然后就可以用了。
output.logstash:
enabled: true
hosts: ["127.0.0.1:5044"]