会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tddh
博客园
首页
新随笔
联系
订阅
管理
2019年4月26日
logstash处理MySQL慢日志,解决多行SQL匹配不完整问题
摘要: 1 处理mysql慢日志 2 input { 3 file { 4 type =>"mysql-slow" 5 path =>"/elk/mysql.log" 6 #start_position => "beginning" 7 codec => multiline { ...
阅读全文
posted @ 2019-04-26 14:27 tddh
阅读(859)
评论(0)
推荐(0)
2018年2月3日
Nginx自动部署脚本
摘要: 1 #!/bin/bash 2 # 3 #tddh 2017-6-6 ********@163.com rhel6u4 x86_64 4 # 5 #nginx install 6 # 7 ########################################################
阅读全文
posted @ 2018-02-03 00:05 tddh
阅读(1456)
评论(0)
推荐(1)
公告