Config setting 'server.defaultRoute' ignored #52076
Labels
bug
Fixes for quality problems that affect the customer experience
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Kibana version:
7.5.0
Elasticsearch version:
7.5.0
Server OS version:
RHEL 7.6
Original install method (e.g. download page, yum, from source, etc.):
Download
Describe the bug:
According to #44678 an available config setting
server.defaultRoute
should be automatically mapped to an UI's advanced setting. Unfortunately this is not the case, and the setting is ignored alltogether, letting Kibana start with just the default route.Additionally
server.defaultRoute
is gone alltogether from the documentation (https://www.elastic.co/guide/en/kibana/master/settings.html) without being mentioned in Breaking Changes.Steps to reproduce:
server.defaultRoute: "/app/monitoring"
/app/kibana
defaultRoute = /app/kibana
Expected behavior:
Kibana starts with
/app/monitoring
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: