1、访问官网下载安装文件

https://www.elastic.co/cn/beats/filebeat

2、修改配置文件

修改配置文件filebeat.yml,配置elasticsearch和kibana访问地址

output.elasticsearch:
  hosts: ["localhost:9200"]
  username: "elastic"
  password: "changeme"
setup.kibana:
  host: "localhost:5601"

3、启动命令

linux:

sudo ./filebeat -e -c filebeat.yml

windows:

filebeat.exe -e -c filebeat.yml

新时代农民工

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐