<?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 multikv field extraction in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/multikv-field-extraction/m-p/60240#M180119</link>
    <description>&lt;P&gt;Hello,
How do i use multikv to extract fields that have % or / in them ?  I'm unable to extract if it has those characters (% or /) in them.  &lt;/P&gt;

&lt;P&gt;For example : in below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;                 extended device statistics              
r/s    w/s   kr/s   kw/s wait actv wsvc_t asvc_t  %w  %b device
2.5    2.1   33.3    6.6  0.0  0.1    0.0   25.7   0   4 c1t0d0
0.0    0.0    0.0    0.0  0.0  0.0    0.0    1.7   0   0 c0t0d0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;host=solaris-rao   Options|  sourcetype=Solaris_iostat   Options|  source=script   Options&lt;/P&gt;

&lt;P&gt;I'm able to run sourcetype="Solaris_iostat" | multikv fields device asvc_t and get my fields extracted. &lt;/P&gt;

&lt;P&gt;But if run same with :
sourcetype="Solaris_iostat" | multikv fields device %b  (or kw/s), fields are not getting extracted.   Is there something i need to provide to extract those fields ?&lt;/P&gt;

&lt;P&gt;thanks
pmr&lt;/P&gt;</description>
    <pubDate>Wed, 29 Sep 2010 12:09:41 GMT</pubDate>
    <dc:creator>pmr</dc:creator>
    <dc:date>2010-09-29T12:09:41Z</dc:date>
    <item>
      <title>multikv field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multikv-field-extraction/m-p/60240#M180119</link>
      <description>&lt;P&gt;Hello,
How do i use multikv to extract fields that have % or / in them ?  I'm unable to extract if it has those characters (% or /) in them.  &lt;/P&gt;

&lt;P&gt;For example : in below&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;                 extended device statistics              
r/s    w/s   kr/s   kw/s wait actv wsvc_t asvc_t  %w  %b device
2.5    2.1   33.3    6.6  0.0  0.1    0.0   25.7   0   4 c1t0d0
0.0    0.0    0.0    0.0  0.0  0.0    0.0    1.7   0   0 c0t0d0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;host=solaris-rao   Options|  sourcetype=Solaris_iostat   Options|  source=script   Options&lt;/P&gt;

&lt;P&gt;I'm able to run sourcetype="Solaris_iostat" | multikv fields device asvc_t and get my fields extracted. &lt;/P&gt;

&lt;P&gt;But if run same with :
sourcetype="Solaris_iostat" | multikv fields device %b  (or kw/s), fields are not getting extracted.   Is there something i need to provide to extract those fields ?&lt;/P&gt;

&lt;P&gt;thanks
pmr&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2010 12:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multikv-field-extraction/m-p/60240#M180119</guid>
      <dc:creator>pmr</dc:creator>
      <dc:date>2010-09-29T12:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: multikv field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multikv-field-extraction/m-p/60241#M180120</link>
      <description>&lt;P&gt;&lt;CODE&gt;multikv&lt;/CODE&gt; simply drops non-word characters from the beginning of field names, and replaces non-words characters in the middle and end of field names with underscores. You can just use &lt;CODE&gt;b&lt;/CODE&gt; and &lt;CODE&gt;kw_s&lt;/CODE&gt;. If you are unsure, you simply omit the &lt;CODE&gt;fields&lt;/CODE&gt; argument to &lt;CODE&gt;multikv&lt;/CODE&gt;, it will just extract what it can, and you can inspect the resulting field names.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2010 11:35:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multikv-field-extraction/m-p/60241#M180120</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-30T11:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: multikv field extraction</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multikv-field-extraction/m-p/60242#M180121</link>
      <description>&lt;P&gt;ah..great.  it works now, thanks much.  - pmr&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2010 11:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multikv-field-extraction/m-p/60242#M180121</guid>
      <dc:creator>pmr</dc:creator>
      <dc:date>2010-09-30T11:51:06Z</dc:date>
    </item>
  </channel>
</rss>

