<?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 avoid extracting fields from quoted values? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-avoid-extracting-fields-from-quoted-values/m-p/438566#M124828</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/108994"&gt;@krisreeves&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;Automatic key-value field extraction is a search-time field extraction configuration that uses the KV_MODE attribute to automatically extract fields for events associated with a specific host, source, or source type. Configure automatic key-value field extractions by finding or creating the appropriate stanza in props.conf. You can find props.conf in $SPLUNK_HOME/etc/system/local/ or your own custom app directory in $SPLUNK_HOME/etc/apps/.&lt;/P&gt;

&lt;P&gt;so set KV_MODE=none in props.conf to avoid auto kv extractions and write a custom parser for your events either index/search time.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 20:26:58 GMT</pubDate>
    <dc:creator>thambisetty</dc:creator>
    <dc:date>2020-09-29T20:26:58Z</dc:date>
    <item>
      <title>How to avoid extracting fields from quoted values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-avoid-extracting-fields-from-quoted-values/m-p/438565#M124827</link>
      <description>&lt;P&gt;We've noticed that key=value pairs inside a quoted value get extracted too. For example, with an event like &lt;CODE&gt;foo="bar=baz"&lt;/CODE&gt;, the field &lt;CODE&gt;foo&lt;/CODE&gt; will be extracted with the value &lt;CODE&gt;bar=baz&lt;/CODE&gt;, but also the field &lt;CODE&gt;bar&lt;/CODE&gt; will be extracted with the value &lt;CODE&gt;baz&lt;/CODE&gt;. Is there a way to disable this behavior? (Splunk Enterprise 6.5.4)&lt;/P&gt;

&lt;P&gt;This sometimes creates a problem when logging things like URLs that have query strings; if a query string contains a key that has the same name as another field in the event, the extraction of that query string value will override the value of the field we want (possibly later in the line)&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jul 2018 17:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-avoid-extracting-fields-from-quoted-values/m-p/438565#M124827</guid>
      <dc:creator>krisreeves</dc:creator>
      <dc:date>2018-07-14T17:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid extracting fields from quoted values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-avoid-extracting-fields-from-quoted-values/m-p/438566#M124828</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/108994"&gt;@krisreeves&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;Automatic key-value field extraction is a search-time field extraction configuration that uses the KV_MODE attribute to automatically extract fields for events associated with a specific host, source, or source type. Configure automatic key-value field extractions by finding or creating the appropriate stanza in props.conf. You can find props.conf in $SPLUNK_HOME/etc/system/local/ or your own custom app directory in $SPLUNK_HOME/etc/apps/.&lt;/P&gt;

&lt;P&gt;so set KV_MODE=none in props.conf to avoid auto kv extractions and write a custom parser for your events either index/search time.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:26:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-avoid-extracting-fields-from-quoted-values/m-p/438566#M124828</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-29T20:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid extracting fields from quoted values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-avoid-extracting-fields-from-quoted-values/m-p/438567#M124829</link>
      <description>&lt;P&gt;You should set &lt;CODE&gt;KV_MODE = none&lt;/CODE&gt; to turn off this capability and then create your own unanchored RegEx as a &lt;CODE&gt;REPORT-&lt;/CODE&gt; search-time extraction to do the same thing, but in a way that &lt;EM&gt;you&lt;/EM&gt; control.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jul 2018 13:29:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-avoid-extracting-fields-from-quoted-values/m-p/438567#M124829</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-07-15T13:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid extracting fields from quoted values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-avoid-extracting-fields-from-quoted-values/m-p/438568#M124830</link>
      <description>&lt;P&gt;This is pretty unfortunate, but I haven't found a better solution &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 19:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-avoid-extracting-fields-from-quoted-values/m-p/438568#M124830</guid>
      <dc:creator>krisreeves</dc:creator>
      <dc:date>2018-07-19T19:44:08Z</dc:date>
    </item>
  </channel>
</rss>

