Console not falling back to running es #32845
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Console
Dev Tools Console Feature
Feature:Dev Tools
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
I am testing support for multiple elasticsearch_nodes and found it is working when I stop one of the es node but
Dev tools -> Console
is not falling back to the alive es node.This is how I tested it.
start kibana with the following set in kibana.yml
elasticsearch.hosts: ["http://localhost:9200","http://localhost:9201"]
make sure you can use the most feature of kibana such as Console and Discover.
For instance, I did
GET /
inhttp://localhost:5601/app/kibana#/dev_tools/console?_g=()
response
GET /_cat/nodes?v
node1
by locating the pid byjps -v | grep -i conf1
GET /
inhttp://localhost:5601/app/kibana#/dev_tools/console?_g=()
again comes back with this resposne, but Kibana itself is working such as Discover is fully functional.The text was updated successfully, but these errors were encountered: