<?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: How to show Trending compared to last month value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488980#M194035</link>
    <description>&lt;P&gt;How about using an &lt;CODE&gt;eval&lt;/CODE&gt; to create a field containing "Current Month" and "last Month" based on the time and then run a timechart &lt;CODE&gt;by&lt;/CODE&gt; that field ?&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2019 03:49:22 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2019-09-24T03:49:22Z</dc:date>
    <item>
      <title>How to show Trending compared to last month value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488975#M194030</link>
      <description>&lt;P&gt;Hello ,&lt;BR /&gt;
I want to show trending compared to last score calculated.&lt;BR /&gt;
I have multiple single panels calculating one field "score"for last month(August) based on some condition like last_month_count(August count) &amp;gt; last2_month (july count)&lt;BR /&gt;
and taking summation of all panel's result value in another dashboard Panel as total_score&lt;BR /&gt;
Now, I want to show trending compared to last total_ score to this month total_score. &lt;BR /&gt;
Please suggest ,how to approach for the same.&lt;BR /&gt;
Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:19:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488975#M194030</guid>
      <dc:creator>avni26</dc:creator>
      <dc:date>2020-09-30T02:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Trending compared to last month value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488976#M194031</link>
      <description>&lt;P&gt;Have you looked at the &lt;CODE&gt;timewrap&lt;/CODE&gt; command?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 13:55:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488976#M194031</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-09-23T13:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Trending compared to last month value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488977#M194032</link>
      <description>&lt;P&gt;yes, timewrap will not work in my query , as for each panel , i am just searching for last month.&lt;BR /&gt;
Any other way?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 14:28:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488977#M194032</guid>
      <dc:creator>avni26</dc:creator>
      <dc:date>2019-09-23T14:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Trending compared to last month value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488978#M194033</link>
      <description>&lt;P&gt;Hi @avni26,&lt;/P&gt;

&lt;P&gt;As Rich suggested you can do this using &lt;CODE&gt;timewrap&lt;/CODE&gt; whoever if that doesn't work for you then you can use &lt;CODE&gt;append&lt;/CODE&gt; instead to build your search as shown in the first answer here :&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/371015/display-comparison-between-last-week-vs-this-week.html"&gt;https://answers.splunk.com/answers/371015/display-comparison-between-last-week-vs-this-week.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know what your search looks like if the above link didn't work for you so we can try and fix it.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 14:44:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488978#M194033</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-09-23T14:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Trending compared to last month value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488979#M194034</link>
      <description>&lt;P&gt;@DavidHourani , yes append only do. But my query is already too long and also have several panel's each having their independent index . By append ,I have to write all query again for last month. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;BR /&gt;
I guess, i have to use report for the same. &lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 18:29:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488979#M194034</guid>
      <dc:creator>avni26</dc:creator>
      <dc:date>2019-09-23T18:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Trending compared to last month value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488980#M194035</link>
      <description>&lt;P&gt;How about using an &lt;CODE&gt;eval&lt;/CODE&gt; to create a field containing "Current Month" and "last Month" based on the time and then run a timechart &lt;CODE&gt;by&lt;/CODE&gt; that field ?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 03:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488980#M194035</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-09-24T03:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to show Trending compared to last month value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488981#M194036</link>
      <description>&lt;P&gt;@DavidHourani yes, this can be perfect. Please share any sample query for more understanding. If possible.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 07:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-show-Trending-compared-to-last-month-value/m-p/488981#M194036</guid>
      <dc:creator>avni26</dc:creator>
      <dc:date>2019-09-24T07:12:00Z</dc:date>
    </item>
  </channel>
</rss>

