Kibana: [devtools] Clicking into devtools noops when console is disabled

Created on 16 Jan 2017  路  6Comments  路  Source: elastic/kibana

Kibana version: master

Elasticsearch version: master

Server OS version: darwin

Browser version: Chrome

Browser OS version: 55.0.2883.95

Original install method (e.g. download page, yum, from source, etc.): source

Description of the problem including expected versus actual behavior:

Steps to reproduce:

  1. Run Kibana with x-pack so search profiler is in dev tools
  2. Disable console via kibana.yml
  3. Click on dev tools app

Expected: Loads the search profiler
Actual: Navigates back to discover regardless of what app you were on before

Errors in browser console (if relevant):

Object {CourierFetchRequestStatus: "aborted"}

Console Dev Tools Elasticsearch UI bug stalled

All 6 comments

@jbudz Can you take a look at this when you get a chance? It'll become much more common to encounter this when we ship tribe.

This is due to linkToLastSubUrl. When you last visit Console before disabling it, Kibana will try to redirect to Console then eventually redirect to Discovery due to the route not existing.

@epixa, any reason we can't disable this functionality for Dev Tools?

I'm all for this not existing in DevTools.

We attempted to solve this in https://github.com/elastic/kibana/pull/9912 but time constraints have caused it to stall. I've closed the PR but the changes should be valid in the future when we're ready to pick it back up again.

When we pick this up again we should backport this a few versions. This bug goes back to at least 6.2.

Pinging @elastic/es-ui

Was this page helpful?
0 / 5 - 0 ratings