기술 노트/elasticsearch

elasticsearch shards 늘려주는 명령어

미래의억만장자 2023. 6. 15. 20:08
PUT _cluster/settings
{ "persistent": { "cluster.max_shards_per_node": "3000" } }
저작자표시 비영리 변경금지 (새창열림)