Elasticsearch cluster statuses
Quick command : curl -X GET « localhost:9200/_cat/nodes?v=true&pretty »
Devops & Infrastructure & SRE
Quick command : curl -X GET « localhost:9200/_cat/nodes?v=true&pretty »
Lors du démarrage d’Elasticsearch sous Docker Desktop, vous obtenez ce message d’erreur : max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] Un moyen simple et efficace pour fixer le problème est : C:\local\docker\elk>wsl -d docker-desktop WIN10LAPTOP:/mnt/host/c/local/docker/elk# sysctl -w vm.max_map_count=262144 vm.max_map_count = 262144 WIN10LAPTOP:/mnt/host/c/local/docker/elk# exit C:\local\docker\elk> Ces changements ne sont pas permanent. Après chaque boot, … Lire la suite