<?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: Use quoted parameter in request in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Use-quoted-parameter-in-request/m-p/117628#M183996</link>
    <description>&lt;P&gt;You can try this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;your_search | extract kvdelim=":" | search Version="21"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This will pull the Key Value pairs that are delimited by a colon ":".&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2013 11:11:02 GMT</pubDate>
    <dc:creator>alacercogitatus</dc:creator>
    <dc:date>2013-10-28T11:11:02Z</dc:date>
    <item>
      <title>Use quoted parameter in request</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-quoted-parameter-in-request/m-p/117627#M183995</link>
      <description>&lt;P&gt;I have quoted parameters in log files, which are processed by Splunk:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"Version":"21"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How to extract that parameter to use in requests like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Version = "21" OR ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please note that it's no chance to modify current Splunk's config files.&lt;/P&gt;

&lt;P&gt;(original question: stackoverflow #18897765)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 10:26:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-quoted-parameter-in-request/m-p/117627#M183995</guid>
      <dc:creator>MaximKorobov</dc:creator>
      <dc:date>2013-10-28T10:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use quoted parameter in request</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-quoted-parameter-in-request/m-p/117628#M183996</link>
      <description>&lt;P&gt;You can try this:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;your_search | extract kvdelim=":" | search Version="21"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This will pull the Key Value pairs that are delimited by a colon ":".&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 11:11:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-quoted-parameter-in-request/m-p/117628#M183996</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-10-28T11:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Use quoted parameter in request</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-quoted-parameter-in-request/m-p/117629#M183997</link>
      <description>&lt;P&gt;I tryed it with no luck. Example: &lt;CODE&gt;"Model":"Lenovo K900_ROW","Android":"4.2.1","Date":"Mon Sep 30 23:58:27 GMT+03:00 2013","Build":"RC11","LastActivity":"ru.TextActivity","Version":"21""StackTrace":"java.lang.RuntimeException"...&lt;/CODE&gt; wasn't found.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 11:47:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-quoted-parameter-in-request/m-p/117629#M183997</guid>
      <dc:creator>MaximKorobov</dc:creator>
      <dc:date>2013-10-28T11:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Use quoted parameter in request</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-quoted-parameter-in-request/m-p/117630#M183998</link>
      <description>&lt;P&gt;&lt;CODE&gt;|extract kvdelim=":" pairdelim=","&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 13:37:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-quoted-parameter-in-request/m-p/117630#M183998</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2013-10-28T13:37:33Z</dc:date>
    </item>
  </channel>
</rss>

