摘要:
curl -XPUT -H "Content-Type:application/json" http://localhost:9200/_cluster/settings -d '{"transient":{"cluster":{"max_shards_per_node":10000}}}' 阅读全文
摘要:
curl -XPUT -H "Content-Type:application/json" http://localhost:9200/_cluster/settings -d '{"persistent":{"action.auto_create_index":"true"}}' 阅读全文
摘要:
[root@localhost /]# find /hytd -type f -size +100M -print0|xargs -0 du -h 阅读全文