插件无法在 ElasticSearch 中使用 FileBeat
Plugin not Working with FileBeat in ElasticSearch
Blockquote2018-05-31T16:51:02.494+0530
ERROR fileset/factory.go:93 Error loading pipeline: Error loading pipeline for fileset apache2/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-agent
sudo bin/elasticsearch-plugin install ingest-geoip
已以管理员身份安装了两个插件,但 运行 Filebeat 收到此错误,在重试安装时显示插件已存在
这是 Link 到整个日志文件 Terminal Error in File Beat
尝试将它安装在集群中的所有 个节点上。
您可以在这里查看更多详细信息。
Blockquote2018-05-31T16:51:02.494+0530
ERROR fileset/factory.go:93 Error loading pipeline: Error loading pipeline for fileset apache2/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-agent sudo bin/elasticsearch-plugin install ingest-geoip
已以管理员身份安装了两个插件,但 运行 Filebeat 收到此错误,在重试安装时显示插件已存在
这是 Link 到整个日志文件 Terminal Error in File Beat
尝试将它安装在集群中的所有 个节点上。
您可以在这里查看更多详细信息。