zabbix 原理
zabbix 原理 ![](https://img1.51tbox.com/static/2024-06-08/col/43a5384a04ff82e2848e33ebfa34a70a/456f226038be40ecaf9ac85dc323f46f.png.jpg) zabbix-server zabbix 的server 端,负责接收agent发送过来的监控数据,并...
zabbix 原理 ![](https://img1.51tbox.com/static/2024-06-08/col/43a5384a04ff82e2848e33ebfa34a70a/456f226038be40ecaf9ac85dc323f46f.png.jpg) zabbix-server zabbix 的server 端,负责接收agent发送过来的监控数据,并...
<p>一、背景</p><p>ELK系统里面存放了大量日志索引,只需要保留15天的日志索引,希望到期自动删除对应的索引;</p><p>本文的解决方案是给索引添加生命周期策略,不需要手动设置定时器去调用api删除;</p><p><br/></p><p>二、设置索引...
开启mysql的binlog日志 MySQL 8 默认 binlog 模式 低版本开启binlog 参考: [linux下开启mysql的binlog - 周光涛 - 博客园 (cnblogs.com)](https://www.cnblogs.com/zgt-edu-cn/p/16657403.html) 1.判断MySQL是否已经开启binlog ``` show ...
<p><span style="text-wrap: nowrap;">1.建模板</span></p><p><span style="text-wrap: nowrap;"><br/></span></p><p><...
nginx $request_time [Nginx - request_time和upstream_response_time详解-CSDN博客](https://blog.csdn.net/zzhongcy/article/details/105819628) request_time 指的就是**从接受用户请求的第一个字节到发送完响应数据的时间**,即$request...
nginx root alias proxy_pass的区别 **1、alias 路径匹配时,不会自动带上location uri部分,且alias后要加上"/"结尾** **2、root 路径匹配时,会自动带上location URI部分 即,root时,匹配的location URI结果 为真实路径的一部分, 而alias则无此限制** 怎么理解呢...
client_max_body_size 用于设置客户端请求体的最大大小限制 默认值是1m(即1兆字节)。这个指令用于限制客户端向服务器发送的请求体的最大大小。 当客户端发送的请求体超过这个限制时,Nginx将会返回一个"413 Request Entity Too Large"的错误响应。 在Nginx中,客户端请求体是指由客户端发送到服务器的HT...
### 0-针对Nginx SSL协议进行安全加固 Nginx SSL协议采用TLSv1.2: 1、打开`conf/nginx.conf`配置文件(or include file in the main configuration file); 2、配置 ``` server { ... ssl_protocols...
logstash 启动慢,有的需要等1分钟左右。 filebeats 就很快 记录读取文件: ``` /usr/share/logstash/data/plugins/inputs/file ``` 1- filter插件通用字段案例 ----------------- 将message 字段自动解析: ``` "message" => &q...
elasticsearch-curator 项目地址:[https://gitcode.com/elastic/curator](https://gitcode.com/elastic/curator?utm_source=artical_gitcode) [elasticsearch 使用curator管理索引_source: creation_date-CSDN博客](...