
ELK
zhuwei_clark
还行吧
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ELK(三)--CentOS安装elasticsearch-head
一:安装Git(如果未安装)1, yum install git2, git --version #查看版本二:安装node(如果未安装)https://blog.csdn.net/zhuwei_clark/article/details/89521181三:安装grunt(如果未安装,head插件的启动使用grunt) npm install -g grunt-...原创 2019-04-25 19:27:29 · 191 阅读 · 0 评论 -
ELK(四)--CentOS安装 kibana
下载: wget https://artifacts.elastic.co/downloads/kibana/kibana-7.0.0-x86_64.rpm安装:rpm -ihv kibana-7.0.0-x86_64.rpm设置启动systemctl enable kibanasystemctl status kibanasystemctl start kiban...原创 2019-04-25 20:22:44 · 234 阅读 · 0 评论 -
ELK(一)--Centos7.X安装最新版elasticsearch-7.0.0
下载最新版wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.0-linux-x86_64.tar.gz解压tar -zxvf elasticsearch-7.0.0-linux-x86_64.tar.gz移动目录cd /usr/local/mkdir elasticse...原创 2019-04-25 14:35:02 · 1259 阅读 · 0 评论