<?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: another rex question in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278974#M84257</link>
    <description>&lt;P&gt;only getting a single character under stats list(user)&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2016 18:30:50 GMT</pubDate>
    <dc:creator>packet_hunter</dc:creator>
    <dc:date>2016-06-02T18:30:50Z</dc:date>
    <item>
      <title>another rex question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278972#M84255</link>
      <description>&lt;P&gt;Scenario, I have a field (msg)  below and I need to extract the user id  which is user = [abcdefg]&lt;/P&gt;

&lt;P&gt;field msg = AAA user accounting Successful : server = 192.168.0.1 : user = abcdefg&lt;/P&gt;

&lt;P&gt;index = main | rex field=msg [?] ....&lt;/P&gt;

&lt;P&gt;I need the abcdefg portion.&lt;BR /&gt;
Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 18:15:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278972#M84255</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2016-06-02T18:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: another rex question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278973#M84256</link>
      <description>&lt;P&gt;Assuming the value is terminated by a space, this should do the job.  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | rex field=msg "user = (?&amp;lt;user&amp;gt;[^ ]*)" | ...
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Jun 2016 18:19:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278973#M84256</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-06-02T18:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: another rex question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278974#M84257</link>
      <description>&lt;P&gt;only getting a single character under stats list(user)&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 18:30:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278974#M84257</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2016-06-02T18:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: another rex question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278975#M84258</link>
      <description>&lt;P&gt;I forgot the quantifier (*).  Try the updated answer.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 18:33:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278975#M84258</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-06-02T18:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: another rex question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278976#M84259</link>
      <description>&lt;P&gt;Thank you, will have to test later, someone just restarted my indexer....&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 18:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278976#M84259</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2016-06-02T18:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: another rex question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278977#M84260</link>
      <description>&lt;P&gt;Sweet!!!!  it works great!  Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 18:39:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/another-rex-question/m-p/278977#M84260</guid>
      <dc:creator>packet_hunter</dc:creator>
      <dc:date>2016-06-02T18:39:00Z</dc:date>
    </item>
  </channel>
</rss>

