Unable to set "defaultRoute" in kibana configuration file in kibana 7.10.2

I want to remove all deprecation warnings from the kibana. In the logs, I have seen that kibana.defaultAppId has been deprecated and it has been suggested that defaultRoute should be used. But when i set this option in kibana .yml configuration file like this

# The default application to load.
defaultRoute: "dashboard"

I am getting the error.

FATAL  Error: Unknown configuration key(s): "defaultRoute". Check for spelling errors and ensure that expected plugins are installed.

Can anyone guide me how to solve this issue.

I believe the correct key is server.defaultRoute. Also, I think it should be set to /app/dashboard.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.