<?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: Extract key Value pair from String in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586343#M204263</link>
    <description>&lt;P&gt;No its not working&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 03:34:07 GMT</pubDate>
    <dc:creator>Mofizul</dc:creator>
    <dc:date>2022-02-24T03:34:07Z</dc:date>
    <item>
      <title>How to extract key value pair from string?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586251#M204218</link>
      <description>&lt;P&gt;Have a search result as&lt;/P&gt;
&lt;P&gt;GET https://…. | Status: 403 | Message: Forbidden | Duration: 166 | x-req-id: ssv5s-ssy67-78vshb | x-correlation-id: vsvsuj-75sys7-sbbjs7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need to extract value of x-req-id .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tried this extract pairdelim="|" , kvdelim=":" ,which gives Status &amp;amp; Message &amp;amp; Duration but not able to fetch&amp;nbsp; x-req-id&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 17:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586251#M204218</guid>
      <dc:creator>Mofizul</dc:creator>
      <dc:date>2022-02-23T17:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extract key Value pair from String</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586262#M204227</link>
      <description>&lt;P&gt;This works for me - which version of splunk are you using?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw="GET https://…. | Status: 403 | Message: Forbidden | Duration: 166 | x-req-id: ssv5s-ssy67-78vshb | x-correlation-id: vsvsuj-75sys7-sbbjs7"
| extract pairdelim="|" kvdelim=":"&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Feb 2022 15:38:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586262#M204227</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-23T15:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extract key Value pair from String</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586271#M204233</link>
      <description>&lt;P&gt;Splunk 8.2.2.1&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:09:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586271#M204233</guid>
      <dc:creator>Mofizul</dc:creator>
      <dc:date>2022-02-23T16:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extract key Value pair from String</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586278#M204236</link>
      <description>&lt;P&gt;Same here - so does my run anywhere example work for you?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:25:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586278#M204236</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-23T16:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extract key Value pair from String</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586343#M204263</link>
      <description>&lt;P&gt;No its not working&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 03:34:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586343#M204263</guid>
      <dc:creator>Mofizul</dc:creator>
      <dc:date>2022-02-24T03:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extract key Value pair from String</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586402#M204277</link>
      <description>&lt;P&gt;Do you get any errors reported which might help determine what the issue might be other than "its not working"?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 12:07:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-key-value-pair-from-string/m-p/586402#M204277</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-02-24T12:07:27Z</dc:date>
    </item>
  </channel>
</rss>

