All Apps and Add-ons

Enterprise Security Incident Review Auto Refresh

sajohnson6
Explorer

We just upgraded from Enterprise Security 6.4.x to 6.6.2.  In version 6.4, we were able to run real-time searches, pause the search grab and work the notable.  We upgraded to 6.6.2 and now that feature no longer exists.  I don't see an auto refresh option on version 6.6.2, so my question is how can I get the Incident Review dashboard to auto refresh so we don't have to do it manually?  

 

Thanks in advance.

Scott

Labels (4)
0 Karma

aakwah
Builder

Hi,

I found a workaround to auto-refresh Incident Review dashboard by adding these 3 lines below to this html file as it is already included in Incident Review dashboard xml file.

/opt/splunk/etc/apps/SA-ThreatIntelligence/appserver/templates/generic.html

<head>
<meta http-equiv="refresh" content="300">
</head>

This will refresh the page after 300 seconds (5 mins).

 

<%inherit file="base.html"/>
<head>
<meta http-equiv="refresh" content="300">
</head>
<div class="preload">
    <div id="placeholder-splunk-bar">
        <a href="${make_url([])}" class="brand" title="splunk &gt; listen to your data">splunk<strong>&gt;</strong></a>
    </div>
    <div id="placeholder-app-bar"></div>
    <div id="placeholder-main-section-body">
    ${_('Loading...')}
    </div>
</div>

 

Please let me know for any further details, and accept the answer if it solved the problem.

Ahmed

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...