So I am developing a kibana plugin and I would like to hide the plugin from the navbar
From the blog post suggested from the kibana resources in the "Writing kibana plugins" documentation
We can hide the plugins from the navbar by setting UIExport {app:} with the property hidden set to true. However when doing this, I am no longer able to access the routes for the app. Such as http://172.16.110.24:5601/app/app-name#/failure?_g=(), where "app-name" would be the name of the hidden plugin.
Am I missing something or is this intended behaviour? In the blog post, it also states the status page works by using the hidden value, and it now has its own exclusive route. Thus by setting apps hidden do their routes change?
Regards Peter
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.