【发布时间】:2020-02-21 15:28:24
【问题描述】:
我有很多来自 JBoss Fuse 的日志文件,我想在 Kibana 中进行可视化。
我已经安装了 Elasticsearch 和 Kibana。
我还安装了插件 ingest-geoip (bin/elasticsearch-plugin install ingest-geoip)。
现在我正在尝试安装 Filebeat。
我已经完成了:
curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.2-darwin-x86_64.tar.gz
tar xzvf filebeat-6.2.2-darwin-x86_64.tar.gz
cd filebeat-6.2.2-darwin-x86_64/
但是当我想运行它时,我得到以下信息:
sindre@selite:/usr/lib/filebeat$ ./filebeat modules enable system
bash: ./filebeat: cannot execute binary file: Exec format error
注意!这是我第一次使用 Kibana。如果我使用错误,请指出正确的方向。正如我之前写的,我想将它用于 Jboss Fuse 日志文件。
【问题讨论】:
标签: elasticsearch kibana filebeat