首页 > TAG信息列表 > 8.44

Elasticsearch 索引清理操作

线上部署了ELK+Redis日志分析平台环境, 随着各类日志数据源源不断的收集, 发现过了一段时间之后, ELK查看会原来越慢, 重启elasticsearch服务器节点之前同步时间也会很长, 这是因为长期以来ELK收集的索引没有删除引起的! 以下是ELK批量删除索引的操作记录: 1、 访问head插件(ht

编译openresty出现的报错

报错 ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option, or install the PCRE library into the system, or build the PCRE library statically from the source wi

nginx 服务器配置静态网页

服务器系统:ubuntu16.04,服务器类型:腾讯云 一,nginx 最新软件安装 1.依赖安装:sudo apt-get install libssl-dev openssl zlib1g-dev 2.pcre软件安装 sudo wget http://downloads.sourceforge.net/project/pcre/pcre/8.44/pcre-8.44.tar.gz tar zxvf pcre-8.44.tar.gz cd pcre-8.44 ./

Elasticsearch 日常维护命令

线上部署了ELK+Redis日志分析平台环境, 随着各类日志数据源源不断的收集, 发现过了一段时间之后, ELK查看会原来越慢, 重启elasticsearch服务器节点之前同步时间也会很长,  这是因为长期以来ELK收集的索引没有删除引起的! 以下是ELK批量删除索引的操作记录: 1) 访问head插件(http