<?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: Field Extraction Not Showing Up in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112344#M29515</link>
    <description>&lt;P&gt;Hi skoelpin,&lt;/P&gt;

&lt;P&gt;check if you get any event at all containing the raw data for the &lt;CODE&gt;Jsession&lt;/CODE&gt; field, as well check if you're maybe running search in &lt;CODE&gt;fast mode&lt;/CODE&gt; &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Search/Changethesearchmode"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Search/Changethesearchmode&lt;/A&gt; which will not extract any other fields aside of the default ones such as &lt;CODE&gt;host, source, and sourcetype&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Sat, 16 May 2015 02:40:36 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2015-05-16T02:40:36Z</dc:date>
    <item>
      <title>Field Extraction Not Showing Up</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112343#M29514</link>
      <description>&lt;P&gt;I'm doing an extraction for Jsession ID's. I'm writing the regex myself and after previewing the events, it correctly captures 100% of what I need it to. Now after I save it and look for it in on the left in 'Fields', it's nowhere to be found. I also tried typing it into my search &lt;CODE&gt;Jsession="*"&lt;/CODE&gt; with no luck. I'm also open to suggestions if anyone can provide regex to capture the alphanumeric Jsession ID which always has 32 characters &lt;/P&gt;

&lt;P&gt;There is &amp;lt; and &amp;gt; before and after the word jsession but this website won't show it in the code &lt;BR /&gt;
Here's my regex &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;(?PJsession)([0-9A-Z]{32})
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 May 2015 20:46:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112343#M29514</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2015-05-15T20:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction Not Showing Up</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112344#M29515</link>
      <description>&lt;P&gt;Hi skoelpin,&lt;/P&gt;

&lt;P&gt;check if you get any event at all containing the raw data for the &lt;CODE&gt;Jsession&lt;/CODE&gt; field, as well check if you're maybe running search in &lt;CODE&gt;fast mode&lt;/CODE&gt; &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Search/Changethesearchmode"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Search/Changethesearchmode&lt;/A&gt; which will not extract any other fields aside of the default ones such as &lt;CODE&gt;host, source, and sourcetype&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2015 02:40:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112344#M29515</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-05-16T02:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction Not Showing Up</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112345#M29516</link>
      <description>&lt;P&gt;Kindly share sample log&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2015 03:11:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112345#M29516</guid>
      <dc:creator>neelamssantosh</dc:creator>
      <dc:date>2015-05-16T03:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction Not Showing Up</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112346#M29517</link>
      <description>&lt;P&gt;Thanks for the reply.. I currently have 2 different types of fields, I got the regex working for one type but I need an OR operator to get the other type. &lt;/P&gt;

&lt;P&gt;Here's my current regular expression which works for type 1 but does not work for type 2. I need to have an OR operator somewhere in there so it can see | OR &amp;lt;&lt;/P&gt;

&lt;P&gt;|(?P&amp;lt;Jsession&amp;gt; [0-9A-Z]{32})&lt;/P&gt;

&lt;P&gt;Also this regular expression will work for Type 2 but not type 1 &lt;/P&gt;

&lt;P&gt;&amp;amp;gt;(?P&amp;lt;RTG_Jsession&amp;gt;[0-9A-Z]{32})&lt;/P&gt;

&lt;P&gt;Type 1:&lt;/P&gt;

&lt;P&gt;&amp;lt;TransactionID xmlns="&lt;A href="http://schemas.datacontract.org/2004/07/DotCom_Delivery%22&amp;gt;FromPDP%7CA50499428ZZB032F3BDCAF286EC38RNR&amp;lt;/TransactionID"&gt;http://schemas.datacontract.org/2004/07/DotCom_Delivery"&amp;amp;gt;FromPDP|A50499428ZZB032F3BDCAF286EC38RNR&amp;amp;lt;/TransactionID&lt;/A&gt;&amp;gt;&lt;/P&gt;

&lt;P&gt;Type 2: &lt;/P&gt;

&lt;P&gt;&amp;lt;TransactionID xmlns="&lt;A href="http://schemas.datacontract.org/2004/07/DotComOrder%22&amp;gt;991459AB3A668NA7ECB5FDB44B8DC111&amp;lt;/TransactionID"&gt;http://schemas.datacontract.org/2004/07/DotComOrder"&amp;amp;gt;991459AB3A668NA7ECB5FDB44B8DC111&amp;amp;lt;/TransactionID&lt;/A&gt;&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 15:22:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112346#M29517</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2015-05-19T15:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction Not Showing Up</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112347#M29518</link>
      <description>&lt;P&gt;Thanks for the reply.. I currently have 2 different types of fields, I got the regex working for one type but I need an OR operator to get the other type.&lt;/P&gt;

&lt;P&gt;Here's my current regular expression which works for type 1 but does not work for type 2. I need to have an OR operator somewhere in there so it can see | OR &amp;lt;&lt;/P&gt;

&lt;P&gt;|(?P&amp;lt;Jsession&amp;gt; [0-9A-Z]{32})&lt;/P&gt;

&lt;P&gt;Also this regular expression will work for Type 2 but not type 1&lt;/P&gt;

&lt;P&gt;&amp;gt;(?P&amp;lt;RTG_Jsession&amp;gt;[0-9A-Z]{32})&lt;/P&gt;

&lt;P&gt;Type 1:&lt;/P&gt;

&lt;P&gt;&amp;lt;TransactionID xmlns="&lt;A href="http://schemas.datacontract.org/2004/07/DotCom_Delivery%22&amp;gt;FromPDP%7CA50499428ZZB032F3BDCAF286EC38RNR&amp;lt;/TransactionID"&gt;http://schemas.datacontract.org/2004/07/DotCom_Delivery"&amp;amp;gt;FromPDP|A50499428ZZB032F3BDCAF286EC38RNR&amp;amp;lt;/TransactionID&lt;/A&gt;&amp;gt;&lt;/P&gt;

&lt;P&gt;Type 2:&lt;/P&gt;

&lt;P&gt;&amp;lt;TransactionID xmlns="&lt;A href="http://schemas.datacontract.org/2004/07/DotComOrder%22&amp;gt;991459AB3A668NA7ECB5FDB44B8DC111&amp;lt;/TransactionID"&gt;http://schemas.datacontract.org/2004/07/DotComOrder"&amp;amp;gt;991459AB3A668NA7ECB5FDB44B8DC111&amp;amp;lt;/TransactionID&lt;/A&gt;&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 15:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112347#M29518</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2015-05-19T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction Not Showing Up</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112348#M29519</link>
      <description>&lt;P&gt;okay, try this:&lt;/P&gt;

&lt;P&gt;&lt;A href="?P&amp;lt;Jsession&amp;gt;%5B0-9A-Z%5D%7B32%7D"&gt;&amp;gt;|&lt;/A&gt;&amp;lt;&lt;BR /&gt;
This will match either &amp;gt; or | then the 32 times any alphanumeric and ends with a &amp;lt; &lt;BR /&gt;
Tested and working on regex101.com &lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 04:19:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112348#M29519</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-05-20T04:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field Extraction Not Showing Up</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112349#M29520</link>
      <description>&lt;P&gt;Works perfectly!! I was using regexr.com but I'm seeing regex101.com is much better. Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2015 14:44:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Field-Extraction-Not-Showing-Up/m-p/112349#M29520</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2015-05-20T14:44:11Z</dc:date>
    </item>
  </channel>
</rss>

