运行filebeat时出现以下错误:
2019-03-04T14:39:49.704Z INFO cfgfile / reload.go:205加载配置 文件已完成。 2019-03-04T14:39:50.709Z INFO管道/输出.go:95连接到 退避(elasticsearch(http://localhost:9200)) 2019-03-04T14:39:54.240Z错误pipe / output.go:100失败 连接到退避(elasticsearch(http://localhost:9200))):获取 http://localhost:9200:拨打tcp [:: 1]:9200:connectex:无连接 可以制造,因为目标机器主动拒绝了。
这真的很奇怪,因为我的文件拍未配置为连接到弹性搜索:
(filebeat.config)
filebeat.inputs:
- type: log
enabled: true
paths:
- C:\my_Logs\*
output.logstash:
hosts: ["localhost:5044"]
我不明白为什么会发生这种情况,我所遵循的教程都没有提到elasticseach是必需项,任何示例配置文件也没有显示任何配置位置的人。
为什么会发生这种情况,如何禁用此功能?