<?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: Creating a dashboard with text inputs and drop-down forms in Splunk 6.2.4, why am I getting error &amp;quot;Duplicate labels causing conflict&amp;quot;? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136885#M8172</link>
    <description>&lt;P&gt;am using this below query but still facing the same issue Duplicate labels causing conflict&lt;BR /&gt;
| inputlookup alertreport | search AlertName!=NULL  |dedup AlertName| table AlertName&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2015 10:23:27 GMT</pubDate>
    <dc:creator>splunksurekha</dc:creator>
    <dc:date>2015-08-05T10:23:27Z</dc:date>
    <item>
      <title>Creating a dashboard with text inputs and drop-down forms in Splunk 6.2.4, why am I getting error "Duplicate labels causing conflict"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136882#M8169</link>
      <description>&lt;P&gt;Good evening everyone!&lt;/P&gt;

&lt;P&gt;I am trying to create a keystore dashboard with a handful of text inputs and a handfulof drop-down boxes. I am running version 6.2.4 Enterprise. I am getting "Duplicate labels causing conflict" error on the dashboard panel and under the field editor. I have tried changing every setting for the field to something different and that didn't work. I have attached an image file with screen prints with my settings and xml code.  &lt;/P&gt;

&lt;P&gt;Any thoughts? I have read the 2 below posts but no luck.&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/492i6054102CDB30FF42/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/221599/duplicate-labels-causing-conflict.html"&gt;http://answers.splunk.com/answers/221599/duplicate-labels-causing-conflict.html&lt;/A&gt; and &lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/240661/receiving-a-duplicate-labels-causing-conflict-erro.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev"&gt;http://answers.splunk.com/answers/240661/receiving-a-duplicate-labels-causing-conflict-erro.html?utm_source=typeahead&amp;amp;utm_medium=newquestion&amp;amp;utm_campaign=no_votes_sort_relev&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 23:39:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136882#M8169</guid>
      <dc:creator>edroche3rd</dc:creator>
      <dc:date>2015-07-23T23:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dashboard with text inputs and drop-down forms in Splunk 6.2.4, why am I getting error "Duplicate labels causing conflict"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136883#M8170</link>
      <description>&lt;P&gt;Hi edroche3rd,&lt;/P&gt;

&lt;P&gt;I had the same problem and solved by adding a &lt;CODE&gt;dedup&lt;/CODE&gt; to the population search. Adapted to your drop down try something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup belts.csv | dedup level | table level
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2015 01:41:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136883#M8170</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-07-24T01:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dashboard with text inputs and drop-down forms in Splunk 6.2.4, why am I getting error "Duplicate labels causing conflict"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136884#M8171</link>
      <description>&lt;P&gt;Thanks MuS....Thank worked perfect!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 18:23:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136884#M8171</guid>
      <dc:creator>edroche3rd</dc:creator>
      <dc:date>2015-07-28T18:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dashboard with text inputs and drop-down forms in Splunk 6.2.4, why am I getting error "Duplicate labels causing conflict"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136885#M8172</link>
      <description>&lt;P&gt;am using this below query but still facing the same issue Duplicate labels causing conflict&lt;BR /&gt;
| inputlookup alertreport | search AlertName!=NULL  |dedup AlertName| table AlertName&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 10:23:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136885#M8172</guid>
      <dc:creator>splunksurekha</dc:creator>
      <dc:date>2015-08-05T10:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dashboard with text inputs and drop-down forms in Splunk 6.2.4, why am I getting error "Duplicate labels causing conflict"?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136886#M8173</link>
      <description>&lt;P&gt;Would you be able to post your &lt;CODE&gt;alertreport&lt;/CODE&gt; lookup file?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 21:02:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Creating-a-dashboard-with-text-inputs-and-drop-down-forms-in/m-p/136886#M8173</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-08-05T21:02:12Z</dc:date>
    </item>
  </channel>
</rss>

