I have a series of Kibana dashboards that I would like to be able to switch between using a common "drop down menu" that I would place on each of them. I have managed to draw the actual drop down using the following code, but I'm stuck when it comes to detecting events on the drop down and subsequently changing to a diffrent dashboard:
Did you find a way to do this? I don't believe it's possible to change the browser URL, and you would need to embed the URL in a Vega component somehow. Looking at the Vega signals documentation, I'm guessing you would want to use a mouseup event, and could update the url value of that component (disclaimer I've not tried this out):
Can you explain why you want to use Vega for this? I'm interested in the use case as it would probably be easier to embed your dashboard using an iframe and change the iframe source using a JavaScript dropdown control.
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.