<?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: Regex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635678#M220851</link>
    <description>&lt;P&gt;I am not&amp;nbsp;&lt;SPAN&gt;checking for&amp;nbsp;"\\Specific_DL_Testing\" - this is part of the eval command to create the sample _raw field in line with what you say is your event&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ITWhisperer_0-1679565726287.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24473iD58E7B8D5B10D43F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ITWhisperer_0-1679565726287.png" alt="ITWhisperer_0-1679565726287.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see from the _raw field in the screenshot, the event matches what you said you event was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2023 10:02:54 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-03-23T10:02:54Z</dc:date>
    <item>
      <title>Regex- Help with extracting field</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635639#M220836</link>
      <description>&lt;P&gt;Can someone please help me in extracting the field&amp;nbsp;Specific_DL_Testing from the below sample log.&lt;/P&gt;
&lt;P&gt;instance of the "\Specific_DL_Testing" task.&lt;/P&gt;
&lt;P&gt;The output should be&amp;nbsp;Specific_DL_Testing&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 14:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635639#M220836</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2023-03-23T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635641#M220837</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rex "instance of the \"\\(?&amp;lt;task&amp;gt;[^\"]+)\" task."&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 Mar 2023 08:08:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635641#M220837</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-23T08:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635642#M220838</link>
      <description>&lt;P&gt;Getting error :-&amp;nbsp;&lt;SPAN&gt;Error in 'rex' command: Encountered the following error while compiling the regex '\instance of the "\(?&amp;lt;task&amp;gt;[^"]+)" task.': Regex: unrecognized character follows \.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 08:12:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635642#M220838</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2023-03-23T08:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635646#M220839</link>
      <description>&lt;P&gt;I missed a backslash&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "instance of the \"\\\(?&amp;lt;task&amp;gt;[^\"]+)\" task."&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 Mar 2023 08:33:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635646#M220839</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-23T08:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635647#M220840</link>
      <description>&lt;P&gt;I have used the above expression but its not extracting the field.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 08:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635647#M220840</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2023-03-23T08:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635648#M220841</link>
      <description>&lt;P&gt;Here is a runanywhere example of it working&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="instance of the \"\\Specific_DL_Testing\" task." 
| rex "instance of the \"\\\(?&amp;lt;task&amp;gt;[^\"]+)\" task."&lt;/LI-CODE&gt;&lt;P&gt;If it is not working for you, please provide example events and the SPL you are using (preferably in code blocks &amp;lt;/&amp;gt; like the example above to prevent information being lost due to formatting&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 08:43:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635648#M220841</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-23T08:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635664#M220847</link>
      <description>&lt;P&gt;Task Scheduler terminated "{8878FDRGSGS-8cde-1234-123456789}" instance of the "\Specific_DL_Testing" task.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try on this event&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 09:33:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635664#M220847</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2023-03-23T09:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635669#M220848</link>
      <description>&lt;LI-CODE lang="markup"&gt;| makeresults 
| eval _raw="Task Scheduler terminated \"{8878FDRGSGS-8cde-1234-123456789}\" instance of the \"\\Specific_DL_Testing\" task." 
| rex "instance of the \"\\\(?&amp;lt;task&amp;gt;[^\"]+)\" task."&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 Mar 2023 09:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635669#M220848</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-23T09:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635673#M220850</link>
      <description>&lt;P&gt;&amp;nbsp;I see you are checking for&amp;nbsp;"\\Specific_DL_Testing\"&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can you try for&amp;nbsp;"\Specific_DL_Testing\"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 09:56:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635673#M220850</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2023-03-23T09:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635678#M220851</link>
      <description>&lt;P&gt;I am not&amp;nbsp;&lt;SPAN&gt;checking for&amp;nbsp;"\\Specific_DL_Testing\" - this is part of the eval command to create the sample _raw field in line with what you say is your event&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ITWhisperer_0-1679565726287.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/24473iD58E7B8D5B10D43F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ITWhisperer_0-1679565726287.png" alt="ITWhisperer_0-1679565726287.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see from the _raw field in the screenshot, the event matches what you said you event was.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 10:02:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Regex-Help-with-extracting-field/m-p/635678#M220851</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-03-23T10:02:54Z</dc:date>
    </item>
  </channel>
</rss>

