
ELK
独孤飞磊
毕业于长安大学,拥有多年的互联网工作经验。现致力于大数据运维及Java后端开发。
展开
-
ELK日志服务系统搭建
ELKF分别指elasticsearch-7.2.0、logstash-7.2.0、kibana-7.2.0、filebeat-7.2.0,注意四者的版本要一致,此次搭建使用7.2.0版本,用于读取web服务的日志。 系统版本 Linux version 3.10.0-862.el7.x86_64 1、安装包下载 官方地址:https://www.elastic.co/cn/downloads/ ...原创 2020-04-27 18:37:36 · 209 阅读 · 0 评论 -
ELK日志服务系统启动,后台启动
filebeat启动: 启动: ./filebeat -e -c filebeat.yml 后台启动: nohup ./filebeat -e -c filebeat.yml > filebeat.log & logstash启动: 启动: bin/logstash -f config/logstash-sample.conf 后台启动: nohup bin/logs...原创 2020-04-27 17:20:05 · 502 阅读 · 0 评论