<?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: highest - lowest in a row in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477303#M133956</link>
    <description>&lt;P&gt;&lt;CODE&gt;| stats max(value) as max min(value) as min by Date&lt;/CODE&gt;.. didn't produce anything ...&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 21:34:17 GMT</pubDate>
    <dc:creator>reverse</dc:creator>
    <dc:date>2019-11-07T21:34:17Z</dc:date>
    <item>
      <title>highest - lowest in a row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477301#M133954</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Date    X   Y   Z   XX  Max Delta 
10/1/2019   315 205 258 270 110
10/2/2019   293 194 235 247 99
10/3/2019   309 210 266 274 99
10/4/2019   312 208 256 266 104
10/5/2019   6   3   0   1   6
10/6/2019   82  35  71  68  47
10/7/2019   270 204 234 249 66
10/8/2019   315 216 271 279 99
10/9/2019   294 197 235 248 97
10/10/2019  314 212 267 277 102
10/11/2019  308 207 256 266 101
10/12/2019  120 11  70  69  109
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How to achieve max delta column ?&lt;/P&gt;

&lt;P&gt;simply put ,  highest - lowest for EVERY  row ?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 20:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477301#M133954</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-11-07T20:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: highest - lowest in a row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477302#M133955</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search giving fields Date X Y Z XX
| untable Date metrics value
| appendpipe [| stats max(value) as max min(value) as min by Date
| eval value=max-min | table Date MaxDelta | eval metrics="Max Delta" ]
| xyseries Date metrics value
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Nov 2019 20:41:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477302#M133955</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-11-07T20:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: highest - lowest in a row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477303#M133956</link>
      <description>&lt;P&gt;&lt;CODE&gt;| stats max(value) as max min(value) as min by Date&lt;/CODE&gt;.. didn't produce anything ...&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 21:34:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477303#M133956</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-11-07T21:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: highest - lowest in a row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477304#M133957</link>
      <description>&lt;P&gt;What's the full search you tried??&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 22:21:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477304#M133957</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-11-07T22:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: highest - lowest in a row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477305#M133958</link>
      <description>&lt;TABLE&gt;&lt;THEAD&gt;
&lt;TR&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;&lt;TBODY&gt;
&lt;TR&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 08 Nov 2019 14:45:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477305#M133958</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-11-08T14:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: highest - lowest in a row</title>
      <link>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477306#M133959</link>
      <description>&lt;P&gt;@Vijeta please look at this.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 17:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/highest-lowest-in-a-row/m-p/477306#M133959</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-11-11T17:04:30Z</dc:date>
    </item>
  </channel>
</rss>

