<?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: Values repeated in each field in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409663#M72631</link>
    <description>&lt;P&gt;I have these settings on props.conf on UF. Is that the problem that I need to put these settings on SH? &lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 07:49:39 GMT</pubDate>
    <dc:creator>AnujaJ</dc:creator>
    <dc:date>2019-04-18T07:49:39Z</dc:date>
    <item>
      <title>Values repeated in each field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409657#M72625</link>
      <description>&lt;P&gt;I am getting repeated values in Splunk fields. This can be seen only in Table view. For list view/raw there is no repetition seen. However, my search queries treat all these fields as multi-valued fields. I do not want the repeated values in the single valued field. &lt;/P&gt;

&lt;P&gt;Values in Splunk &lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/storage/temp/271086-valueserror.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Props.conf&lt;/STRONG&gt;&lt;BR /&gt;
[kpi_json]&lt;BR /&gt;
CHARSET=UTF-8&lt;BR /&gt;
INDEXED_EXTRACTIONS=json&lt;BR /&gt;
KV_MODE=none&lt;BR /&gt;
SHOULD_LINEMERGE=true&lt;BR /&gt;
category=Structured&lt;BR /&gt;
description=JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="_blank"&gt;http://json.org/&lt;/A&gt;&lt;BR /&gt;
disabled=false&lt;BR /&gt;
pulldown_type=true&lt;BR /&gt;
LINE_BREAKER=([\r\n]+)&lt;BR /&gt;
TZ=Europe/Berlin&lt;BR /&gt;
TIMESTAMP_FIELDS=@timestamp&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:06:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409657#M72625</guid>
      <dc:creator>AnujaJ</dc:creator>
      <dc:date>2020-09-30T00:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Values repeated in each field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409658#M72626</link>
      <description>&lt;P&gt;What is the search used to generate the table&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 13:56:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409658#M72626</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2019-04-17T13:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Values repeated in each field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409659#M72627</link>
      <description>&lt;P&gt;index=kpi sourcetype=kpi_json&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 13:59:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409659#M72627</guid>
      <dc:creator>AnujaJ</dc:creator>
      <dc:date>2019-04-17T13:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Values repeated in each field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409660#M72628</link>
      <description>&lt;P&gt;It sounds like you want to dedup a multi-value field:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval a=dedup(a), b=dedup(b)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Apr 2019 14:10:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409660#M72628</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2019-04-17T14:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Values repeated in each field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409661#M72629</link>
      <description>&lt;P&gt;This is not a multivalued field. This is a single valued field. All fields except the date field are affected. I want all the fields to appear as single valued field. The json data has getting wrongly doubled values. &lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 14:17:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409661#M72629</guid>
      <dc:creator>AnujaJ</dc:creator>
      <dc:date>2019-04-17T14:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Values repeated in each field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409662#M72630</link>
      <description>&lt;P&gt;Try these settings in props.conf on your Search Heads:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
KV_MODE = none
AUTO_KV_JSON = false
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Apr 2019 02:42:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409662#M72630</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-18T02:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Values repeated in each field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409663#M72631</link>
      <description>&lt;P&gt;I have these settings on props.conf on UF. Is that the problem that I need to put these settings on SH? &lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 07:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409663#M72631</guid>
      <dc:creator>AnujaJ</dc:creator>
      <dc:date>2019-04-18T07:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Values repeated in each field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409664#M72632</link>
      <description>&lt;P&gt;Yes, that is most definitely the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 12:33:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409664#M72632</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-18T12:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Values repeated in each field</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409665#M72633</link>
      <description>&lt;P&gt;I removed Indexed extractions from the prop.conf on UF. And that resolved my issue. &lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 13:28:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Values-repeated-in-each-field/m-p/409665#M72633</guid>
      <dc:creator>AnujaJ</dc:creator>
      <dc:date>2019-05-17T13:28:03Z</dc:date>
    </item>
  </channel>
</rss>

