例子: up{instance="demo.robustperception.io:9090",job="prometheus"} 1 1521630638000 up{instance="demo....
filebeat的部署及基本使用
1安装filebeat rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch yum -y install filebeat ...
filebeat匹配日志正则通用表达式
pattern: ^\
es开启xpack进行安全认证
xpack的安全功能 TLS 功能。 可对通信进行加密 文件和原生 Realm。 可用于创建和管理用户 基于角色的访问控制。 可用于控制用户对集群 API 和索引的访问权限 通过针对 Kibana S...
Error: could not get apiVersions from Kubernetes: unable to retrieve the complete list of server API
详细报错信息: Error: could not get apiVersions from Kubernetes: unable to retrieve the complete list of se...
ELK+kafka+filebeat搭建生产ELFK集群-Cerebro部署
下载安装 wget https://pan.cnsre.cn/d/Package/Linux/ELK/cerebro-0.9.2-1.noarch.rpm rpm -ivh cerebro-0.9.2...
ElasticSearch请求锁住内存失败
具体错误信息: node validation exception bootstrap checks failed : memory locking requested for elasticsear...
Elasticsearch内存优化建议
Elasticsearch内存优化建议 内存优化建议: 为了保证性能,每个ES节点的JVM内存设置具体要根据node存储的数据量来估算,建议符合下面约定 1、在内存和数据量有一个建议的比例:对于一般日...
elasticsearch入门到熟悉
docker目录 /var/lib/docker/containers 日志清理
1 清理日志脚本 #!/bin/bash echo "==================== start clean docker containers logs =================...