Dashboards & Visualizations

Can you help me with a message i'm getting with my dynamic list?: "Duplicate values causing conflict"

atulitm
Path Finder

Hi

i need help with a dynamic list on my dashboard. I have this message : "Duplicate values causing conflict" . I can execute a query without any issues and without any duplicate values. I tried changing the query by using the TOP command, but it isn't helping:

index= X sourcetype=X source=X | top 10 vendor

...........................

<form>
  <label>Office - Location Connectivity</label>
  <fieldset submitButton="false">
    <input type="dropdown" token="site_name" searchWhenChanged="true">
      <label>Please select Office Code for which you would like to see Data</label>
      <fieldForLabel>site_name</fieldForLabel>
      <fieldForValue>site_name</fieldForValue>
      <search>
        <query>index= X sourcetype=X source=X | dedup  vendor | table vendor</query>
        <earliest>-7d@h</earliest>
        <latest>now</latest>
      </search>
      <choice value="*">None</choice>
    </input>
  </fieldset>
</form>
Tags (2)
0 Karma
1 Solution

HiroshiSatoh
Champion

Judging from the query, it is "vendor" here.

<fieldForLabel>site_name</fieldForLabel>
<fieldForValue>site_name</fieldForValue>
site_name->vendor

View solution in original post

0 Karma

HiroshiSatoh
Champion

Judging from the query, it is "vendor" here.

<fieldForLabel>site_name</fieldForLabel>
<fieldForValue>site_name</fieldForValue>
site_name->vendor
0 Karma

atulitm
Path Finder

Oops missed , My fault . Thanks for help .

0 Karma
Get Updates on the Splunk Community!

Infographic provides the TL;DR for the 2024 Splunk Career Impact Report

We’ve been buzzing with excitement about the recent validation of Splunk Education! The 2024 Splunk Career ...

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...