当前位置:网站首页>解决启动filebeat时遇到Exiting: error unpacking config data: more than one namespace configured accessing错误
解决启动filebeat时遇到Exiting: error unpacking config data: more than one namespace configured accessing错误
2022-08-02 14:17:00 【发量不足】
在虚拟机解压好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!!!!!
边栏推荐
- HCIE学习记录——OSI参考模型
- JMM&synchronized&volatile详解
- Oauth2.0 authentication server adds verification code login method
- CPU缓存一致性协议MESI
- [Inter-process communication]: pipe communication/named/unnamed
- CDN的加速原理是什么?
- Template series-union set
- 【进程间通信】:管道通信/有名/无名
- ks.cfg 怎么读取光盘 (cdrom) 上的文件并执行对应的脚本
- 假的服务器日志(给history内容增加ip、用户等内容)
猜你喜欢
类模板/赋值运算和加等运算
CDH (computational Diffie-Hellman) problem and its differences with discrete logarithm and DDH problems
[Inter-process communication]: pipe communication/named/unnamed
【软件测试】进阶篇
自动化之参数化
双链表(普通迭代器和常性迭代器)
抽象队列同步器AQS应用Lock详解
Vert.x web 接收请求时反序列化对象 Failed to decode 如何解决?
三大特殊类(String Object 包装类)与异常
OpenPose Basic Philosophy
随机推荐
OpenPose run command ([email protected])
synchronized详解
【软件测试】基础篇
抽象队列同步器AQS应用Lock详解
The use of a semaphore/interprocess communication 】 【 Shared memory
三方对接接口数据安全问题
Oauth2.0 custom response values and exception handling
LAMP 环境搭建 yum源安装方式 (Apache 2.4.6 +mysql 8.0.28+php 8.1.3)
Oauth2.0 认证服务器搭建
UINIX 高级环境编程杂项之限制
tab 替换空格
(三)文件操作之一——文件IO
Mysql锁机制与事务隔离
VLAN原理
软件测试之WEB自动化
Mysql索引优化一
【软件测试】selenium自动化测试2
Oauth2.0 补充
【路由器与交换机的作用与特点 】
Zabbix: PHP option“date.timezone” Fail