<?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: Charting a delta instead cumulative values - help with delta function please in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626416#M217731</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229087"&gt;@neilmac64&lt;/a&gt;&amp;nbsp;Following search should do the trick:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=indexA key="key_01"
| delta key as delta_01
| timechart span=15m values(delta_01) by mac_address&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 15:32:35 GMT</pubDate>
    <dc:creator>PaulPanther</dc:creator>
    <dc:date>2023-01-09T15:32:35Z</dc:date>
    <item>
      <title>How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626414#M217730</link>
      <description>&lt;P&gt;My current project polls a device every 15 minutes to pull a counter which is then charted. Thanks to members here, I now have this working as desired. Here is an example search:&lt;/P&gt;
&lt;P&gt;index=&lt;EM&gt;index&lt;/EM&gt;&lt;BR /&gt;| where key="&lt;EM&gt;key_01&lt;/EM&gt;"&lt;BR /&gt;| timechart span=15m values(value) by mac_address&lt;/P&gt;
&lt;P&gt;The key "&lt;EM&gt;key_01&lt;/EM&gt;" is a counter that increases over time. If there is no more activity, the key stays at its current value. So over time, we are counting totals.&lt;/P&gt;
&lt;P&gt;This produces a lovely line chart or bar chart.&lt;/P&gt;
&lt;P&gt;I would now like to be able to instead display the delta between the values, so instead of showing the accumulated total, we only see "new" counters since the last value - ie the delta.&lt;/P&gt;
&lt;P&gt;I've been reading posts and playing with the delta command but so far not been able to get it to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Here is what I thought I would need:&lt;/P&gt;
&lt;P&gt;index=&lt;EM&gt;index&lt;/EM&gt;&lt;BR /&gt;| where key="&lt;EM&gt;key_01&lt;/EM&gt;"&lt;BR /&gt;| delta &lt;EM&gt;key_01&lt;/EM&gt; as delta_01&lt;BR /&gt;| timechart span=15m values(value) by mac_address&lt;/P&gt;
&lt;P&gt;I would like to ask if anyone can help with getting the syntax right. As always, any help very much appreciated!&lt;/P&gt;
&lt;P&gt;NM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 16:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626414#M217730</guid>
      <dc:creator>neilmac64</dc:creator>
      <dc:date>2023-01-09T16:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Charting a delta instead cumulative values - help with delta function please</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626416#M217731</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229087"&gt;@neilmac64&lt;/a&gt;&amp;nbsp;Following search should do the trick:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=indexA key="key_01"
| delta key as delta_01
| timechart span=15m values(delta_01) by mac_address&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 15:32:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626416#M217731</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-09T15:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Charting a delta instead cumulative values - help with delta function please</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626422#M217732</link>
      <description>&lt;P&gt;Hi Paul -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help. I'm afraid that syntax returns no values:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neilmac64_0-1673277024355.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23262i45F1724960F0250A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neilmac64_0-1673277024355.png" alt="neilmac64_0-1673277024355.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 15:10:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626422#M217732</guid>
      <dc:creator>neilmac64</dc:creator>
      <dc:date>2023-01-09T15:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Charting a delta instead cumulative values - help with delta function please</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626431#M217733</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229087"&gt;@neilmac64&lt;/a&gt;&amp;nbsp;Sorry had a typo in my search. I corrected my origin post. Please try it again.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 15:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626431#M217733</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-09T15:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Charting a delta instead cumulative values - help with delta function please</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626437#M217734</link>
      <description>&lt;P&gt;Same result I'm afraid - nothing found&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 15:48:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626437#M217734</guid>
      <dc:creator>neilmac64</dc:creator>
      <dc:date>2023-01-09T15:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Charting a delta instead cumulative values - help with delta function please</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626511#M217754</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229087"&gt;@neilmac64&lt;/a&gt;&amp;nbsp;your field key is not a numeric value but you must use a numeric field to calculate the delta.&lt;/P&gt;&lt;P&gt;Could you provide a sample event and check my search with generated test data?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults count=8 
| streamstats count 
| eval key = case(count=1, "10", count=2, "12", count=3, "12", count=4, "13", count=5, "20", count=6, "21", count=7, "21", count=8, "23") 
| eval _time= case(count=1, "1673274655", count=2, "1673273755", count=3, "1673272855", count=4, "1673271955", count=5, "1673271055", count=6, "1673270155", count=7, "1673269255", count=8, "1673268355") 
| eval mac_address = case(count=1 OR count=5 OR count=2, "01-00-5e-00-00-02", count=2, "01-00-5e-00-00-00", count=3, "01-00-5e-7f-ff-fe", count=4, "01-00-5e-7f-ff-ff", count=5, "01-00-5e-00-00-20", count=6, "01-00-5e-00-00-30", count=7, "01-00-5e-00-00-40", count=8, "01-00-5e-00-00-50")
| delta key as delta_01 
| timechart span=15m values(delta_01) by mac_address&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 Jan 2023 06:58:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626511#M217754</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-10T06:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626566#M217772</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;Here is an example of one of the values we track.&lt;/P&gt;&lt;P&gt;Here is the data at source. It is pulled from a csv file. I have masked the actual key value as &lt;EM&gt;key_01&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;20230109-120010,34:15:93:09:8B:80,&lt;EM&gt;key_01&lt;/EM&gt;,74&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This input will repeat every 15 minutes, with a new value that will always be either the same or will increment up.&lt;/P&gt;&lt;P&gt;Here is what I see in search (identifying values greyed out):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neilmac64_0-1673347256235.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23277i42A782CAA2B3E354/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neilmac64_0-1673347256235.png" alt="neilmac64_0-1673347256235.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I pasted your string into search. Here's what it showed:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neilmac64_1-1673347553341.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23278iCA2A4F8AD1F579C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neilmac64_1-1673347553341.png" alt="neilmac64_1-1673347553341.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neilmac64_2-1673347580167.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23279i4CE77904A1C2C87D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neilmac64_2-1673347580167.png" alt="neilmac64_2-1673347580167.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the help.&lt;/P&gt;&lt;P&gt;NM&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 10:46:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626566#M217772</guid>
      <dc:creator>neilmac64</dc:creator>
      <dc:date>2023-01-10T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626567#M217773</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229087"&gt;@neilmac64&lt;/a&gt;&amp;nbsp;Okay, thanks for the sample event!&lt;/P&gt;&lt;P&gt;The field "value" contains the numerical value. So you have to use this field in the delta command to calculate the difference between the current and previous event.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=indexA key="key_01"
| delta value as delta_value
| timechart span=15m values(delta_value) by mac_address&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 10:51:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626567#M217773</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-10T10:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626570#M217775</link>
      <description>&lt;P&gt;I still can't get anything with that -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my current string with the changes you suggest:&lt;/P&gt;&lt;P&gt;index=&lt;EM&gt;index&lt;/EM&gt;&lt;BR /&gt;| where key="&lt;EM&gt;key_0&lt;/EM&gt;1"&lt;BR /&gt;| delta value as delta_key_01&lt;BR /&gt;| timechart span=15m values(value) by mac_address&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neilmac64_0-1673348356503.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23280i252D85A8B7E83420/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neilmac64_0-1673348356503.png" alt="neilmac64_0-1673348356503.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The chart is the same with or without the delta line.&lt;/P&gt;&lt;P&gt;NM&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 11:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626570#M217775</guid>
      <dc:creator>neilmac64</dc:creator>
      <dc:date>2023-01-10T11:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626571#M217776</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229087"&gt;@neilmac64&lt;/a&gt;&amp;nbsp;You modified my search wrongly.&lt;/P&gt;&lt;P&gt;In Line 2 we use the delta command and save the reulsts in a new field that is named as "delta_value".&lt;/P&gt;&lt;P&gt;In Line 3 we use the transforming command timechart and group the values from field "delta_value" by mac_address. In your search you use the values from field "value" that contains the&amp;nbsp; totals and not the difference. That is the reason why your chart is the same as before.&lt;/P&gt;&lt;P&gt;Please use my search and just adjust the index.&lt;/P&gt;&lt;PRE&gt;index=indexA key="key_01"
| delta value as delta_value
| timechart span=15m values(delta_value) by mac_address&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 11:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626571#M217776</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-10T11:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626577#M217779</link>
      <description>&lt;P&gt;Aha! Progress !&lt;/P&gt;&lt;P&gt;Yes, I missed that change. OK here is the latest chart:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am seeing negative values - this should not be the case as the counter increments. It also seems to be showing the deltas between mac addresses rather than the delta over the previous counter. (check the numbers in the table)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neilmac64_0-1673353925657.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23282i74C1B1744B6F8070/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neilmac64_0-1673353925657.png" alt="neilmac64_0-1673353925657.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 12:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626577#M217779</guid>
      <dc:creator>neilmac64</dc:creator>
      <dc:date>2023-01-10T12:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626583#M217780</link>
      <description>&lt;P&gt;Okay, the delta command does not support grouping and just calculate the delta between the current and the previous event in search order. That's why you must use streamstats command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=indexA key="key_01"
| streamstats current=f last(value) as stream_keys by mac_address 
| eval diff = stream_keys - value
| timechart span=15m values(diff) by mac_address&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:19:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626583#M217780</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-10T13:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626586#M217782</link>
      <description>&lt;P&gt;Here is the current search string as amended:&lt;/P&gt;&lt;P&gt;index=&lt;EM&gt;index&lt;/EM&gt;&lt;BR /&gt;| where key="&lt;EM&gt;key_01&lt;/EM&gt;"&lt;BR /&gt;| streamstats current=f last(key) as stream_keys by mac_address&lt;BR /&gt;| eval diff = stream_keys - key&lt;BR /&gt;| timechart span=15m values(diff) by mac_address&lt;/P&gt;&lt;P&gt;This does not produce any results&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neilmac64_0-1673356373533.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23285iCC2588AE906BACEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neilmac64_0-1673356373533.png" alt="neilmac64_0-1673356373533.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:12:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626586#M217782</guid>
      <dc:creator>neilmac64</dc:creator>
      <dc:date>2023-01-10T13:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626587#M217783</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/229087"&gt;@neilmac64&lt;/a&gt;&amp;nbsp;Sorry, I used a different field name. I corrected the search in my previous post. Please try it again.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:15:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626587#M217783</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-10T13:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626595#M217785</link>
      <description>&lt;P&gt;Aha! We're definitely getting somewhere -&amp;nbsp;&lt;/P&gt;&lt;P&gt;This looks very close, however there are still negative values. I believe this may have been caused by us setting the counters back to zero before the test - I'm examining the data now.&lt;/P&gt;&lt;P&gt;If this is the case then I need to filter to show values above 0.&lt;/P&gt;&lt;P&gt;Can you help with how to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neilmac64_0-1673356819381.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23286i0D666F6795DBB006/image-size/medium?v=v2&amp;amp;px=400" role="button" title="neilmac64_0-1673356819381.png" alt="neilmac64_0-1673356819381.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:30:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626595#M217785</guid>
      <dc:creator>neilmac64</dc:creator>
      <dc:date>2023-01-10T13:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626596#M217786</link>
      <description>&lt;P&gt;Perfect!&lt;/P&gt;&lt;P&gt;Yes, of course just add&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|where diff&amp;gt;0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;after the eval command.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:35:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626596#M217786</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-10T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to chart a delta instead cumulative values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626597#M217787</link>
      <description>&lt;P&gt;Outstanding help&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233419"&gt;@PaulPanther&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for sticking with this and finding an answer. I accepted the solution for defining the delta. The icing on the cake was filtering for above zero - Karma also given.&lt;/P&gt;&lt;P&gt;Thanks again, it's really appreciated.&lt;/P&gt;&lt;P&gt;NM&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 13:54:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-chart-a-delta-instead-cumulative-values/m-p/626597#M217787</guid>
      <dc:creator>neilmac64</dc:creator>
      <dc:date>2023-01-10T13:54:15Z</dc:date>
    </item>
  </channel>
</rss>

