To me it looks like Kibana is not IPv6 ready.
The node im running elasticsearch and kibana on only has ipv6 addresses and kibana is failing while all ports are reachable.
Error: unhandled courier request error: No Living connections
handleError@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/kibana.bundle.js?v=9732:78871:23
AbstractReqProvider/AbstractReq.prototype.handleFailure@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/kibana.bundle.js?v=9732:78791:15
callClient/</<@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/kibana.bundle.js?v=9732:78685:14
callClient/<@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/kibana.bundle.js?v=9732:78683:10
processQueue@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/commons.bundle.js?v=9732:42357:29
scheduleProcessQueue/<@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/commons.bundle.js?v=9732:42373:28
$RootScopeProvider/this.$get</Scope.prototype.$eval@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/commons.bundle.js?v=9732:43601:17
$RootScopeProvider/this.$get</Scope.prototype.$digest@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/commons.bundle.js?v=9732:43412:16
$RootScopeProvider/this.$get</Scope.prototype.$evalAsync/<@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/commons.bundle.js?v=9732:43640:16
completeOutstandingRequest@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/commons.bundle.js?v=9732:33119:8
Browser/self.defer/timeoutId<@http://[2a02:168:7a0e:6:5054:ff:fe20:c1b8]:5601/bundles/commons.bundle.js?v=9732:33396:8
Open ports:
[root@elk ~]# lsof -i -n -P|grep java
java 5885 elasticsearch 92u IPv6 53666 0t0 TCP [::1]:9300 (LISTEN)
java 5885 elasticsearch 94u IPv6 53669 0t0 TCP 127.0.0.1:9300 (LISTEN)
java 5885 elasticsearch 95u IPv6 53670 0t0 TCP [2a02:168:7a0e:6:5054:ff:fe20:c1b8]:9300 (LISTEN)
java 5885 elasticsearch 112u IPv6 53761 0t0 TCP [::1]:9200 (LISTEN)
java 5885 elasticsearch 113u IPv6 53762 0t0 TCP 127.0.0.1:9200 (LISTEN)
java 5885 elasticsearch 114u IPv6 53763 0t0 TCP [2a02:168:7a0e:6:5054:ff:fe20:c1b8]:9200 (LISTEN)
[root@elk ~]# lsof -i -n -P|grep node
node 5943 kibana 10u IPv6 53745 0t0 TCP *:5601 (LISTEN)