I'm trying to embedd the kibana canvas in my custom webui as LIVE ALERTS for admins.
The auto refresh interval dosen't seems to work correctly or has some bugs, not sure.
Everytime I'm setting auto refresh interval to 3s, it automatically sets down to manual after I revist/ open the canvas in new tab.Meanwhile When I'm adding this url to custom webui, the values should autoupdate , this dosen't happen.
Could anyone suggest something on this?
The intention is that users can see live updates of associated data and alerts in canvas dashboards integrated in WEBUI.This don't work.
@Aishwarya_B belongs to same team and implementing canvas integration in angular webui and facing above issue.Kindly guide on this.We are implementing real time alerts dashboards for our usecases which would be mostly metric based using canvas to getter home page alerts for admins as visual using canvas.
Hi everyone. I'm having trouble re-creating the issue. Here's the iframe I'm using. Playground | MDN Notice how there is a pink loading bar every 5 seconds at the top of the frame? That indicates the refresh is working.
Are you seeing this pink loading bar?
Can you add a Markdown element with this expression? It will show the time from the most recent reload. That should update every time the iframe is refreshed. NOTE: You may need to change logs-* to an existing index in your cluster.
kibana
| selectFilter
| essql query="SELECT CURRENT_TIME FROM \"logs-*\" LIMIT 1"
| markdown "
CURRENT TIME
{{#each rows}}
**{{this.CURRENT_TIME}}**
{{/each}}"
| render
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.