---
title: "MacOS : Kibana : Kibana server is not ready yet"
url: https://www.cyber-neurones.org/2019/11/macos-kibana-kibana-server-is-not-ready-yet/
date: 2019-11-23
modified: 2019-11-23
lang: fr
author: "Frederic"
description: "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..."
categories:
  - "Internets"
tags:
  - "Kibana"
word_count: 44
---

# MacOS : Kibana : Kibana server is not ready yet

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é.