<?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: Trendline using a different time selection in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trendline-using-a-different-time-selection/m-p/445979#M41189</link>
    <description>&lt;P&gt;I am thinking I need to take a different stance. If I change my search to default to the time picker (which defaults to the 13 month time frame mentioned), how can I make the timechart only show the last quarter? &lt;/P&gt;</description>
    <pubDate>Tue, 17 Jul 2018 14:45:52 GMT</pubDate>
    <dc:creator>scannon4</dc:creator>
    <dc:date>2018-07-17T14:45:52Z</dc:date>
    <item>
      <title>Trendline using a different time selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trendline-using-a-different-time-selection/m-p/445976#M41186</link>
      <description>&lt;P&gt;Ok need help with a trend line. I have a search that shows just the previous quarter. I need the trend line in my single value chart to show values from a rolling 13 month period that we normally set with a time picker.  The search uses earliest and latest in it to force results for quarter. The trend line has to have a different time period. Example search below. Thoughts?&lt;/P&gt;

&lt;P&gt;index=foo sourcetype=footype source=foosource earliest=-2q@q latest=-1q@q&lt;BR /&gt;
| eval indextime=_indextime &lt;BR /&gt;
| dedup source _time sortby -indextime -_time &lt;BR /&gt;
| stats sum("Regulatory Issue Med") AS med sum("Regulatory Issue High") AS high sum("Regulatory Issue Low") AS low by _time &lt;BR /&gt;
| eval total=(low + med + high)&lt;BR /&gt;
| bin _time span=1month&lt;BR /&gt;
| stats sum(total) as Total by _time&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:29:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trendline-using-a-different-time-selection/m-p/445976#M41186</guid>
      <dc:creator>scannon4</dc:creator>
      <dc:date>2020-09-29T20:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trendline using a different time selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trendline-using-a-different-time-selection/m-p/445977#M41187</link>
      <description>&lt;P&gt;try using &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Join"&gt;join&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;then forcing the time range just like you have done above in your sub search. Be aware of subsearch timeouts though, I believe default is 60 seconds.  &lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 13:48:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trendline-using-a-different-time-selection/m-p/445977#M41187</guid>
      <dc:creator>CarsonZa</dc:creator>
      <dc:date>2018-07-17T13:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trendline using a different time selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trendline-using-a-different-time-selection/m-p/445978#M41188</link>
      <description>&lt;P&gt;If I do a join with same search, changing earliest=-13mon@mon latest=-1mon@mon, how would I use those results as the trendline?  Is that even possible with the single value visualization? &lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 14:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trendline-using-a-different-time-selection/m-p/445978#M41188</guid>
      <dc:creator>scannon4</dc:creator>
      <dc:date>2018-07-17T14:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trendline using a different time selection</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trendline-using-a-different-time-selection/m-p/445979#M41189</link>
      <description>&lt;P&gt;I am thinking I need to take a different stance. If I change my search to default to the time picker (which defaults to the 13 month time frame mentioned), how can I make the timechart only show the last quarter? &lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 14:45:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trendline-using-a-different-time-selection/m-p/445979#M41189</guid>
      <dc:creator>scannon4</dc:creator>
      <dc:date>2018-07-17T14:45:52Z</dc:date>
    </item>
  </channel>
</rss>

