<?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: single value graph over time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597768#M208154</link>
    <description>&lt;P&gt;index=* earliest=-10m&lt;BR /&gt;| stats count by country&lt;/P&gt;&lt;P&gt;as this is real time search it is generating count of different countries and I need to visualize those counts over a period of time&lt;/P&gt;&lt;P&gt;but as soon as I get a&amp;nbsp; new data it should count all the values from past 10min and should append the values to graph and time should not be in buckets of 10 min like from 2:00 to 2:10 it should be dynamic the last 10min from current data&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 12:50:29 GMT</pubDate>
    <dc:creator>badrinath</dc:creator>
    <dc:date>2022-05-13T12:50:29Z</dc:date>
    <item>
      <title>Is it possible to see the past readings of a single value graph over a time range?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597765#M208152</link>
      <description>&lt;P&gt;HI all,&lt;/P&gt;
&lt;P&gt;can we see the past readings of a single value graph over a time range?&lt;/P&gt;
&lt;P&gt;like if at this moment the single value graph shows a value of 40 then after 10sec it becomes 50 and then 30 can we see all these points in a timechart or some other visualization.&lt;/P&gt;
&lt;P&gt;or is it possible to import that specific value in single value chart continuously using something like token and append it to some other graph?&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 16:16:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597765#M208152</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-13T16:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: single value graph over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597766#M208153</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245632"&gt;@badrinath&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to display the result you described, you should create a new panel using a search similar to the one for the Single Value and a different visualization, e.g. an histogram of a line graph.&lt;/P&gt;&lt;P&gt;If you share your search I could help you in this job.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 12:27:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597766#M208153</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-13T12:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: single value graph over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597768#M208154</link>
      <description>&lt;P&gt;index=* earliest=-10m&lt;BR /&gt;| stats count by country&lt;/P&gt;&lt;P&gt;as this is real time search it is generating count of different countries and I need to visualize those counts over a period of time&lt;/P&gt;&lt;P&gt;but as soon as I get a&amp;nbsp; new data it should count all the values from past 10min and should append the values to graph and time should not be in buckets of 10 min like from 2:00 to 2:10 it should be dynamic the last 10min from current data&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 12:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597768#M208154</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-13T12:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: single value graph over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597770#M208155</link>
      <description>&lt;P&gt;I need a search for last 10min and be able to view the results over a day or an hour&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 12:51:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597770#M208155</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-13T12:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: single value graph over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597775#M208158</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245632"&gt;@badrinath&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you could usethe followinh search in a line graph panel:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=* earliest=-10m
| timechart count by country&lt;/LI-CODE&gt;&lt;P&gt;about the requirement of having alwayn new data, you could use a Real Time search, but it's expensive for your infrastructure because it takes a CPU and never release.&lt;/P&gt;&lt;P&gt;If your search isn't so slow, you could setup an automatic refresh of your panel every 10 minutes.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;refresh&amp;gt;10m&amp;lt;/refresh&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;in your search section.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 14:31:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597775#M208158</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-13T14:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: single value graph over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597789#M208162</link>
      <description>&lt;P&gt;but this filters out last 10min data and displays it&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but its not working in real time.&lt;/P&gt;&lt;P&gt;and how to use the refresh command ?&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 15:06:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597789#M208162</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-13T15:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: single value graph over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597791#M208163</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245632"&gt;@badrinath&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry but I don't understand your need: what do you mean when you say "I need a search for last 10min and be able to view the results over a day or an hour"?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;do you want to display the results of specified ten minutes,&lt;/LI&gt;&lt;LI&gt;the last ten minutes&lt;/LI&gt;&lt;LI&gt;the last 24 hours with a span of 10 minutes&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;as I sayd the optimus solution for you is to use a Real Time Search but it takes one CPU and release it only when you close the dashboard, this means that you you have 10 people that use this dashboard you block you system!&lt;/P&gt;&lt;P&gt;about panel refresh, you could try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;
            index=*
            | timechart count by country span=10m
          &amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;refresh&amp;gt;10m&amp;lt;/refresh&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I hope to understand you need.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 15:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597791#M208163</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-13T15:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: single value graph over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597795#M208164</link>
      <description>&lt;P&gt;thankyou for the solution&amp;nbsp;&lt;/P&gt;&lt;P&gt;and as per the question you asked the search should be for last 10min data and the result should be appended to a graph and I should be able to see the graph like for the last 30min or 1hr&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 16:01:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597795#M208164</guid>
      <dc:creator>badrinath</dc:creator>
      <dc:date>2022-05-13T16:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: single value graph over time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597840#M208175</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245632"&gt;@badrinath&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if this answer solves your need, please accept the solution for the other people of Community, otherwise tell me how to help you.&lt;/P&gt;&lt;P&gt;See next time.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 04:42:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-it-possible-to-see-the-past-readings-of-a-single-value-graph/m-p/597840#M208175</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-14T04:42:07Z</dc:date>
    </item>
  </channel>
</rss>

