I’m interested in other people’s view of the Kibana error reporting, and this is in particular reference to using the DEV TOOLS. With some recent reorganization of indexes I was presented with an error 502. To cut a long story short the issue was related to the disk utilization going above the high water mark.
What was of surprise to me was how meaningless the Kibana error messages were. I believe, when Kibana made use of ES, that a useful error message would probably have ensued, but this was translated to a general error message back to the user by Kibana.
I am just running a one node system on K+ES V9.3.2 and this got me to thinking that if one was to run ES+K on multiple nodes, with all the other issues now possible, what this would be like if issues occurred.
My questions are therefore the following:
Is using Kibana in a multi-node environment a bit of a nightmare when determining why something is not working ?
Do admins get around this by setting up a lot of alerting to pickup faults early ?