<?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: Grouping of value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Grouping-of-value/m-p/567593#M197822</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Sep 2021 06:39:12 GMT</pubDate>
    <dc:creator>kelz</dc:creator>
    <dc:date>2021-09-20T06:39:12Z</dc:date>
    <item>
      <title>Grouping of value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-of-value/m-p/566539#M197434</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I need help building the query for this value to group it like the output I have given below.&lt;/P&gt;&lt;P&gt;Current:&lt;BR /&gt;apple1&lt;BR /&gt;apple-orange&lt;BR /&gt;apple-yellow&lt;BR /&gt;banna123&lt;BR /&gt;banna-red&lt;BR /&gt;banna-orange&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;apple*&lt;BR /&gt;banna*&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 01:52:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-of-value/m-p/566539#M197434</guid>
      <dc:creator>kelz</dc:creator>
      <dc:date>2021-09-10T01:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping of value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-of-value/m-p/566591#M197448</link>
      <description>&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw="apple1
apple-orange
apple-yellow
banna123
banna-red
banna-orange"
| multikv noheader=t
| table Column_1
| rename Column_1 as _raw


| rex "(?&amp;lt;fruit&amp;gt;[a-zA-Z]+)"&lt;/LI-CODE&gt;&lt;P&gt;The rex puts the fruit into a field which you can then group by as you need&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 08:56:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-of-value/m-p/566591#M197448</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-10T08:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping of value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Grouping-of-value/m-p/567593#M197822</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 06:39:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Grouping-of-value/m-p/567593#M197822</guid>
      <dc:creator>kelz</dc:creator>
      <dc:date>2021-09-20T06:39:12Z</dc:date>
    </item>
  </channel>
</rss>

