ELK
安装logstash 配置yum源 # rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch # vim /etc/yum.r...
2020年7月3日 3,387
ELK
以下操作只在es1上操作 安装node # wget https://npm.taobao.org/mirrors/node/latest/node-v12.4.0-linux-x64.tar.gz ...
2020年7月2日 8,804
ELK
ElasticSearch基本概念 Node:运行单个ES实例的服务器. Cluster:一个或多个节点构成集群 Index:索引是多个文档的集合 Document:Index里每条记录称为Docum...
2020年7月2日 20,392
ELK
定时删除日志索引脚本 #!/bin/bash ###################################################### # $Name: bbs.centoscn....
2020年5月25日 2,016
评论