<?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: Count of  Value Pairs in URI Query String in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Count-of-Value-Pairs-in-URI-Query-String/m-p/53580#M13020</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;... | extract auto=true | stats count by cdata
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Actually, unless you've done something to turn it off, the fields will usually have been auto extracted by Splunk without you having to call the &lt;CODE&gt;extract&lt;/CODE&gt; command.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2011 04:08:02 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2011-08-05T04:08:02Z</dc:date>
    <item>
      <title>Count of  Value Pairs in URI Query String</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-of-Value-Pairs-in-URI-Query-String/m-p/53578#M13018</link>
      <description>&lt;P&gt;Assuming my URL_Query field contains the following data:&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
cdata=153&amp;amp;orgid=0012&lt;BR /&gt;
orgid=3924&amp;amp;cdata=129&lt;BR /&gt;
cdata=153&amp;amp;orgid=3924&lt;BR /&gt;
&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;How can I display a table containing a unique count of value pairs cdata?&lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
cdata   count&lt;BR /&gt;
153     2&lt;BR /&gt;
129     1&lt;BR /&gt;
&lt;/PRE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 20:34:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-of-Value-Pairs-in-URI-Query-String/m-p/53578#M13018</guid>
      <dc:creator>chca</dc:creator>
      <dc:date>2011-08-04T20:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Count of  Value Pairs in URI Query String</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-of-Value-Pairs-in-URI-Query-String/m-p/53579#M13019</link>
      <description>&lt;P&gt;I also found this answer:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/8404/chart-over-query-string"&gt;http://splunk-base.splunk.com/answers/8404/chart-over-query-string&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, I don't have the value pairs pre-parsed. I need to do it during the search.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 20:42:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-of-Value-Pairs-in-URI-Query-String/m-p/53579#M13019</guid>
      <dc:creator>chca</dc:creator>
      <dc:date>2011-08-04T20:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Count of  Value Pairs in URI Query String</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Count-of-Value-Pairs-in-URI-Query-String/m-p/53580#M13020</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;... | extract auto=true | stats count by cdata
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Actually, unless you've done something to turn it off, the fields will usually have been auto extracted by Splunk without you having to call the &lt;CODE&gt;extract&lt;/CODE&gt; command.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 04:08:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Count-of-Value-Pairs-in-URI-Query-String/m-p/53580#M13020</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-08-05T04:08:02Z</dc:date>
    </item>
  </channel>
</rss>

