- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way to improve the performance of a real-time search and how results are displayed in the Web Globe Visualization?
All,
Playing around with the WebGlobe visualization (https://splunkbase.splunk.com/app/2717/#/overview ) in Splunk. Super cool, this is the kind of eye candy that sells licensing to my executives!
However, when I switch it to a real-time search, it becomes somewhat choppy. Curious is there are any tweaks to smooth that out? A way to have it automatically update. I am guessing the frame rate is waiting on search results which is causing the issues? Any ideas on how I could get more performance out of this?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Do NOT use real-time
. You can cause an auto-refresh like this:
If the intent is to refresh the entire form, you need to add the refresh attribute and indicate the interval in seconds.
For example:
<form refresh="30">
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So refreshing the page looks worse, since the whole page unloads and reloads. Is there a way to make this smooth in general like the real time dashboard?
