<?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 values causing conflict with dropdown. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Duplicate-values-causing-conflict-with-dropdown/m-p/396997#M42538</link>
    <description>&lt;P&gt;It works, thank you @vnravikumar &lt;/P&gt;

&lt;P&gt;Why do you use the stats count instead of the dedup?&lt;/P&gt;

&lt;P&gt;I'm newer to Splunk.&lt;/P&gt;

&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
    <pubDate>Tue, 26 Feb 2019 07:53:05 GMT</pubDate>
    <dc:creator>piefragn</dc:creator>
    <dc:date>2019-02-26T07:53:05Z</dc:date>
    <item>
      <title>Duplicate values causing conflict with dropdown.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Duplicate-values-causing-conflict-with-dropdown/m-p/396995#M42536</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a dropdown input populated with this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=apache_nifi "info.eventSource"="QDH" |  sort 0 headers.ispwebServiceHeader.requestInfo.serviceID | fields headers.ispwebServiceHeader.requestInfo.serviceID | dedup headers.ispwebServiceHeader.requestInfo.serviceID
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and with these configurations:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Field For Label: headers.ispwebServiceHeader.requestInfo.serviceID
Field For Value: headers.ispwebServiceHeader.requestInfo.serviceID
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But, I always get this error:&lt;BR /&gt;
&lt;EM&gt;"Duplicate values causing conflict"&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Also, if values are really unique (I tested the query in a separate search).&lt;/P&gt;

&lt;P&gt;I tried with other Answers but with no positive results.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;

&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 15:34:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Duplicate-values-causing-conflict-with-dropdown/m-p/396995#M42536</guid>
      <dc:creator>piefragn</dc:creator>
      <dc:date>2019-02-25T15:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate values causing conflict with dropdown.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Duplicate-values-causing-conflict-with-dropdown/m-p/396996#M42537</link>
      <description>&lt;P&gt;Hi @piefragn&lt;/P&gt;

&lt;P&gt;Try like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=apache_nifi "info.eventSource"="QDH"
| stats count by headers.ispwebServiceHeader.requestInfo.serviceID
| sort 0 By headers.ispwebServiceHeader.requestInfo.serviceID
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Feb 2019 15:52:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Duplicate-values-causing-conflict-with-dropdown/m-p/396996#M42537</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-02-25T15:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate values causing conflict with dropdown.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Duplicate-values-causing-conflict-with-dropdown/m-p/396997#M42538</link>
      <description>&lt;P&gt;It works, thank you @vnravikumar &lt;/P&gt;

&lt;P&gt;Why do you use the stats count instead of the dedup?&lt;/P&gt;

&lt;P&gt;I'm newer to Splunk.&lt;/P&gt;

&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 07:53:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Duplicate-values-causing-conflict-with-dropdown/m-p/396997#M42538</guid>
      <dc:creator>piefragn</dc:creator>
      <dc:date>2019-02-26T07:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate values causing conflict with dropdown.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Duplicate-values-causing-conflict-with-dropdown/m-p/396998#M42539</link>
      <description>&lt;P&gt;It takes less time when compared to dedup&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 07:57:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Duplicate-values-causing-conflict-with-dropdown/m-p/396998#M42539</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-02-26T07:57:45Z</dc:date>
    </item>
  </channel>
</rss>

