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
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
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'
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.