<?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 rex command help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301086#M175494</link>
    <description>&lt;P&gt;Help me with Rex &lt;/P&gt;

&lt;H2&gt;"keys":"values"&lt;/H2&gt;

&lt;P&gt;"SSOUSERDATA":"INDV=12345678|ONE|testd44|ABCD,ABCD_ABCDABCD"&lt;BR /&gt;
"X-comGlobalSessionID":"Abcdef2OtOEWYEX0TA6B1KQ"&lt;BR /&gt;
"X-comPrimaryIdentity":"12345678"&lt;BR /&gt;
"X-comImpersonatedIdentity":"12345678"&lt;BR /&gt;
"msgContentType":"Exception due to so and so"&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2017 21:23:40 GMT</pubDate>
    <dc:creator>sravankaripe</dc:creator>
    <dc:date>2017-02-15T21:23:40Z</dc:date>
    <item>
      <title>rex command help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301086#M175494</link>
      <description>&lt;P&gt;Help me with Rex &lt;/P&gt;

&lt;H2&gt;"keys":"values"&lt;/H2&gt;

&lt;P&gt;"SSOUSERDATA":"INDV=12345678|ONE|testd44|ABCD,ABCD_ABCDABCD"&lt;BR /&gt;
"X-comGlobalSessionID":"Abcdef2OtOEWYEX0TA6B1KQ"&lt;BR /&gt;
"X-comPrimaryIdentity":"12345678"&lt;BR /&gt;
"X-comImpersonatedIdentity":"12345678"&lt;BR /&gt;
"msgContentType":"Exception due to so and so"&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 21:23:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301086#M175494</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-02-15T21:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: rex command help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301087#M175495</link>
      <description>&lt;P&gt;How about this?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;... | rex \":\"(?&amp;lt;skoelpin&amp;gt;.+)(?=\")&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Your fieldname will be &lt;CODE&gt;skoelpin&lt;/CODE&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 21:34:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301087#M175495</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-02-15T21:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: rex command help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301088#M175496</link>
      <description>&lt;P&gt;...|extract kvdelim=":" pairdelim=" "&lt;/P&gt;

&lt;P&gt;If that works in search, it can be done automatically in props.conf too&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 21:42:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301088#M175496</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-02-15T21:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: rex command help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301089#M175497</link>
      <description>&lt;P&gt;i want to retrive "INDV=12345678|ONE|testd44|ABCD,ABCD_ABCDABCD"&lt;BR /&gt;
from the event. can you help me with rex.&lt;/P&gt;

&lt;P&gt;"SSOUSERDATA":"INDV=12345678|ONE|testd44|ABCD,ABCD_ABCDABCD"&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 21:43:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301089#M175497</guid>
      <dc:creator>sravankaripe</dc:creator>
      <dc:date>2017-02-15T21:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: rex command help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301090#M175498</link>
      <description>&lt;P&gt;This will capture the value &lt;CODE&gt;"INDV=12345678|ONE|testd44|ABCD,ABCD_ABCDABCD"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;... | rex \":\"(?&amp;lt;skoelpin&amp;gt;.+)(?=\")&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 21:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301090#M175498</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-02-15T21:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: rex command help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301091#M175499</link>
      <description>&lt;P&gt;This would be the obvious choice, but OP said he wanted &lt;CODE&gt;rex&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 21:50:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-command-help/m-p/301091#M175499</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-02-15T21:50:38Z</dc:date>
    </item>
  </channel>
</rss>

