<?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 extraction help in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/extraction-help/m-p/548527#M155594</link>
    <description>&lt;P&gt;Hi Team&lt;BR /&gt;&lt;BR /&gt;can you please help in extracting the&amp;nbsp; 123456 from following string&lt;/P&gt;&lt;P&gt;hello world&amp;nbsp; \"employee\":123456&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 01:18:13 GMT</pubDate>
    <dc:creator>valpravin</dc:creator>
    <dc:date>2021-04-20T01:18:13Z</dc:date>
    <item>
      <title>extraction help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extraction-help/m-p/548527#M155594</link>
      <description>&lt;P&gt;Hi Team&lt;BR /&gt;&lt;BR /&gt;can you please help in extracting the&amp;nbsp; 123456 from following string&lt;/P&gt;&lt;P&gt;hello world&amp;nbsp; \"employee\":123456&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 01:18:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extraction-help/m-p/548527#M155594</guid>
      <dc:creator>valpravin</dc:creator>
      <dc:date>2021-04-20T01:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: extraction help</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extraction-help/m-p/548528#M155595</link>
      <description>&lt;P&gt;Depending on whether your escaped quotes are in your data or not...&amp;nbsp; This example includes the \ as part of the raw data string&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw="hello world  \\\"employee\\\":123456"
| rex field=_raw "hello world  \\\\\"employee\\\\\":(?&amp;lt;id&amp;gt;\d+)"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;So, the 5 \ characters in rex will recognise the single \ in your data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 01:26:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extraction-help/m-p/548528#M155595</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-04-20T01:26:01Z</dc:date>
    </item>
  </channel>
</rss>

