<?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: How to edit my Apdex calculation search to prevent warning &amp;quot;'stats command: limit for values of field 'utt' reached.&amp;quot;? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-Apdex-calculation-search-to-prevent-warning-quot/m-p/172088#M49328</link>
    <description>&lt;P&gt;You could alter the size of the list returned in limits.conf. &lt;BR /&gt;
This answer might help &lt;A href="https://answers.splunk.com/answers/132521/stats-command-limit-for-values-of-field-xxx-reached-some-values-may-have-been-truncated-or-ignored.html"&gt;https://answers.splunk.com/answers/132521/stats-command-limit-for-values-of-field-xxx-reached-some-values-may-have-been-truncated-or-ignored.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Nov 2015 23:37:14 GMT</pubDate>
    <dc:creator>kmugglet</dc:creator>
    <dc:date>2015-11-02T23:37:14Z</dc:date>
    <item>
      <title>How to edit my Apdex calculation search to prevent warning "'stats command: limit for values of field 'utt' reached."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-Apdex-calculation-search-to-prevent-warning-quot/m-p/172087#M49327</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;

&lt;P&gt;I'm creating an Apdex SLA report on "user response time" performance in my application. I am aware about the "ApDex Add-on", but I prefer to create my own.&lt;BR /&gt;
I've run in to a problem with using lists and need some advice.&lt;/P&gt;

&lt;P&gt;The SLA values are stored in a lookup table containing the threshold for each user interaction and the file is called &lt;CODE&gt;performanceApdex.csv&lt;/CODE&gt;, here is a sample:&lt;/P&gt;

&lt;P&gt;uea=UserEventAction    T=threshold &lt;/P&gt;

&lt;P&gt;uea,T&lt;BR /&gt;
openBimViewer,2000&lt;BR /&gt;
openCopyDialog,1000&lt;BR /&gt;
openMoveDialog,1000&lt;/P&gt;

&lt;P&gt;utt = UserTotalTime&lt;/P&gt;

&lt;P&gt;This is my search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=prod_index sourcetype=apache_access "/collectStats*" | table uea, utt | inputlookup append=t performanceApdex.csv | stats list(utt) as UTT, first(T) as T by uea | mvexpand UTT | stats count(eval(UTT&amp;lt;=T)) as Satisfied, count(eval((UTT&amp;gt;T) AND (UTT&amp;lt;4*T))) as Tolerated, count(eval(UTT&amp;gt;4*T)) as Frustrated | eval Total=(Satisfied+Tolerated+Frustrated) | eval ApdexScore=round((Satisfied+(Tolerated/2))/Total,2) | eval %Satisfied = round(((Satisfied/Total)*100),1) | eval %Tolerated = round(((Tolerated/Total)*100),1) | eval %Frustrated = round(((Frustrated/Total)*100),1) | fields - Satisfied, Tolerated, Frustrated, Total
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I run the search, I get the warning message in the Job drop-down located under the search field:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"'stats' command: limit for values of field 'utt' reached. Some values may have been truncated or ignored."
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need to get ALL user response times (utt), but the order is not important. Is there a better way to do this search?&lt;/P&gt;

&lt;P&gt;Best regards Patrik&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2015 09:02:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-Apdex-calculation-search-to-prevent-warning-quot/m-p/172087#M49327</guid>
      <dc:creator>patrik_lundberg</dc:creator>
      <dc:date>2015-06-23T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit my Apdex calculation search to prevent warning "'stats command: limit for values of field 'utt' reached."?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-Apdex-calculation-search-to-prevent-warning-quot/m-p/172088#M49328</link>
      <description>&lt;P&gt;You could alter the size of the list returned in limits.conf. &lt;BR /&gt;
This answer might help &lt;A href="https://answers.splunk.com/answers/132521/stats-command-limit-for-values-of-field-xxx-reached-some-values-may-have-been-truncated-or-ignored.html"&gt;https://answers.splunk.com/answers/132521/stats-command-limit-for-values-of-field-xxx-reached-some-values-may-have-been-truncated-or-ignored.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 23:37:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-edit-my-Apdex-calculation-search-to-prevent-warning-quot/m-p/172088#M49328</guid>
      <dc:creator>kmugglet</dc:creator>
      <dc:date>2015-11-02T23:37:14Z</dc:date>
    </item>
  </channel>
</rss>

