Kibana returns 500 when connected to incompatible ES version #9303
Labels
bug
Fixes for quality problems that affect the customer experience
PR sent
Team:Operations
Team label for Operations Team
Kibana version: head of 5.1 branch
Elasticsearch version: 5.0.0
Server OS version: MacOS
Original install method (e.g. download page, yum, from source, etc.): tar.gz
Description of the problem including expected versus actual behavior:
I pointed Kibana 5.1.1 at an Elasticsearch 5.0 cluster. As expected, the logs have a nice message making the version compatibility issue clear. However, if you try to load Kibana in the browser, you get a 500 response, and an exception is printed in the logs:
Logs:
In the browser: shows the following JSON:
{"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"}
Steps to reproduce:
The text was updated successfully, but these errors were encountered: