05 2020 档案

摘要:配置 max_result_window curl -XPUT http://127.0.0.1:9200/my_index/_settings -d '{ "index" : { "max_result_window" : 10000000}}' PUT index/_settings { "in 阅读全文
posted @ 2020-05-29 11:14 djunkai
摘要:使用logstash迁移 logstash下载地址 # 源数据 input { elasticsearch { hosts => ["***:9200"] index => "test" query => '{ "query": {"match_all" : {} } }' size => 15 # 阅读全文
posted @ 2020-05-29 09:42 djunkai