上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13714983.html MySQL表结构 (root@localhost) [testdb]> show create table logstash\G ****************** 阅读全文
posted @ 2020-09-22 21:24 wshenJin 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13673593.html Logstash必须要有input和output。 input插件 这里只介绍 stdin、file 和beats 插件 标准输入:stdin 一个标准输入配置实例: 阅读全文
posted @ 2020-09-15 15:57 wshenJin 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13666614.html 安装和配置 安装 [root@ ~]# wget https://artifacts.elastic.co/downloads/logstash/logstash-7 阅读全文
posted @ 2020-09-14 14:43 wshenJin 阅读(610) 评论(0) 推荐(0) 编辑
摘要: inputs log sdtin - type: stdin redis slowlog - type: redis enabled: true hosts: ["localhost:6379"] password: foobared ## How often the input checks fo 阅读全文
posted @ 2020-09-12 12:35 wshenJin 阅读(5382) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13652361.html filebeat简介 Beats家族的6个成员: Packetbeat:网络数据(收集网络流量数据) Metricbeat:指标(收集系统、进程和文件系统级别的CPU 阅读全文
posted @ 2020-09-11 16:18 wshenJin 阅读(825) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13641413.html proxy_pass proxy_pass不包含任何路径: location /sdk/ { proxy_pass http://1.1.1.1:80; } 这种情况 阅读全文
posted @ 2020-09-09 20:14 wshenJin 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13522388.html nginx并没有默认支持https2.0,需要自行编译安装 openssl版本,最低要求1.0.2 安装 [root@ ~]# wget https://www.op 阅读全文
posted @ 2020-08-18 11:12 wshenJin 阅读(801) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13522283.html 安装 [root@ ~]# git clone https://github.com/eustas/ngx_brotli.git [root@ ~]# cd ngx_ 阅读全文
posted @ 2020-08-18 11:02 wshenJin 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13324634.html location / { charset utf-8; default_type text/html; return 200 "<center>系统维护中!</br> 阅读全文
posted @ 2020-07-16 19:46 wshenJin 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13293881.html docker-compose.yml是一个定义服务、网络和卷的YAML文件,默认路径是当前目录下的docker-compose.yml,可以使用.yml或.yaml作 阅读全文
posted @ 2020-07-13 16:22 wshenJin 阅读(928) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页