<?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: how group a field values with the maxevents of 4, without using transaction command in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-group-a-field-values-with-the-maxevents-of-4-without-using/m-p/678320#M231966</link>
    <description>&lt;LI-CODE lang="markup"&gt;| table Botid
| streamstats count as row
| eval row=row%4
| streamstats count(eval(row=1)) as count
| stats list(Botid) as Botid by count
| eval Botid=mvjoin(Botid,",")&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 22 Feb 2024 10:06:03 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-02-22T10:06:03Z</dc:date>
    <item>
      <title>how group a field values with the maxevents of 4, without using transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-group-a-field-values-with-the-maxevents-of-4-without-using/m-p/678318#M231965</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;i need an alternative for the transaction command, bcoz its taking to much time to load the dashboard,&lt;BR /&gt;&lt;BR /&gt;this is my actual data&lt;BR /&gt;&lt;BR /&gt;Botid&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count&lt;/P&gt;&lt;P&gt;1528&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&amp;nbsp;&lt;/P&gt;&lt;P&gt;1228&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;1015&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;1558&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;1698&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;1589.15&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;1589&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am looking for an output like below&lt;/P&gt;&lt;P&gt;BotId&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count&lt;/P&gt;&lt;P&gt;1528,1228,1015,1558&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;12,1698,1589.2,1589&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&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;thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 09:49:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-group-a-field-values-with-the-maxevents-of-4-without-using/m-p/678318#M231965</guid>
      <dc:creator>vinod743374</dc:creator>
      <dc:date>2024-02-22T09:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: how group a field values with the maxevents of 4, without using transaction command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-group-a-field-values-with-the-maxevents-of-4-without-using/m-p/678320#M231966</link>
      <description>&lt;LI-CODE lang="markup"&gt;| table Botid
| streamstats count as row
| eval row=row%4
| streamstats count(eval(row=1)) as count
| stats list(Botid) as Botid by count
| eval Botid=mvjoin(Botid,",")&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 22 Feb 2024 10:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-group-a-field-values-with-the-maxevents-of-4-without-using/m-p/678320#M231966</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-02-22T10:06:03Z</dc:date>
    </item>
  </channel>
</rss>

