<?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: Splunk Query Help ?? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51201#M12340</link>
    <description>&lt;P&gt;yeah..&lt;/P&gt;

&lt;P&gt;Consider this the column.&lt;/P&gt;

&lt;P&gt;A    B &lt;/P&gt;

&lt;P&gt;2   1&lt;BR /&gt;&lt;BR /&gt;
3   1 &lt;BR /&gt;
4   1&lt;BR /&gt;
6   2&lt;/P&gt;

&lt;P&gt;here in B column first value is the avg of all the three values .. ie  (1+1+2)/4=1 &lt;/P&gt;

&lt;P&gt;i have got the these three values using delta command ..&lt;/P&gt;

&lt;P&gt;|delta A as B p=1 &lt;/P&gt;

&lt;P&gt;but i need to  replace the first value with the avg of remaing values..??&lt;BR /&gt;
please help&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2012 11:06:43 GMT</pubDate>
    <dc:creator>rakesh_498115</dc:creator>
    <dc:date>2012-09-05T11:06:43Z</dc:date>
    <item>
      <title>Splunk Query Help ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51197#M12336</link>
      <description>&lt;P&gt;Hi i have obtained the following stats from my query ..Here the list of stats i got my from query..&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;BR /&gt;
1&lt;BR /&gt;
3&lt;BR /&gt;
4&lt;BR /&gt;
6&lt;BR /&gt;
8&lt;BR /&gt;
Now on these stats , i need to get one more column say B..which should the contain the values..like this..&lt;/P&gt;

&lt;P&gt;i.e in B column first column must have differnce of A 2ndcolum and A 1stcolumn&lt;BR /&gt;
   similary it has get for all the values..&lt;/P&gt;

&lt;P&gt;ie B1=(A2-A1)&lt;BR /&gt;
   B2=(A3-A2)...&lt;/P&gt;

&lt;P&gt;so at last i need the stats like this..&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;  &lt;STRONG&gt;B&lt;/STRONG&gt;&lt;BR /&gt;
1        2  (A2-A1) &lt;BR /&gt;
3        1  (A3-A2) &lt;BR /&gt;
4        2  (A4-A3) &lt;BR /&gt;
6        2  (A5-A4) &lt;BR /&gt;
8       -7  (A1-A5) &lt;/P&gt;

&lt;P&gt;Please Help ..&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 10:39:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51197#M12336</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2012-09-05T10:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query Help ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51198#M12337</link>
      <description>&lt;P&gt;Does the &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.3/SearchReference/Delta"&gt;delta command&lt;/A&gt; do what you need?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 10:43:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51198#M12337</guid>
      <dc:creator>dart</dc:creator>
      <dc:date>2012-09-05T10:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query Help ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51199#M12338</link>
      <description>&lt;P&gt;Yeah exactly thanx..now can i get the avg of all the values in the list and update this value in the first column of the same list...??&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 11:00:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51199#M12338</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2012-09-05T11:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query Help ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51200#M12339</link>
      <description>&lt;P&gt;I'm not sure I understand your desired final product. Can you draw a table illustrating this?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 11:02:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51200#M12339</guid>
      <dc:creator>dart</dc:creator>
      <dc:date>2012-09-05T11:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query Help ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51201#M12340</link>
      <description>&lt;P&gt;yeah..&lt;/P&gt;

&lt;P&gt;Consider this the column.&lt;/P&gt;

&lt;P&gt;A    B &lt;/P&gt;

&lt;P&gt;2   1&lt;BR /&gt;&lt;BR /&gt;
3   1 &lt;BR /&gt;
4   1&lt;BR /&gt;
6   2&lt;/P&gt;

&lt;P&gt;here in B column first value is the avg of all the three values .. ie  (1+1+2)/4=1 &lt;/P&gt;

&lt;P&gt;i have got the these three values using delta command ..&lt;/P&gt;

&lt;P&gt;|delta A as B p=1 &lt;/P&gt;

&lt;P&gt;but i need to  replace the first value with the avg of remaing values..??&lt;BR /&gt;
please help&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 11:06:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51201#M12340</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2012-09-05T11:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query Help ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51202#M12341</link>
      <description>&lt;P&gt;Can you draw the final product for that example data, I'm afraid I still can't see what you're trying to do.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 11:08:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51202#M12341</guid>
      <dc:creator>dart</dc:creator>
      <dc:date>2012-09-05T11:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Query Help ??</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51203#M12342</link>
      <description>&lt;P&gt;A B&lt;/P&gt;

&lt;P&gt;2 1&lt;BR /&gt;
3 1 &lt;BR /&gt;
4 1 &lt;BR /&gt;
6 2&lt;/P&gt;

&lt;P&gt;this is final table where set A is obtained from my search query&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2012 11:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Query-Help/m-p/51203#M12342</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2012-09-05T11:51:59Z</dc:date>
    </item>
  </channel>
</rss>

