<?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 Each  extracted field multivalue with duplicate values for JSON events in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Each-extracted-field-multivalue-with-duplicate-values-for-JSON/m-p/272276#M190176</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am using splunk version 6.3.3 for forwarder and indexers in a clustered environment. Issue is when the search query is executed,it returns multivalue fields with duplicate values.&lt;/P&gt;

&lt;P&gt;I have seen few similar posts in the forum ,but could not resolve the issue after referring it. It appears splunk does  index time extraction as well as search time extractions of fields here.&lt;/P&gt;

&lt;P&gt;Here is the configuration of props.conf  on forwarder side :&lt;/P&gt;

&lt;P&gt;[event-cache-v2]&lt;BR /&gt;
category = Structured&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
INDEXED_EXTRACTIONS = json&lt;BR /&gt;
DATETIME_CONFIG =&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
TIMESTAMP_FIELDS = timeStamp&lt;BR /&gt;
disabled = false&lt;BR /&gt;
pulldown_type = true&lt;BR /&gt;
AUTO_KV_JSON = false &lt;/P&gt;

&lt;P&gt;On indexer,we tried with multiple combination of props.conf. First having the above config in props.conf and then removing it and trying with just KV_MODE=none and AUTO_KV_JSON = false in props.conf file&lt;/P&gt;

&lt;P&gt;But it did not help.&lt;/P&gt;

&lt;P&gt;Can you please help us in fixing this issue.  &lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:17:16 GMT</pubDate>
    <dc:creator>amoldesai</dc:creator>
    <dc:date>2020-09-29T09:17:16Z</dc:date>
    <item>
      <title>Each  extracted field multivalue with duplicate values for JSON events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Each-extracted-field-multivalue-with-duplicate-values-for-JSON/m-p/272276#M190176</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am using splunk version 6.3.3 for forwarder and indexers in a clustered environment. Issue is when the search query is executed,it returns multivalue fields with duplicate values.&lt;/P&gt;

&lt;P&gt;I have seen few similar posts in the forum ,but could not resolve the issue after referring it. It appears splunk does  index time extraction as well as search time extractions of fields here.&lt;/P&gt;

&lt;P&gt;Here is the configuration of props.conf  on forwarder side :&lt;/P&gt;

&lt;P&gt;[event-cache-v2]&lt;BR /&gt;
category = Structured&lt;BR /&gt;
KV_MODE = none&lt;BR /&gt;
INDEXED_EXTRACTIONS = json&lt;BR /&gt;
DATETIME_CONFIG =&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;BR /&gt;
TIMESTAMP_FIELDS = timeStamp&lt;BR /&gt;
disabled = false&lt;BR /&gt;
pulldown_type = true&lt;BR /&gt;
AUTO_KV_JSON = false &lt;/P&gt;

&lt;P&gt;On indexer,we tried with multiple combination of props.conf. First having the above config in props.conf and then removing it and trying with just KV_MODE=none and AUTO_KV_JSON = false in props.conf file&lt;/P&gt;

&lt;P&gt;But it did not help.&lt;/P&gt;

&lt;P&gt;Can you please help us in fixing this issue.  &lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:17:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Each-extracted-field-multivalue-with-duplicate-values-for-JSON/m-p/272276#M190176</guid>
      <dc:creator>amoldesai</dc:creator>
      <dc:date>2020-09-29T09:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Each  extracted field multivalue with duplicate values for JSON events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Each-extracted-field-multivalue-with-duplicate-values-for-JSON/m-p/272277#M190177</link>
      <description>&lt;P&gt;The &lt;CODE&gt;KV_MODE=none&lt;/CODE&gt; and &lt;CODE&gt;AUTO_KV_JSON = false&lt;/CODE&gt; settings in your &lt;CODE&gt;props.conf&lt;/CODE&gt; file must be on your Search Head, too.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2016 21:06:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Each-extracted-field-multivalue-with-duplicate-values-for-JSON/m-p/272277#M190177</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-04-02T21:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Each  extracted field multivalue with duplicate values for JSON events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Each-extracted-field-multivalue-with-duplicate-values-for-JSON/m-p/272278#M190178</link>
      <description>&lt;P&gt;Thanks .Yes we added KV_MODE=none. Following is the working configuration that we have now :&lt;/P&gt;

&lt;P&gt;Search Head:&lt;BR /&gt;
system/local&lt;BR /&gt;
[sourcetype-v2]&lt;BR /&gt;
KV_MODE=none&lt;/P&gt;

&lt;P&gt;Indexer:&lt;BR /&gt;
system/local&lt;BR /&gt;
[sourcetype-v2]&lt;BR /&gt;
KV_MODE=none&lt;/P&gt;

&lt;P&gt;Forwarder:&lt;BR /&gt;
placed in an app&lt;BR /&gt;
[sourcetype-v2]&lt;BR /&gt;
INDEXED_EXTRACTIONS = JSON&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:18:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Each-extracted-field-multivalue-with-duplicate-values-for-JSON/m-p/272278#M190178</guid>
      <dc:creator>amoldesai</dc:creator>
      <dc:date>2020-09-29T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Each  extracted field multivalue with duplicate values for JSON events</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Each-extracted-field-multivalue-with-duplicate-values-for-JSON/m-p/272279#M190179</link>
      <description>&lt;P&gt;Perfect, did you restart your Search Head?  What you have should work.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 19:18:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Each-extracted-field-multivalue-with-duplicate-values-for-JSON/m-p/272279#M190179</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-04-05T19:18:19Z</dc:date>
    </item>
  </channel>
</rss>

