<?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: playing with data II in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/playing-with-data-II/m-p/407526#M117701</link>
    <description>&lt;P&gt;@Vijeta please guide.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2019 17:01:53 GMT</pubDate>
    <dc:creator>reverse</dc:creator>
    <dc:date>2019-06-04T17:01:53Z</dc:date>
    <item>
      <title>playing with data II</title>
      <link>https://community.splunk.com/t5/Splunk-Search/playing-with-data-II/m-p/407525#M117700</link>
      <description>&lt;P&gt;q1- how can i get c4 where c4 will always be difference of values in c3 against first of c2 - next of c2&lt;BR /&gt;
for example .. here c4 for A = 76-7 .. 7-6 ... 6-677.. and so on &lt;/P&gt;

&lt;P&gt;Please guide.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;c1  c2  c3
A   1   76
A   2   7
A   3   6
A   4   677
B   1   65
B   2   675
B   3   90
B   4   78
C   1   121
C   2   56
C   3   54
C   4   67
D   1   56
D   2   6
D   3   5
D   4   657
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Jun 2019 16:58:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/playing-with-data-II/m-p/407525#M117700</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-06-04T16:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: playing with data II</title>
      <link>https://community.splunk.com/t5/Splunk-Search/playing-with-data-II/m-p/407526#M117701</link>
      <description>&lt;P&gt;@Vijeta please guide.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 17:01:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/playing-with-data-II/m-p/407526#M117701</guid>
      <dc:creator>reverse</dc:creator>
      <dc:date>2019-06-04T17:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: playing with data II</title>
      <link>https://community.splunk.com/t5/Splunk-Search/playing-with-data-II/m-p/407527#M117702</link>
      <description>&lt;P&gt;@reverse Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your query&amp;gt; | sort c1,c2|streamstats list(c3) as list , count as count by c1| eval diff  = mvindex(list, count-2)| eval c4= c3 - diff
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Jun 2019 18:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/playing-with-data-II/m-p/407527#M117702</guid>
      <dc:creator>Vijeta</dc:creator>
      <dc:date>2019-06-04T18:19:01Z</dc:date>
    </item>
  </channel>
</rss>

