<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Display Real Time Calculations Without a Search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Display-Real-Time-Calculations-Without-a-Search/m-p/211021#M61717</link>
    <description>&lt;P&gt;Hi _dave_b,&lt;BR /&gt;
I I posted in the previous answer, you can also refresh your dashboard: from my experience,, this could be useful under two conditions:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;if you're using this dashboard for a wallpaper and not for a static dashboard (it's less useful, if you're using a search dashboard, that the dashboard changes when you're see results!),&lt;/LI&gt;
&lt;LI&gt;if your search isn't slow.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Otherwise, I think that real time searches are the most efficient way to display real time events.&lt;/P&gt;

&lt;P&gt;Every way, you can to refresh your dashboard inserting in the &lt;CODE&gt;&amp;lt;form&amp;gt;&lt;/CODE&gt; row the refresh time &lt;CODE&gt;&amp;lt;form refresh="30"&amp;gt;&lt;/CODE&gt; (&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms&lt;/A&gt;) or only one panel &lt;CODE&gt;&amp;lt;option name="refresh.auto.interval"&amp;gt;60&amp;lt;/option&amp;gt;&lt;/CODE&gt;(&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;).&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 12:14:22 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-29T12:14:22Z</dc:date>
    <item>
      <title>Display Real Time Calculations Without a Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-Real-Time-Calculations-Without-a-Search/m-p/211018#M61714</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I previously posted a question*  about Real Time searches, and, thanks to the answers, I was able to achieve what I wanted with my dashboard.  However, Real Time searches are expensive.  Is there any way to continuously get the current (server) time and use it to perform calculations without performing a Real Time search?&lt;/P&gt;

&lt;P&gt;* -  Question located at &lt;A href="http://answers.splunk.com/answers/484057/continuous-display-of-time-since-event.html"&gt;http://answers.splunk.com/answers/484057/continuous-display-of-time-since-event.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 19:09:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-Real-Time-Calculations-Without-a-Search/m-p/211018#M61714</guid>
      <dc:creator>_dave_b</dc:creator>
      <dc:date>2016-12-30T19:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display Real Time Calculations Without a Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-Real-Time-Calculations-Without-a-Search/m-p/211019#M61715</link>
      <description>&lt;P&gt;You should probably switch to alerts... &lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 19:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-Real-Time-Calculations-Without-a-Search/m-p/211019#M61715</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-12-30T19:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display Real Time Calculations Without a Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-Real-Time-Calculations-Without-a-Search/m-p/211020#M61716</link>
      <description>&lt;P&gt;Did you look at my answer for your previous post where you can use use historical search but refresh every periodic interval like 5 minutes? It was option 2 where you did not have to use Real Time Searches.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 20:12:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-Real-Time-Calculations-Without-a-Search/m-p/211020#M61716</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2016-12-30T20:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display Real Time Calculations Without a Search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Display-Real-Time-Calculations-Without-a-Search/m-p/211021#M61717</link>
      <description>&lt;P&gt;Hi _dave_b,&lt;BR /&gt;
I I posted in the previous answer, you can also refresh your dashboard: from my experience,, this could be useful under two conditions:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;if you're using this dashboard for a wallpaper and not for a static dashboard (it's less useful, if you're using a search dashboard, that the dashboard changes when you're see results!),&lt;/LI&gt;
&lt;LI&gt;if your search isn't slow.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Otherwise, I think that real time searches are the most efficient way to display real time events.&lt;/P&gt;

&lt;P&gt;Every way, you can to refresh your dashboard inserting in the &lt;CODE&gt;&amp;lt;form&amp;gt;&lt;/CODE&gt; row the refresh time &lt;CODE&gt;&amp;lt;form refresh="30"&amp;gt;&lt;/CODE&gt; (&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/PanelreferenceforSimplifiedXML#Dashboards_and_forms&lt;/A&gt;) or only one panel &lt;CODE&gt;&amp;lt;option name="refresh.auto.interval"&amp;gt;60&amp;lt;/option&amp;gt;&lt;/CODE&gt;(&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;).&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:14:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Display-Real-Time-Calculations-Without-a-Search/m-p/211021#M61717</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T12:14:22Z</dc:date>
    </item>
  </channel>
</rss>

