<?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: Graph the difference between the totals of 2 search calculations in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679209#M232186</link>
    <description>&lt;P&gt;But your search shows just two data points. Without more details on your data it's impossible to help you.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 23:02:25 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2024-02-29T23:02:25Z</dc:date>
    <item>
      <title>Graph the difference between the totals of 2 search calculations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679201#M232182</link>
      <description>&lt;P&gt;Dear SPLUNKos&lt;/P&gt;
&lt;P&gt;I need to create a time chart as per the below&lt;BR /&gt;Run one “grand total” search&lt;BR /&gt;Run second search which is a dedup of the first search.&lt;BR /&gt;Subtract the difference and timechart only the difference.&lt;/P&gt;
&lt;P&gt;I have got to the point below which gives me a table of data but I cannot get this to chart : Mr SPLUNK in my organisation tells me this cannot be done which is &amp;nbsp;borne out by the documentation on the timechart command which indicates it can only reference field data not calculated data . Is there a way?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;SEARCH-GRANDTOTAL&amp;gt; | stats count as Grandtotal
|  appendcols [ &amp;lt;SEARCH-2&amp;gt; | stats count as TotalDeDup ]
|  eval diff= Grandtotal - TotalDeDup&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 29 Feb 2024 21:09:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679201#M232182</guid>
      <dc:creator>GClef</dc:creator>
      <dc:date>2024-02-29T21:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Graph the difference between the totals of 2 search calculations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679206#M232183</link>
      <description>&lt;P&gt;What would you want to timechart here as you have only two values? This makes no sense.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 22:17:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679206#M232183</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-02-29T22:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Graph the difference between the totals of 2 search calculations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679207#M232184</link>
      <description>&lt;P&gt;Timechart the difference against time...&amp;nbsp; The specific use case is in itself around logging I have a third party SaaS provider send logs to our GCP SPLUNK over the internet, issue is they are intermittently and significantly duplicating individual log entries due to something in the way they are forwarding so I want to chart this to have an artefact I can point at for analysis.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 22:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679207#M232184</guid>
      <dc:creator>GClef</dc:creator>
      <dc:date>2024-02-29T22:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Graph the difference between the totals of 2 search calculations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679209#M232186</link>
      <description>&lt;P&gt;But your search shows just two data points. Without more details on your data it's impossible to help you.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 23:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679209#M232186</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-02-29T23:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Graph the difference between the totals of 2 search calculations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679210#M232187</link>
      <description>&lt;P&gt;I do not believe you need to know about the specifics of the search .. I have 2 searches returning numerical values as per the stats command this could be any search on any data, I am subtracting one from the other and want to graph that value against time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 23:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679210#M232187</guid>
      <dc:creator>GClef</dc:creator>
      <dc:date>2024-02-29T23:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Graph the difference between the totals of 2 search calculations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679212#M232188</link>
      <description>&lt;P&gt;Ok, have it your way - don't give more details. Have two values and chart them across time. What do you want to chart? The same value through whole time period? Be my guest. It makes no sense but you apparently know better. But then again - why asking for help in the first place?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 23:14:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679212#M232188</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-02-29T23:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Graph the difference between the totals of 2 search calculations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679214#M232190</link>
      <description>&lt;P&gt;Thanks, I would appreciate it&amp;nbsp; if you stepped back from this : I will see if anyone else in the community has an idea / understands what I am saying &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Have a great day Rick&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 23:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-the-difference-between-the-totals-of-2-search-calculations/m-p/679214#M232190</guid>
      <dc:creator>GClef</dc:creator>
      <dc:date>2024-02-29T23:20:38Z</dc:date>
    </item>
  </channel>
</rss>

