<?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 get top 20 results by aggregation method used in Trellis Layout? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439334#M28962</link>
    <description>&lt;P&gt;Then you would need to do it by &lt;CODE&gt;month&lt;/CODE&gt;.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="trellis.splitBy"&amp;gt;month&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 04 Sep 2018 06:35:53 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-09-04T06:35:53Z</dc:date>
    <item>
      <title>How to get top 20 results by aggregation method used in Trellis Layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439331#M28959</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Below is a query which returns the latency over month by cust_id. Events contain fields as month=April, month=May etc&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; ...| chart  max(Avg) as Avg, max(Max) as Max, p95(P95) as P95 over month by cust_id  useother=f limit=40 |sort  -Max, -P95 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like to display this as a trellis chart by the Aggregation method used. While using Trellis Layout ,  i am getting graph each one for Max, Avg, P95 - 3 charts. How to display top 20 cust_id latency values for each aggregation method  ? Is that possible ?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5704iE51C6052E08150EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 05:17:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439331#M28959</guid>
      <dc:creator>sangs8788</dc:creator>
      <dc:date>2018-09-04T05:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get top 20 results by aggregation method used in Trellis Layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439332#M28960</link>
      <description>&lt;P&gt;@sangs8788 try using the &lt;CODE&gt;split-by&lt;/CODE&gt; field as &lt;CODE&gt;cust_id&lt;/CODE&gt; instead of default &lt;CODE&gt;Aggragation&lt;/CODE&gt;.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;option name="trellis.splitBy"&amp;gt;cust_id&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Sep 2018 05:33:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439332#M28960</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-04T05:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get top 20 results by aggregation method used in Trellis Layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439333#M28961</link>
      <description>&lt;P&gt;@niketnilay That would result me in layout for each customer. I would like to have the aggregation as the layout and display top 10 customer values for each aggregation type. How do i do that ?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:09:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439333#M28961</guid>
      <dc:creator>sangs8788</dc:creator>
      <dc:date>2018-09-04T06:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get top 20 results by aggregation method used in Trellis Layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439334#M28962</link>
      <description>&lt;P&gt;Then you would need to do it by &lt;CODE&gt;month&lt;/CODE&gt;.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="trellis.splitBy"&amp;gt;month&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:35:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439334#M28962</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-04T06:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get top 20 results by aggregation method used in Trellis Layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439335#M28963</link>
      <description>&lt;P&gt;@niketnilay Sorry if i am not being clear. What i would like to know is in a year, do we server customer with same Max, P95 ,Avg latency. To see which are the customer not satisfied for the entire year monthwise. This results may contain a customer whose value was high only for one month but not always/ or it is always. Is this possible ?&lt;/P&gt;

&lt;P&gt;For this i would need a chart for Avg, Max, P95 - trend for every month and show only the top 20 values for each layout. Having split by month will not show me the trend of Avg/Max/p95 of the same customer/all customer.   &lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:50:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439335#M28963</guid>
      <dc:creator>sangs8788</dc:creator>
      <dc:date>2018-09-04T06:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get top 20 results by aggregation method used in Trellis Layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439336#M28964</link>
      <description>&lt;P&gt;@sangs8788, sorry I am not clear with the expected output. Can you draw something on paper/mock screenshot of expected output?&lt;/P&gt;

&lt;P&gt;PS: I have converted my answer to comment so that the question flags as unanswered for others to pitch in as well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 07:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439336#M28964</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-09-04T07:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get top 20 results by aggregation method used in Trellis Layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439337#M28965</link>
      <description>&lt;P&gt;Thanks. I will share this by tomorrow. Caught up with meeting now.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 10:10:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439337#M28965</guid>
      <dc:creator>sangs8788</dc:creator>
      <dc:date>2018-09-04T10:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get top 20 results by aggregation method used in Trellis Layout?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439338#M28966</link>
      <description>&lt;P&gt;Try this please:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  ...| chart max(Avg) as Avg, max(Max) as Max, p95(P95) as P95 over month by cust_id  useother=f limit=40 |sort  -Max, -P95 | top 20 cust_id
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Sep 2018 10:58:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-get-top-20-results-by-aggregation-method-used-in-Trellis/m-p/439338#M28966</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-04T10:58:40Z</dc:date>
    </item>
  </channel>
</rss>

