欢迎您访问365答案网,请分享给你的朋友!
生活常识 学习资料

解决启动filebeat时遇到Exiting:errorunpackingconfigdata:morethanonenamespaceconfiguredaccessing错误

时间:2023-05-02
在虚拟机解压好filebeat后输入#: ./filebeat -c filebeat.yml

遇到如下问题!!!!!!

Exiting: error unpacking config data: more than one namespace configured accessing 'output' (source:'filebeat.yml')

翻译:

退出:解压缩配置数据时出错:访问“输出”时配置了多个命名空间(源:'filebeat.yml') 解决方法:

#注意要在自己安装filebeat目录下才能修改filebeat.yml

[filebeat目录下]#:vim filebeat.yml

进入后找到如下配置位置

#----------------------------Elasticsearch output ----------------------------------

output.elasticsearch:

       #Array of hosts to connecr to.

       hosts: ["localhost:9200"]

=====================修改====================

把Elasticsearch output下的内容注释掉即可

#----------------------------Elasticsearch output ----------------------------------

#output.elasticsearch:

       #Array of hosts to connecr to.

       hosts: ["localhost:9200"]

修改完成保存退出

重新启动filebeat

输入#: ./filebeat -c filebeat.yml 查看进程 输入#: ./filebeat -e -c filebeat.yml  成功启动filebeat!!!!!

Copyright © 2016-2020 www.365daan.com All Rights Reserved. 365答案网 版权所有 备案号:

部分内容来自互联网,版权归原作者所有,如有冒犯请联系我们,我们将在三个工作时内妥善处理。