摘要:#!/bin/bash#es_index_delete.sh#日期: 2020.07.07#DATE=`date -d "-226 days" "+%Y.%m.%d"`ES_URL=10.155.200.7:9200#删除七天前过期索引#curl -XDELETE http://${ES_URL}/
阅读全文
随笔分类 - es
elasticsearch,kibana
摘要:#!/bin/bash#es_index_delete.sh#日期: 2020.07.07#DATE=`date -d "-226 days" "+%Y.%m.%d"`ES_URL=10.155.200.7:9200#删除七天前过期索引#curl -XDELETE http://${ES_URL}/
阅读全文
摘要:#获取末尾字符 TIM=`tail -c 18 a1.json | egrep -o "[0-9]+"` #查询多字段中包含的关键字,单引号中要获取变量值,需要用单引号包住$变量 curl -X GET 'http://127.0.0.1:9200/dra-nta-dt_packet_http_se
阅读全文
摘要:https://blog.csdn.net/u010177412/article/details/82835230 https://www.cnblogs.com/kevingrace/p/10682264.html https://www.cnblogs.com/slowcity/p/117275
阅读全文
摘要:FROM elasticsearch:6.4.3 ENV ES_TMPDIR "/tmp"ENV ES_VERSION 6.4.3ENV SG_VERSION "25.5" COPY search-guard-6-6.4.3-25.5.zip /usr/share/elasticsearch/RUN
阅读全文
摘要:es认证: https://blog.51cto.com/passed/2287142 https://www.jianshu.com/p/aaf9f035b142 https://docs.search-guard.com/6.x-25/search-guard-installation sear
阅读全文
|