搜索
- 		
近期文章
- nginx之ngx_http_realip_module使用详解 2023年7月12日
 - mysqldump备份大量数据时出现丢失连接 2023年4月17日
 - minio集群部署方案 2023年4月17日
 - oracle使用expdp和impdp进行数据迁移 2023年3月8日
 - 部署日志收集系统filebeat+ELK 2023年3月8日
 - jmap导出dumpfile文件 2023年3月8日
 - 安装kube-prometheus监控k8s 2022年6月14日
 - 容器中添加python环境 2022年2月7日
 - blackbox_exporter无法探测带重定向的url 2022年2月7日
 - 查看线程堆栈 2022年2月7日
 
 分类目录
文章归档
2025年11月 一 二 三 四 五 六 日 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 近期评论
分类目录归档:elk
docker-compose部署redis+elk
1.关闭selinux
sed -i '/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config #需要重启服务器才能生效 setenforece 0 #先临时关闭
2.设置系统最大连接描述符
ulimit -HSn 655[......]