<?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 Filter using delta command in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Filter-using-delta-command/m-p/693908#M236050</link>
    <description>&lt;P&gt;Iam using &lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_down:"&gt;👇&lt;/span&gt; splunk with delta command&lt;/P&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;&lt;P&gt;&amp;nbsp;&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=xxxx source=xxxx rcrdType=xxx | timechart span=1h avg(requestSize) avg(responseSize)|delta avg(requestSize) |delta avg(responseSize)&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;&lt;P&gt;&amp;nbsp;&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="bmer_0-1721558699774.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31835i9F4FD0BB6BE52282/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bmer_0-1721558699774.png" alt="bmer_0-1721558699774.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to modify the query to ONLY include those events where either&amp;nbsp;&lt;EM&gt;delta avg(requestSize)&lt;/EM&gt;&amp;nbsp; OR &lt;EM&gt;delta avg(responseSize)&lt;/EM&gt; OR both are positive&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jul 2024 10:50:05 GMT</pubDate>
    <dc:creator>bmer</dc:creator>
    <dc:date>2024-07-21T10:50:05Z</dc:date>
    <item>
      <title>Filter using delta command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Filter-using-delta-command/m-p/693908#M236050</link>
      <description>&lt;P&gt;Iam using &lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_down:"&gt;👇&lt;/span&gt; splunk with delta command&lt;/P&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;&lt;P&gt;&amp;nbsp;&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=xxxx source=xxxx rcrdType=xxx | timechart span=1h avg(requestSize) avg(responseSize)|delta avg(requestSize) |delta avg(responseSize)&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;&lt;P&gt;&amp;nbsp;&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="bmer_0-1721558699774.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31835i9F4FD0BB6BE52282/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bmer_0-1721558699774.png" alt="bmer_0-1721558699774.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to modify the query to ONLY include those events where either&amp;nbsp;&lt;EM&gt;delta avg(requestSize)&lt;/EM&gt;&amp;nbsp; OR &lt;EM&gt;delta avg(responseSize)&lt;/EM&gt; OR both are positive&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2024 10:50:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Filter-using-delta-command/m-p/693908#M236050</guid>
      <dc:creator>bmer</dc:creator>
      <dc:date>2024-07-21T10:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter using delta command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Filter-using-delta-command/m-p/693909#M236051</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where 'delta(avg(requestSize))' &amp;gt; 0 OR 'delta(avg(responseSize))' &amp;gt; 0&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 21 Jul 2024 10:53:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Filter-using-delta-command/m-p/693909#M236051</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-07-21T10:53:42Z</dc:date>
    </item>
  </channel>
</rss>

