ElasticSearch:  ./elasticsearch -d

Logstash: nohup bin/logstash -f config/kafka.conf &     (-f指定配置文件启动)

Kibana: nohup bin/kibana &

Filebeat: nohup filebeat -e -c filebeat.yml >/dev/null 2>&1 & (-c 指定配置文件启动)

        ./filebeat -e -c filebeat.yml -d "publish"    

        -e : 输出到标准输出,默认输出到 syslog logs
        -c : 指定配置文件
        -d : 输出 debug 信息
Metricbeat:    ./metricbeat -e &
Logo

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

更多推荐