Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't respond with 500 on multi-source-multi-index search (#100)
Throwing too many errors can cause Kibana to shut down: ``` 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: 500, method: POST, url: /_search?allow_partial_search_results=false&sort=_shard_doc%3Aasc error: [undefined]: Internal server error. Request ID: b200bce5-9d02-4c9f-a4aa-d3432142d53e ``` Better return a default response, and log error instead.
- Loading branch information