- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
atulitm
Path Finder
12-11-2018
12:29 AM
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>
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

HiroshiSatoh
Champion
12-11-2018
12:36 AM
Judging from the query, it is "vendor" here.
<fieldForLabel>site_name</fieldForLabel>
<fieldForValue>site_name</fieldForValue>
site_name->vendor
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

HiroshiSatoh
Champion
12-11-2018
12:36 AM
Judging from the query, it is "vendor" here.
<fieldForLabel>site_name</fieldForLabel>
<fieldForValue>site_name</fieldForValue>
site_name->vendor
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
atulitm
Path Finder
12-11-2018
12:59 AM
Oops missed , My fault . Thanks for help .
