<?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: Can anyone help resolve the issue with my search for events relating to USB violations in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-help-resolve-the-issue-with-my-search-for-events/m-p/457971#M171269</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;you can not just use &lt;CODE&gt;(?.)&lt;/CODE&gt; as a group. You need to add a name for at least one group like this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;(?&amp;lt;name&amp;gt;.+)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;which would extract the results of the group to a field called "name" in Splunk. If you want to match everything in a group without giving a name you might be able to use &lt;CODE&gt;(?:)&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Greetings&lt;/P&gt;

&lt;P&gt;Tom&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2019 09:48:55 GMT</pubDate>
    <dc:creator>tom_frotscher</dc:creator>
    <dc:date>2019-05-13T09:48:55Z</dc:date>
    <item>
      <title>Can anyone help resolve the issue with my search for events relating to USB violations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-help-resolve-the-issue-with-my-search-for-events/m-p/457970#M171268</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7056i8349D951D27EA301/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 09:15:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-anyone-help-resolve-the-issue-with-my-search-for-events/m-p/457970#M171268</guid>
      <dc:creator>wlwilliams01</dc:creator>
      <dc:date>2019-05-13T09:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help resolve the issue with my search for events relating to USB violations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-help-resolve-the-issue-with-my-search-for-events/m-p/457971#M171269</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;you can not just use &lt;CODE&gt;(?.)&lt;/CODE&gt; as a group. You need to add a name for at least one group like this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;(?&amp;lt;name&amp;gt;.+)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;which would extract the results of the group to a field called "name" in Splunk. If you want to match everything in a group without giving a name you might be able to use &lt;CODE&gt;(?:)&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Greetings&lt;/P&gt;

&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 09:48:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-anyone-help-resolve-the-issue-with-my-search-for-events/m-p/457971#M171269</guid>
      <dc:creator>tom_frotscher</dc:creator>
      <dc:date>2019-05-13T09:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone help resolve the issue with my search for events relating to USB violations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-anyone-help-resolve-the-issue-with-my-search-for-events/m-p/457972#M171270</link>
      <description>&lt;P&gt;Hi @wlwilliams01,&lt;/P&gt;

&lt;P&gt;Use a labeled capturing group instead of &lt;CODE&gt;(?.)&lt;/CODE&gt; and &lt;CODE&gt;(?0x0)&lt;/CODE&gt; as shown here :&lt;BR /&gt;
&lt;A href="https://www.regular-expressions.info/named.html"&gt;https://www.regular-expressions.info/named.html&lt;/A&gt;&lt;BR /&gt;
which should look something like this : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?&amp;lt;name&amp;gt;group) 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also you can use the following site to validate your regex:&lt;BR /&gt;
&lt;A href="http://www.regex101.com"&gt;www.regex101.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Let me know if it helps.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 18:43:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-anyone-help-resolve-the-issue-with-my-search-for-events/m-p/457972#M171270</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-13T18:43:08Z</dc:date>
    </item>
  </channel>
</rss>

