J’avais l’erreur : « Kibana server is not ready yet » suite à la mise à jours.
J’ai donc fait :
brew services stop kibana curl -XDELETE http://localhost:9200/.kibana curl -XDELETE http://localhost:9200/.kibana* curl -XDELETE http://localhost:9200/.kibana_2 curl -XDELETE http://localhost:9200/.kibana_3 brew services start kibana
Et le problème est fixé.