AI智能
改变未来

ELK学习遇到的问题3–ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch..

遇到的问题:

[root@m01 modules.d]# tail -f /var/log/filebeat/filebeat2020-07-19T11:29:42.226+0800	ERROR	pipeline/output.go:100	Failed to connect to backoff(elasticsearch(http://10.0.0.51:9200)): Connection marked as failed because the onConnect callback failed: Error loading pipeline for fileset nginx/access: This module requires the following Elasticsearch plugins: ingest-user-agent, ingest-geoip. You can install them by running the following commands on all the Elasticsearch nodes:sudo bin/elasticsearch-plugin install ingest-user-agentsudo bin/elasticsearch-plugin install ingest-geoip

解决方法:

[root@m01 modules.d]# find / -name \"elasticsearch-plugin\"/usr/share/elasticsearch/bin/elasticsearch-plugin[root@m01 modules.d]# /usr/share/elasticsearch/bin/elasticsearch-plugin  install ingest-user-agent[root@m01 modules.d]# /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-geoip
赞(0) 打赏
未经允许不得转载:爱站程序员基地 » ELK学习遇到的问题3–ERROR pipeline/output.go:100 Failed to connect to backoff(elasticsearch..