<?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: How to extract string from a paragraph? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377616#M110742</link>
    <description>&lt;P&gt;Is it giving any error? Are able to see &lt;CODE&gt;ROUTEORDER&lt;/CODE&gt; field under interesting fields section? Also, can you paste a screenshot of data along with your search.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jul 2018 14:34:57 GMT</pubDate>
    <dc:creator>sudosplunk</dc:creator>
    <dc:date>2018-07-27T14:34:57Z</dc:date>
    <item>
      <title>How to extract string from a paragraph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377613#M110739</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Below is my paragraph and I want to extract the routeorder value from the paragraph.&lt;/P&gt;

&lt;P&gt;Please assist.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;other_app_launch_data:   Third Party App Launch Data:354736071554019 Data passed:Bundle{service_url : &lt;A href="http://example.com/service" target="test_blank"&gt;http://example.com/service&lt;/A&gt;; site_number : S04136; vehicle_id : 210648; driver_id : 082775; pre_post : post; tabletid : 354736071554019; first_name : Gennadiy; environment : Production; fuel : ; route_id : ***ROUTEORDER#**158682677**;*** device_id : 354736071554019; DVIR_RESPONSE_ACTION : DVIR_POST_CHECK_RESPONSE; meter_time : 717; meter_distance : 161724; last_name : Trofimchik;  }Bundle reqCode:9804
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Jul 2018 13:41:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377613#M110739</guid>
      <dc:creator>ppanchal</dc:creator>
      <dc:date>2018-07-27T13:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract string from a paragraph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377614#M110740</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;Try this,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your_search | rex field=_raw "route_id\s\:\s\w+\#(?&amp;lt;ROUTEORDER&amp;gt;\d+)"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Jul 2018 13:54:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377614#M110740</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-07-27T13:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract string from a paragraph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377615#M110741</link>
      <description>&lt;P&gt;No this did not work. I am not getting anything with the search.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:29:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377615#M110741</guid>
      <dc:creator>ppanchal</dc:creator>
      <dc:date>2018-07-27T14:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract string from a paragraph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377616#M110742</link>
      <description>&lt;P&gt;Is it giving any error? Are able to see &lt;CODE&gt;ROUTEORDER&lt;/CODE&gt; field under interesting fields section? Also, can you paste a screenshot of data along with your search.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:34:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377616#M110742</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-07-27T14:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract string from a paragraph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377617#M110743</link>
      <description>&lt;P&gt;yes, i got it thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:46:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377617#M110743</guid>
      <dc:creator>ppanchal</dc:creator>
      <dc:date>2018-07-27T14:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract string from a paragraph?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377618#M110744</link>
      <description>&lt;P&gt;Great. Please accept the answer if it helped you.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:50:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-string-from-a-paragraph/m-p/377618#M110744</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-07-27T14:50:23Z</dc:date>
    </item>
  </channel>
</rss>

