defaultRoute parameter on Kibana [7.9.x]

Hi, everyone

I have noticed that kibana.defaultAppId is deprecated and will be removed in 8.0. Kibana's documentation inform to use defaultRoute.

This parameter can be used on kibana.yml?

Thanks in advance,

Rodrigo

3 Likes

Hi @RdrgPorto,

This new setting can be set in the kibana.yml file. It will also become read only in the advance settings UI.

You can change the defaultRoute by setting something like the following inside kibana.yml file:

uiSettings:
  overrides:
    defaultRoute: '/app/canvas'
1 Like

Hi. @mikecote

Thanks, it works :slight_smile:.

Regards

1 Like

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