springboot程序进行定时删除elasticsearch6过期索引
摘要:package com.shixun.syslogsearch.service.impl; import com.alibaba.fastjson.JSONObject; import com.shixun.syslogsearch.dao.SyslogRepository; import com.
阅读全文
修改elasticsearch最大返回结果数
摘要:#!/bin/bash curl -H "Content-Type: application/json" -XPUT http://127.0.0.1:9200/_settings -d '{ "index" : { "max_result_window" : 50000000}}'
阅读全文
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
摘要:安装后ElasticSearch后启动报max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]错误,解决办法 方法一、先要切换到root用户; 然后可以执行以下命令,设置
阅读全文
elasticsearch参考文档
摘要:elasticsearch权威指南:https://es.xiaoleilu.com/ spring_data_elasticsearch:https://wangkang007.gitbooks.io/java/spring_data_elasticsearchjie_shao.html
阅读全文
logstash mysql 同步到 elasticsearch(转载)
摘要:转载地址:https://blog.csdn.net/qq_38270106/article/details/88699334 logstash文档:https://doc.yonyoucloud.com/doc/logstash-best-practice-cn/index.html logsta
阅读全文
elasticsearch搭建问题汇总(转载)
摘要:搭建过程中出现的问题 elasticsearch启动过程中报错【1】 ERROR: [1] bootstrap checks failed [1]: the default discovery settings are unsuitable for production use; at least
阅读全文