When I lunch Kibana by going to localhost:5601/app/kibana#/home?_g=() I always come to the page "Add Data to Kibana".
How can i set the home page to a Dashboard instead?
When I lunch Kibana by going to localhost:5601/app/kibana#/home?_g=() I always come to the page "Add Data to Kibana".
How can i set the home page to a Dashboard instead?
Use the kibana.defaultAppId
property in kibana.yml
. For example...
kibana.defaultAppId: "dashboard/eaa84cd0-0b69-11e8-b8c9-63672ef3f062"
Thanks rcowart, that worked.
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.