Kibana Crash after upgrade from 7.12

I previously install 7.12 on my Mac with Brew, after upgrade to 7.15, Kibana failed to start with below error:

FATAL Error: Unable to complete saved object migrations for the [.kibana] index. Please check the health of your Elasticsearch cluster and try again. Unexpected Elasticsearch ResponseError: statusCode: 429, method: PUT, url: /.kibana_7.12.0_001/_block/write error: [cluster_block_exception]: index [.kibana_7.12.0_001] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];,

Sounds like Elasticsearch thinks it's run out of disk space.
What do the Elasticsearch logs show? How much disk space do you have?

Hi, I managed to resolve it by removing old install files and re-install 7.1.5, thanks

rm -R /usr/local/var/lib/Elasticsearch/*
rm -R /usr/local/var/lib/kibana/*

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.