Hello;
I am using kibana 7.9.2. I made a dashboard and I used markdown visualization for making a tab. Tab links another dashboards. Here is the markdown :
The information whether time filter and filter bar are shown is part of the URL - by linking to another dashboard, this information gets removed from the URL and Kibana falls back to the default behavior. To make it work, you can try adding the parameters to the link in the markdown as well. You can check how they look like in the generated iframe code (I think it's something like ?show-time-filter=true
Hey, I tested and you need to add embed=true as well.
This is what worked for me: [To other dashboard](#/view/c7868fe0-1378-11eb-a80d-2d265918ac28?embed=true&show-time-filter=true&hide-filter-bar=true)
Be aware though that this will also affect how the link works when you are using the dashboard in non-embedded mode directly in Kibana. it seems like it's triggering buggy behavior there in the current version.
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.