<?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: Capture all &amp;quot;Names&amp;quot; from a single event in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-capture-all-quot-Names-quot-from-a-single-event/m-p/639416#M221548</link>
    <description>&lt;P&gt;Try like this to override default match limit of 1.&amp;nbsp; This will give you a multivalued field 'Name'.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex max_match=0 field=_raw \"NAME\"\:\"(?&amp;lt;Name&amp;gt;\W+)\"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can further use command "| nomv Name" to make it a single valued field.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2023 19:33:09 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2023-04-10T19:33:09Z</dc:date>
    <item>
      <title>How to capture all "Names" from a single event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-capture-all-quot-Names-quot-from-a-single-event/m-p/639415#M221547</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Hypothetically speaking, if I have the following event:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;q[pworei[qpweori[pqwoeirp[qowier[powierw&lt;STRONG&gt;"NAME":"BOB"&lt;/STRONG&gt;;POQIWERUPQOWIEUPROIQWEURPOWIERPOWQIUR&lt;STRONG&gt;"NAME":"SAM"&lt;/STRONG&gt;;qpweoirpwoierupwoiproiqproiw&lt;STRONG&gt;"NAME":"COLT"&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I want to have a table with a column title Name, and then have all names included in that row. Preferably in this format: BOB, SAM, COLT. Is this possible?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The problem I run into is when I do:&lt;/P&gt;
&lt;P&gt;| rex field=_raw \"NAME\"\:\"(?&amp;lt;Name&amp;gt;\W+)\"&lt;/P&gt;
&lt;P&gt;It only captures the first Name. Is there anything I can do where it captures all of the names?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 20:03:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-capture-all-quot-Names-quot-from-a-single-event/m-p/639415#M221547</guid>
      <dc:creator>Android99</dc:creator>
      <dc:date>2023-04-10T20:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Capture all "Names" from a single event</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-capture-all-quot-Names-quot-from-a-single-event/m-p/639416#M221548</link>
      <description>&lt;P&gt;Try like this to override default match limit of 1.&amp;nbsp; This will give you a multivalued field 'Name'.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex max_match=0 field=_raw \"NAME\"\:\"(?&amp;lt;Name&amp;gt;\W+)\"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can further use command "| nomv Name" to make it a single valued field.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 19:33:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-capture-all-quot-Names-quot-from-a-single-event/m-p/639416#M221548</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2023-04-10T19:33:09Z</dc:date>
    </item>
  </channel>
</rss>

