<?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: Duplicate labels causing conflict in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176556#M35415</link>
    <description>&lt;P&gt;Same Issue as well 6.2.4 Ent&lt;/P&gt;

&lt;P&gt;Here is my code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;label&amp;gt;NetQoS&amp;lt;/label&amp;gt;
  &amp;lt;choice value='None'&amp;gt;&amp;lt;/choice&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;| inputlookup belts.csv&amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;Level&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;l_val&amp;lt;/fieldForValue&amp;gt;
&amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Input csv only has 5 lines:&lt;/P&gt;

&lt;P&gt;White&lt;BR /&gt;
Orange&lt;BR /&gt;
Blue&lt;BR /&gt;
Red&lt;BR /&gt;
Black&lt;/P&gt;

&lt;P&gt;Any thoughts?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Ed&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2015 21:36:37 GMT</pubDate>
    <dc:creator>edroche3rd</dc:creator>
    <dc:date>2015-07-22T21:36:37Z</dc:date>
    <item>
      <title>Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176548#M35407</link>
      <description>&lt;P&gt;I have this problem on my dashboard, "Duplicate labels causing conflict" what would be the cause of this? I have checked that i dont have any duplicated labels.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 01:27:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176548#M35407</guid>
      <dc:creator>Joannelr</dc:creator>
      <dc:date>2020-06-07T01:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176549#M35408</link>
      <description>&lt;P&gt;Can you post your xml code?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2015 12:01:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176549#M35408</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2015-03-13T12:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176550#M35409</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;input type="time" token="field1"&amp;gt;
  &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
  &amp;lt;default&amp;gt;
    &amp;lt;earliest&amp;gt;@d&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
  &amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="staff_email" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Email&amp;lt;/label&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;|sort dataa_alias|table dataa_alias&amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;sourcetype&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;dataa_alias&amp;lt;/fieldForValue&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="gadget_os" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;gadget OS&amp;lt;/label&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;| tstats count from datamodel=switch_dm where ( nodename=switch._switch_ping ) AND  (switch.dataa_alias=*)  GROUPBY  switch.gadget_os|sort switch.gadget_os|table switch.gadget_os&amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;-7d@h&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;sourcetype&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;switch.gadget_os&amp;lt;/fieldForValue&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="phone" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Phone&amp;lt;/label&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;| tstats count from datamodel=switch_dm where ( nodename=switch.switch_ping ) AND  (switch.dataa_alias=*)  GROUPBY  switch.sd_name|sort switch.sd_name|table switch.sd_name&amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;-7d@h&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;sourcetype&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;switch.sd_name&amp;lt;/fieldForValue&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="team" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;Team&amp;lt;/label&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;choice value="null"&amp;gt;Null&amp;lt;/choice&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;|inputlookup|dedup Team|sort Team|table Team&amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;sourcetype&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;Team&amp;lt;/fieldForValue&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;input type="dropdown" token="uid" searchWhenChanged="true"&amp;gt;
  &amp;lt;label&amp;gt;UID&amp;lt;/label&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;| inputlookup |sort data_uid|table data_uid&amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;data_uid&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;data_uid&amp;lt;/fieldForValue&amp;gt;
  &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
  &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;


&amp;lt;panel&amp;gt;
  &amp;lt;table&amp;gt;
    &amp;lt;title&amp;gt;Pivot Report - By Staff&amp;lt;/title&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;| tstats count from datamodel=switch_dm where ( nodename=switch._switch_ping ) AND  (switch.dataa_alias=$staff_email$) (switch.gadget_os="$gadget_os$") (switch.sd_name="$phone$") NOT ("switch.dataa_alias"=unknown) GROUPBY   _time span=1d switch.dataa_alias|lookup_switch.dataa_alias OUTPUT Name Team|fillnull value=null Team|search Team="$team$" |rename switch.dataa_alias AS  dataa_alias|lookup staff_lookup dataa_alias OUTPUT data_uid|search data_uid="$uid$" |eval "Date" = strftime(_time, "%F %T")|rename dataa_alias As Email |chart limit=30 values(count) by Email,Date&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;drilldown&amp;gt;
      &amp;lt;set token="staff_email"&amp;gt;$row.Email$&amp;lt;/set&amp;gt;
      &amp;lt;set token="form.staff_email"&amp;gt;$row.Email$&amp;lt;/set&amp;gt;
    &amp;lt;/drilldown&amp;gt;
    &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
    &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="dataOverlayMode"&amp;gt;heatmap&amp;lt;/option&amp;gt;
    &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
    &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
  &amp;lt;/table&amp;gt;
&amp;lt;/panel&amp;gt;
&amp;lt;panel&amp;gt;
  &amp;lt;table&amp;gt;
    &amp;lt;title&amp;gt;Pivot Report - By Team&amp;lt;/title&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;| tstats count from datamodel= switch_dm where ( nodename= switch. switch_ping ) AND  (switch.dataa_alias=$staff_email$) (switch.gadget_os="$gadget_os$") (switch.sd_name="$phone$") NOT ("switch.dataa_alias"=unknown) GROUPBY   _time span=1d switch.dataa_alias|lookup switch.dataa_alias OUTPUT Name Team|fillnull value=null Team|search Team="$team$" |rename switch.dataa_alias AS  dataa_alias|lookup _staff_lookup dataa_alias OUTPUT data_uid|search data_uid="$uid$"  |eval "Date" = strftime(_time, "%F %T")|rename switch.dataa_alias As Email | chart limit=30 sum(count) by Team,Date&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;drilldown&amp;gt;
      &amp;lt;set token="team"&amp;gt;$row.Team$&amp;lt;/set&amp;gt;
      &amp;lt;set token="form.team"&amp;gt;$row.Team$&amp;lt;/set&amp;gt;
    &amp;lt;/drilldown&amp;gt;
    &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
    &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
    &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
    &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
  &amp;lt;/table&amp;gt;
&amp;lt;/panel&amp;gt;


&amp;lt;panel&amp;gt;
  &amp;lt;chart&amp;gt;
    &amp;lt;title&amp;gt;Staff Chart&amp;lt;/title&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;| tstats count from datamodel=switch_dm where ( nodename=switch.switch_ping ) AND  (switch.dataa_alias=$staff_email$) (switch.gadget_os="$gadget_os$") (switch.sd_name="$phone$") NOT ("switch.dataa_alias"=unknown) GROUPBY   _time  switch.dataa_alias|lookup switch.dataa_alias OUTPUT Name Team|fillnull value=null Team|search Team="$team$" |rename switch.dataa_alias AS  dataa_alias|lookup _staff_lookup dataa_alias OUTPUT data_uid|search data_uid="$uid$"  |rename switch.dataa_alias As Email |timechart values(count) by Email limit=30&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.overflowMode"&amp;gt;ellipsisNone&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;0&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;visible&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisX.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY.scale"&amp;gt;linear&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.enabled"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.axisY2.scale"&amp;gt;inherit&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleMaximumSize"&amp;gt;50&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleMinimumSize"&amp;gt;10&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.bubbleSizeBy"&amp;gt;area&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.nullValueMode"&amp;gt;zero&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.stackMode"&amp;gt;stacked&amp;lt;/option&amp;gt;
    &amp;lt;option name="charting.chart.style"&amp;gt;shiny&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Mar 2015 12:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176550#M35409</guid>
      <dc:creator>Joannelr</dc:creator>
      <dc:date>2015-03-13T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176551#M35410</link>
      <description>&lt;P&gt;For which dropdown  you're getting duplicate label error?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2015 13:44:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176551#M35410</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-03-13T13:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176552#M35411</link>
      <description>&lt;P&gt;The UID drop down&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 06:21:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176552#M35411</guid>
      <dc:creator>Joannelr</dc:creator>
      <dc:date>2015-03-16T06:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176553#M35412</link>
      <description>&lt;P&gt;Similar problem in 6.2.1. In my case Label (EnvName) is unique but Value (EnvId) is duplicate. Splunk shall not report it as "Duplicate labels causing conflict" because there is no conflict..&lt;/P&gt;

&lt;H1&gt;EnvName                      &lt;/H1&gt;

&lt;P&gt;FullInstall&lt;BR /&gt;&lt;BR /&gt;
titanium_server_15       &lt;/P&gt;

&lt;P&gt;and corresponding Values&lt;/P&gt;

&lt;H1&gt;EnvId&lt;/H1&gt;

&lt;P&gt;titanium_server_15&lt;BR /&gt;
titanium_server_15&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;input type="multiselect" token="envIdTok" searchWhenChanged="true"&amp;gt;
    &amp;lt;label&amp;gt;Environment/Profile&amp;lt;/label&amp;gt;
    &amp;lt;choice value='None'&amp;gt;&amp;lt;/choice&amp;gt;
    &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
    &amp;lt;valuePrefix&amp;gt;EnvId="&amp;lt;/valuePrefix&amp;gt;
    &amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=eidx RNTid="$rlskey$" | dedup EnvName | table EnvName, EnvId&amp;lt;/query&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;fieldForLabel&amp;gt;EnvName&amp;lt;/fieldForLabel&amp;gt;
    &amp;lt;fieldForValue&amp;gt;EnvId&amp;lt;/fieldForValue&amp;gt;        
    &amp;lt;change&amp;gt;
      &amp;lt;set token="tr"&amp;gt;*&amp;lt;/set&amp;gt;
      &amp;lt;set token="timeTokLatest"&amp;gt;$timeTok.latest$&amp;lt;/set&amp;gt;
      &amp;lt;set token="runDateTok"&amp;gt;0&amp;lt;/set&amp;gt;
    &amp;lt;/change&amp;gt;
  &amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;,&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:27:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176553#M35412</guid>
      <dc:creator>Ozyolcular</dc:creator>
      <dc:date>2020-09-28T19:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176554#M35413</link>
      <description>&lt;P&gt;I get the same issue using the following snippet:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;choice value="primary"&amp;gt;Primary&amp;lt;/choice&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I had no issue using this code in version 6.0.1, I believe. Upgrading to 6.2.1 introduced the 'Duplicate..." error. The event 'primary' is returned by the populating search in the dropdown menu that uses this, and this xml node was used to rename that value.&lt;/P&gt;

&lt;P&gt;I don't see why this should raise any flags from the GUI.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 15:47:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176554#M35413</guid>
      <dc:creator>asherman</dc:creator>
      <dc:date>2015-04-13T15:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176555#M35414</link>
      <description>&lt;P&gt;Also getting this on every drop down in 6.2.3 using the same xml syntax&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 19:07:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176555#M35414</guid>
      <dc:creator>mjones414</dc:creator>
      <dc:date>2015-07-08T19:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176556#M35415</link>
      <description>&lt;P&gt;Same Issue as well 6.2.4 Ent&lt;/P&gt;

&lt;P&gt;Here is my code:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;label&amp;gt;NetQoS&amp;lt;/label&amp;gt;
  &amp;lt;choice value='None'&amp;gt;&amp;lt;/choice&amp;gt;
  &amp;lt;search&amp;gt;
    &amp;lt;query&amp;gt;| inputlookup belts.csv&amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;fieldForLabel&amp;gt;Level&amp;lt;/fieldForLabel&amp;gt;
  &amp;lt;fieldForValue&amp;gt;l_val&amp;lt;/fieldForValue&amp;gt;
&amp;lt;/input&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Input csv only has 5 lines:&lt;/P&gt;

&lt;P&gt;White&lt;BR /&gt;
Orange&lt;BR /&gt;
Blue&lt;BR /&gt;
Red&lt;BR /&gt;
Black&lt;/P&gt;

&lt;P&gt;Any thoughts?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Ed&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 21:36:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176556#M35415</guid>
      <dc:creator>edroche3rd</dc:creator>
      <dc:date>2015-07-22T21:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176557#M35416</link>
      <description>&lt;P&gt;Has anyone received an answer to this yet? I'm having the same problem. I'm using an inputlookup that has duplicates in fields I'm not including in my populating search (index, sourcetype, etc...). I'm only including a description field which I'm doing a dedup on in the populating search.&lt;/P&gt;

&lt;P&gt;| inputlookup my_lookups | search field1="blah" | dedup description | table description&lt;/P&gt;

&lt;P&gt;This search produces a table of 4 distinct values from my_lookups, if I take the table command off the end, I see there are duplicates in various other fields in the lookup.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2015 15:00:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176557#M35416</guid>
      <dc:creator>jeremiahc4</dc:creator>
      <dc:date>2015-09-09T15:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176558#M35417</link>
      <description>&lt;P&gt;This error will arise when you have a table that has either duplicate "labels" or duplicate "values". Ensure that when you do ...|table fieldA fieldB      that fieldA contains unique values and fieldB contains unique values. To do this you could blindly do the below but double check that the outcome is what you want:&lt;/P&gt;

&lt;P&gt;...|dedup fieldA| dedup fieldB|table fieldA fieldB&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 22:19:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176558#M35417</guid>
      <dc:creator>tdiestel</dc:creator>
      <dc:date>2015-09-10T22:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176559#M35418</link>
      <description>&lt;P&gt;This solution here worked &lt;A href="https://answers.splunk.com/answers/329960/duplicate-values-causing-conflict.html"&gt;link text&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 19:32:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176559#M35418</guid>
      <dc:creator>lisaac</dc:creator>
      <dc:date>2015-12-01T19:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176560#M35419</link>
      <description>&lt;P&gt;This solution worked for me (having duplicate values within a field). &lt;A href="https://answers.splunk.com/answers/240661/receiving-a-duplicate-labels-causing-conflict-erro.html"&gt;https://answers.splunk.com/answers/240661/receiving-a-duplicate-labels-causing-conflict-erro.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2015 21:41:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176560#M35419</guid>
      <dc:creator>vcgamesii</dc:creator>
      <dc:date>2015-12-20T21:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176561#M35420</link>
      <description>&lt;P&gt;This solution worked for me when I had duplicates in the values of a field. &lt;/P&gt;

&lt;P&gt;(top was faster than dedup in my case).&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/240661/receiving-a-duplicate-labels-causing-conflict-erro.html"&gt;https://answers.splunk.com/answers/240661/receiving-a-duplicate-labels-causing-conflict-erro.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Dec 2015 21:46:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176561#M35420</guid>
      <dc:creator>vcgamesii</dc:creator>
      <dc:date>2015-12-20T21:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate labels causing conflict</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176562#M35421</link>
      <description>&lt;P&gt;Your query is returning values for the Label and values for the Value. At least two different Label values correspond to the exact same Value value. That's the issue causing this warning. Your code will still work (hence warning, rather than error.) There are many ways to solve it. In my case it's really the logged records that were wrong, not the Splunk query, so I left it alone but asked for a fix to the logging.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 14:59:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Duplicate-labels-causing-conflict/m-p/176562#M35421</guid>
      <dc:creator>scottecclestone</dc:creator>
      <dc:date>2020-05-26T14:59:45Z</dc:date>
    </item>
  </channel>
</rss>

