<?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 accum command for field in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/accum-command-for-field/m-p/318362#M162602</link>
    <description>&lt;P&gt;I have field called test, what would be out if use assume command&lt;/P&gt;

&lt;P&gt;command: --    | accum  test as test2      ( It will create test2 field but what would be the result).Thanks&lt;/P&gt;

&lt;P&gt;test&lt;BR /&gt;
1&lt;BR /&gt;
90&lt;BR /&gt;
3&lt;BR /&gt;
4&lt;BR /&gt;
5&lt;BR /&gt;
6&lt;BR /&gt;
8&lt;BR /&gt;
1&lt;BR /&gt;
1&lt;/P&gt;</description>
    <pubDate>Sat, 03 Mar 2018 03:25:08 GMT</pubDate>
    <dc:creator>maheshsat</dc:creator>
    <dc:date>2018-03-03T03:25:08Z</dc:date>
    <item>
      <title>accum command for field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/accum-command-for-field/m-p/318362#M162602</link>
      <description>&lt;P&gt;I have field called test, what would be out if use assume command&lt;/P&gt;

&lt;P&gt;command: --    | accum  test as test2      ( It will create test2 field but what would be the result).Thanks&lt;/P&gt;

&lt;P&gt;test&lt;BR /&gt;
1&lt;BR /&gt;
90&lt;BR /&gt;
3&lt;BR /&gt;
4&lt;BR /&gt;
5&lt;BR /&gt;
6&lt;BR /&gt;
8&lt;BR /&gt;
1&lt;BR /&gt;
1&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 03:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/accum-command-for-field/m-p/318362#M162602</guid>
      <dc:creator>maheshsat</dc:creator>
      <dc:date>2018-03-03T03:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: accum command for field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/accum-command-for-field/m-p/318363#M162603</link>
      <description>&lt;P&gt;correction not assume command it is accum command.thanks&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 03:26:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/accum-command-for-field/m-p/318363#M162603</guid>
      <dc:creator>maheshsat</dc:creator>
      <dc:date>2018-03-03T03:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: accum command for field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/accum-command-for-field/m-p/318364#M162604</link>
      <description>&lt;P&gt;Just run this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | eval test = "1 90 3 4 5 6 8 1 1" | makemv test | mvexpand test | accum test as test2
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 03 Mar 2018 11:10:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/accum-command-for-field/m-p/318364#M162604</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2018-03-03T11:10:49Z</dc:date>
    </item>
  </channel>
</rss>

