随笔分类 -  ELK

摘要:###################### Filebeat Configuration Example ######################### # This file is an example configuration file highlighting only the mos 阅读全文
posted @ 2020-01-07 16:36 不算很酷 阅读(685) 评论(0) 推荐(0)
摘要:1、下载链接 https://elasticsearch.cn/download/ 2、部署kibana tar -zxvf kibana-7.5.1-linux-x86_64.tar.gz 更改配置文件 kibana.yml,下面只显示修改的内容 [root@localhost config]# 阅读全文
posted @ 2020-01-07 09:40 不算很酷 阅读(3350) 评论(0) 推荐(0)
摘要:操作系统:Centos7.7 Elasticsearch版本:7.5.1 JDK:Openjdk-1.8 1、安装jdk yum install java-1.8.0-openjdk.x86_64 -y 2、下载Elasticsearch: https://artifacts.elastic.co/ 阅读全文
posted @ 2020-01-06 14:39 不算很酷 阅读(689) 评论(1) 推荐(1)