<?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 issues with Field Extraction-Showing Error Messages in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/issues-with-Field-Extraction-Showing-Error-Messages/m-p/603263#M209944</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have some issues with field extractions and getting error messages. Sample data, extraction codes (REGEX), and error messages provided below. Any recommendation would be highly appreciated. Thank you so much, appreciate your support in these efforts.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Sample Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TESTUser|TESTSYSTEM|DNSTEST|USERTEST|CREATE_SUPER_USER_GROUP|TEST_ELEMENT&amp;lt;GROUP_NAME_group3&amp;gt;|19e4e88e-7fb1-4309-b8a3-93180e41ef86|76.253.69.172|00||2022-04-14T23:59:33.059-0400|{dsUrn: testgroup:'da04c367-b41c-421a-85e1-d5ab759c0c82'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;TESTUser|TESTSYSTEM|DNSTEST|USER|VIS_EXPORT_EXCEL|TEST_ELEMENT&amp;lt;DNSTES_801482320&amp;gt;|ce01fdc2-2bbe-45ef-845b-f79576e215bf|65.144.148.136|00||2022-05-09T10:21:44.021-0400|{dsUrn: testgroup:'6f10e8f8-100b-4482-9b09-10e18504924c'}|NA|||||10.207.92.23|23|23as&lt;/P&gt;&lt;P&gt;TESTUser|TESTSYSTEM|DNSTEST|USERTEST|IMPERSONATE_USER|TEST_ELEMENT&amp;lt;USERNAME_TESTUser4&amp;gt;|c594626f-e6e9-4abd-9e0b-fa9861c47285|236.214.26.15|00||2022-05-10T07:52:48.052-0400|{dsUrn: testgroup:'DNS -3ac6-4e92-b50b-e903961f5894'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;TESTUser1TESTUser|TESTSYSTEM|DNSTEST|USER|VIS_SAVE|TEST_ELEMENT&amp;lt;UNVERIFIED_648656466&amp;gt;|5143518f-dc60-433b-a0cc-2fa024b25360|241.254.244.33|00||2022-05-02T05:01:58.001-0400|{dsUrn: testgroup:'157c4534-d970-4b7b-9181-1bddb8f7a670'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;|TESTSYSTEM|DNSTEST|USERTEST|ENABLE_USER|TEST_ELEMENT&amp;lt;USERNAME_TESTUser1&amp;gt;|2923b00c-0a95-465d-85aa-3af5387e992c|19.173.21.53|00||2022-05-29T12:13:26.013-0400|{dsUrn: 'DNS', groupId:'49de37d5-ea28-45ba-be52-84d933425636'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;TESTUser6|TESTSYSTEM|DNSTEST|USERTEST|ENABLE_USER|TEST_ELEMENT&amp;lt;USERNAME_TESTUser5&amp;gt;|0f1ba654-03bf-DNS-ac8f-8f5185232d42|245.236.181.176|00||2022-04-09T02:14:23.014-0400|{dsUrn: testgroup:'b6a89e91-ac03-4641-a3bc-166d013df252'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;TESTUser2|TESTSYSTEM|DNSTEST|USERTEST|UPDATE_TESTDATA|TEST_ELEMENT&amp;lt;USERNAME_TESTUser&amp;gt;|0acf2593-d7ee-4ba8-bf4e-29a4d4adcdaf|213.184.95.84|01|Failed to update TESTDATA. TESTDATA.|2022-03-12T08:03:19.003-0500|{dsUrn: 'gp', groupId:'9850940e-ff7b-4b77-820b-8d0472933c4a'}|NA|||||10.207.92.23|500|2w1&lt;/P&gt;&lt;P&gt;TESTUser|TESTSYSTEM|DNSTEST|USERTEST|CREATE_SUPER_USER_GROUP|TEST_ELEMENT&amp;lt;GROUP_NAME_group3&amp;gt;|9717a152-3809-416a-87a3-e9a4bc9b01a9|14.22.163.187|00||2022-03-19T10:34:35.034-0400|{dsUrn: 'DNSTEST', groupId:'cf9263ba-aff7-4e34-98c1-a09d17aaf8d6'}|NA|||||10.207.92.23|23|header12&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REGEX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(?P&amp;lt;UserID&amp;gt;.*?)\|(?P&amp;lt;UserType&amp;gt;.*?)\|(?P&amp;lt;System&amp;gt;.*?)\|(?P&amp;lt;EventType&amp;gt;.*?)\|(?P&amp;lt;EventId&amp;gt;.*?)\|(?P&amp;lt;Subject&amp;gt;.*?)\|(?P&amp;lt;SID&amp;gt;.*?)\|(?P&amp;lt;IPAddr&amp;gt;.*?)\|(?P&amp;lt;EventStatus&amp;gt;.*?)\|(?P&amp;lt;Msg&amp;gt;\w*?)\|(?P&amp;lt;TimeStamp&amp;gt;.*?)\|(?P&amp;lt;DATA&amp;gt;.*?)\|(?P&amp;lt;Period&amp;gt;.*?)\|(?P&amp;lt;MCode&amp;gt;.*?)\|(?P&amp;lt;Type&amp;gt;.*?)\|(?P&amp;lt;Type&amp;gt;.*?)\|(?P&amp;lt;DeviceId&amp;gt;.*?)\|(?P&amp;lt;DesIP&amp;gt;.*?)\|(?P&amp;lt;Code&amp;gt;.*?)\|(?P&amp;lt;Headers&amp;gt;.*?)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Messages:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SplunkDash_0-1656166274261.png" style="width: 716px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20292iAF1AE4A327444A95/image-dimensions/716x165?v=v2" width="716" height="165" role="button" title="SplunkDash_0-1656166274261.png" alt="SplunkDash_0-1656166274261.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SplunkDash_2-1656167461279.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20294i5A5BC229FDED6D36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SplunkDash_2-1656167461279.png" alt="SplunkDash_2-1656167461279.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SplunkDash_1-1656166825565.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20293i52D1D3986A70EEE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SplunkDash_1-1656166825565.png" alt="SplunkDash_1-1656166825565.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jun 2022 14:32:07 GMT</pubDate>
    <dc:creator>SplunkDash</dc:creator>
    <dc:date>2022-06-25T14:32:07Z</dc:date>
    <item>
      <title>issues with Field Extraction-Showing Error Messages</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issues-with-Field-Extraction-Showing-Error-Messages/m-p/603263#M209944</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have some issues with field extractions and getting error messages. Sample data, extraction codes (REGEX), and error messages provided below. Any recommendation would be highly appreciated. Thank you so much, appreciate your support in these efforts.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Sample Data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;TESTUser|TESTSYSTEM|DNSTEST|USERTEST|CREATE_SUPER_USER_GROUP|TEST_ELEMENT&amp;lt;GROUP_NAME_group3&amp;gt;|19e4e88e-7fb1-4309-b8a3-93180e41ef86|76.253.69.172|00||2022-04-14T23:59:33.059-0400|{dsUrn: testgroup:'da04c367-b41c-421a-85e1-d5ab759c0c82'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;TESTUser|TESTSYSTEM|DNSTEST|USER|VIS_EXPORT_EXCEL|TEST_ELEMENT&amp;lt;DNSTES_801482320&amp;gt;|ce01fdc2-2bbe-45ef-845b-f79576e215bf|65.144.148.136|00||2022-05-09T10:21:44.021-0400|{dsUrn: testgroup:'6f10e8f8-100b-4482-9b09-10e18504924c'}|NA|||||10.207.92.23|23|23as&lt;/P&gt;&lt;P&gt;TESTUser|TESTSYSTEM|DNSTEST|USERTEST|IMPERSONATE_USER|TEST_ELEMENT&amp;lt;USERNAME_TESTUser4&amp;gt;|c594626f-e6e9-4abd-9e0b-fa9861c47285|236.214.26.15|00||2022-05-10T07:52:48.052-0400|{dsUrn: testgroup:'DNS -3ac6-4e92-b50b-e903961f5894'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;TESTUser1TESTUser|TESTSYSTEM|DNSTEST|USER|VIS_SAVE|TEST_ELEMENT&amp;lt;UNVERIFIED_648656466&amp;gt;|5143518f-dc60-433b-a0cc-2fa024b25360|241.254.244.33|00||2022-05-02T05:01:58.001-0400|{dsUrn: testgroup:'157c4534-d970-4b7b-9181-1bddb8f7a670'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;|TESTSYSTEM|DNSTEST|USERTEST|ENABLE_USER|TEST_ELEMENT&amp;lt;USERNAME_TESTUser1&amp;gt;|2923b00c-0a95-465d-85aa-3af5387e992c|19.173.21.53|00||2022-05-29T12:13:26.013-0400|{dsUrn: 'DNS', groupId:'49de37d5-ea28-45ba-be52-84d933425636'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;TESTUser6|TESTSYSTEM|DNSTEST|USERTEST|ENABLE_USER|TEST_ELEMENT&amp;lt;USERNAME_TESTUser5&amp;gt;|0f1ba654-03bf-DNS-ac8f-8f5185232d42|245.236.181.176|00||2022-04-09T02:14:23.014-0400|{dsUrn: testgroup:'b6a89e91-ac03-4641-a3bc-166d013df252'}|NA|||||10.207.92.23|23|&lt;/P&gt;&lt;P&gt;TESTUser2|TESTSYSTEM|DNSTEST|USERTEST|UPDATE_TESTDATA|TEST_ELEMENT&amp;lt;USERNAME_TESTUser&amp;gt;|0acf2593-d7ee-4ba8-bf4e-29a4d4adcdaf|213.184.95.84|01|Failed to update TESTDATA. TESTDATA.|2022-03-12T08:03:19.003-0500|{dsUrn: 'gp', groupId:'9850940e-ff7b-4b77-820b-8d0472933c4a'}|NA|||||10.207.92.23|500|2w1&lt;/P&gt;&lt;P&gt;TESTUser|TESTSYSTEM|DNSTEST|USERTEST|CREATE_SUPER_USER_GROUP|TEST_ELEMENT&amp;lt;GROUP_NAME_group3&amp;gt;|9717a152-3809-416a-87a3-e9a4bc9b01a9|14.22.163.187|00||2022-03-19T10:34:35.034-0400|{dsUrn: 'DNSTEST', groupId:'cf9263ba-aff7-4e34-98c1-a09d17aaf8d6'}|NA|||||10.207.92.23|23|header12&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REGEX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(?P&amp;lt;UserID&amp;gt;.*?)\|(?P&amp;lt;UserType&amp;gt;.*?)\|(?P&amp;lt;System&amp;gt;.*?)\|(?P&amp;lt;EventType&amp;gt;.*?)\|(?P&amp;lt;EventId&amp;gt;.*?)\|(?P&amp;lt;Subject&amp;gt;.*?)\|(?P&amp;lt;SID&amp;gt;.*?)\|(?P&amp;lt;IPAddr&amp;gt;.*?)\|(?P&amp;lt;EventStatus&amp;gt;.*?)\|(?P&amp;lt;Msg&amp;gt;\w*?)\|(?P&amp;lt;TimeStamp&amp;gt;.*?)\|(?P&amp;lt;DATA&amp;gt;.*?)\|(?P&amp;lt;Period&amp;gt;.*?)\|(?P&amp;lt;MCode&amp;gt;.*?)\|(?P&amp;lt;Type&amp;gt;.*?)\|(?P&amp;lt;Type&amp;gt;.*?)\|(?P&amp;lt;DeviceId&amp;gt;.*?)\|(?P&amp;lt;DesIP&amp;gt;.*?)\|(?P&amp;lt;Code&amp;gt;.*?)\|(?P&amp;lt;Headers&amp;gt;.*?)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Messages:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SplunkDash_0-1656166274261.png" style="width: 716px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20292iAF1AE4A327444A95/image-dimensions/716x165?v=v2" width="716" height="165" role="button" title="SplunkDash_0-1656166274261.png" alt="SplunkDash_0-1656166274261.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SplunkDash_2-1656167461279.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20294i5A5BC229FDED6D36/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SplunkDash_2-1656167461279.png" alt="SplunkDash_2-1656167461279.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SplunkDash_1-1656166825565.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20293i52D1D3986A70EEE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SplunkDash_1-1656166825565.png" alt="SplunkDash_1-1656166825565.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 14:32:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issues-with-Field-Extraction-Showing-Error-Messages/m-p/603263#M209944</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-06-25T14:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: issues with Field Extraction-Showing Error Messages</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issues-with-Field-Extraction-Showing-Error-Messages/m-p/603265#M209946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234909"&gt;@SplunkDash&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the problem is surely that you have a duplicated group name (Type), but there's also another problem that you haven't using somethng like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;^(?P&amp;lt;UserID&amp;gt;\w*)\|(?P&amp;lt;UserType&amp;gt;\w*)\|(?P&amp;lt;System&amp;gt;\w*)\|(?P&amp;lt;EventType&amp;gt;\w*)\|(?P&amp;lt;EventId&amp;gt;[^\|]*)\|(?P&amp;lt;Subject&amp;gt;[^\|]*)\|(?P&amp;lt;SID&amp;gt;[^\|]*)\|(?P&amp;lt;IPAddr&amp;gt;[^\|]*)\|(?P&amp;lt;EventStatus&amp;gt;[^\|]*)\|(?P&amp;lt;Msg&amp;gt;[^\|]*)\|(?P&amp;lt;TimeStamp&amp;gt;[^\|]*)\|(?P&amp;lt;DATA&amp;gt;[^\|]*)\|(?P&amp;lt;Period&amp;gt;[^\|]*)\|(?P&amp;lt;MCode&amp;gt;[^\|]*)\|(?P&amp;lt;Type&amp;gt;[^\|]*)\|(?P&amp;lt;Type2&amp;gt;[^\|]*)\|(?P&amp;lt;DeviceId&amp;gt;[^\|]*)\|(?P&amp;lt;DesIP&amp;gt;[^\|]*)\|(?P&amp;lt;Code&amp;gt;[^\|]*)\|(?P&amp;lt;Headers&amp;gt;.*)&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;&lt;A href="https://regex101.com/r/kOm0YZ/1" target="_blank"&gt;https://regex101.com/r/kOm0YZ/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 14:45:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issues-with-Field-Extraction-Showing-Error-Messages/m-p/603265#M209946</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-06-25T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: issues with Field Extraction-Showing Error Messages</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issues-with-Field-Extraction-Showing-Error-Messages/m-p/603266#M209947</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response, truly appreciate it. Yes, you are absolutely correct, and your updated REGEX/REX is now working as expected. Fields are extracted the way it should be and getting no error messages. Thank you so much again and appreciate your support as always.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 14:57:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issues-with-Field-Extraction-Showing-Error-Messages/m-p/603266#M209947</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-06-25T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: issues with Field Extraction-Showing Error Messages</title>
      <link>https://community.splunk.com/t5/Splunk-Search/issues-with-Field-Extraction-Showing-Error-Messages/m-p/603299#M209961</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I implemented your updated REGEX/REX through SPLUNK web interface, it's extracted as expected and showing no errors in preview. But no/any extracted fields are not showing up from search head.&amp;nbsp; Any thoughts? Thank you so much again and any recommendation would be helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Extracted through this SPLUNK Web Interface:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SplunkDash_0-1656265376679.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20299i8EB8995E5940CDCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SplunkDash_0-1656265376679.png" alt="SplunkDash_0-1656265376679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2022 17:45:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/issues-with-Field-Extraction-Showing-Error-Messages/m-p/603299#M209961</guid>
      <dc:creator>SplunkDash</dc:creator>
      <dc:date>2022-06-26T17:45:34Z</dc:date>
    </item>
  </channel>
</rss>

