<?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: Why  I have &amp;quot;Duplicate values causing conflict&amp;quot; with eval ? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341039#M101119</link>
    <description>&lt;P&gt;If you are using the query to populate an input like dropdown, then check that you do not have any static &lt;STRONG&gt;choice&lt;/STRONG&gt; created. Seems like one of your acteur returned by query is the same as the static choice you have defined for the input.&lt;/P&gt;

&lt;P&gt;Also, if you just need the first 200 acteur, you should consider changing the query as below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index="gta_projets" acteur=*
 | eval acteur='logs{}.user.firstName'." ".'logs{}.user.lastName' 
 | dedup acteur 
 | sort acteur
 | head 200
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 21 Apr 2017 08:55:03 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2017-04-21T08:55:03Z</dc:date>
    <item>
      <title>Why  I have "Duplicate values causing conflict" with eval ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341038#M101118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can you tell me why i can't update my dynamic list on my dashboard ? I have this message : "Duplicate values causing conflict"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index="gta_projets" 
|  eval acteur='logs{}.user.firstName'." ".'logs{}.user.lastName' 
| dedup acteur 
|top 200 acteur | sort by acteur
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks you for your answer,&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:17:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341038#M101118</guid>
      <dc:creator>Abarny</dc:creator>
      <dc:date>2017-04-21T08:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why  I have "Duplicate values causing conflict" with eval ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341039#M101119</link>
      <description>&lt;P&gt;If you are using the query to populate an input like dropdown, then check that you do not have any static &lt;STRONG&gt;choice&lt;/STRONG&gt; created. Seems like one of your acteur returned by query is the same as the static choice you have defined for the input.&lt;/P&gt;

&lt;P&gt;Also, if you just need the first 200 acteur, you should consider changing the query as below.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index="gta_projets" acteur=*
 | eval acteur='logs{}.user.firstName'." ".'logs{}.user.lastName' 
 | dedup acteur 
 | sort acteur
 | head 200
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:55:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341039#M101119</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-21T08:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why  I have "Duplicate values causing conflict" with eval ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341040#M101120</link>
      <description>&lt;P&gt;Thanks for your answer,&lt;/P&gt;

&lt;P&gt;I have same probleme, i write like you but I can't take all values in acteur cause it's a concatenation enter firstName and lastName&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="gta_projets"  logs{}.user.firstName="*"  logs{}.user.lastName="*" 
  | eval acteur='logs{}.user.firstName'." ".'logs{}.user.lastName' 
  | dedup acteur 
  | sort acteur
  | head 25
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:04:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341040#M101120</guid>
      <dc:creator>Abarny</dc:creator>
      <dc:date>2017-04-21T09:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why  I have "Duplicate values causing conflict" with eval ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341041#M101121</link>
      <description>&lt;P&gt;@Abarny, Can you share the XML code for your input?&lt;/P&gt;

&lt;P&gt;Do you see something like &lt;CODE&gt;&amp;lt;choice value="&amp;lt;SomeValue&amp;gt;"&amp;gt;&amp;lt;Some Label&amp;gt;&amp;lt;/choice&amp;gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341041#M101121</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-21T09:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why  I have "Duplicate values causing conflict" with eval ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341042#M101122</link>
      <description>&lt;P&gt;It's okay i have puplate my list. Thaks niketnilay&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:38:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341042#M101122</guid>
      <dc:creator>Abarny</dc:creator>
      <dc:date>2017-04-21T09:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why  I have "Duplicate values causing conflict" with eval ?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341043#M101123</link>
      <description>&lt;P&gt;@Abarny...Cheers!!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I have converted my comment to answer. Please accept to mark this question as answered if this helped!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 11:03:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-I-have-quot-Duplicate-values-causing-conflict-quot-with-eval/m-p/341043#M101123</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-21T11:03:38Z</dc:date>
    </item>
  </channel>
</rss>

