<?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: Trellis Layout with PieChart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313423#M20081</link>
    <description>&lt;P&gt;If you try to run below query in search in your app:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  `GEN_ProductionWorkstations` 
                        | rename User_Name0 as LastKnownUser, Caption0 as operatingSystem, Version0 as Version, Model0 as Model 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What is the output you are receiving&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2018 10:51:08 GMT</pubDate>
    <dc:creator>493669</dc:creator>
    <dc:date>2018-01-22T10:51:08Z</dc:date>
    <item>
      <title>Trellis Layout with PieChart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313422#M20080</link>
      <description>&lt;P&gt;I have a pie chart which displays a breakdown of all Operating Systems but after trying to use the Trellis drill down it does not work. I don't know what I need to add in order to make it display correctly. &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/4174i41545456992B3514/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Please see my dashboard source code.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;form&amp;gt;
       &amp;lt;label&amp;gt;OTL Client Desktops Test&amp;lt;/label&amp;gt;
       &amp;lt;fieldset autoRun="true" submitButton="true"&amp;gt;
       &amp;lt;row&amp;gt;
         &amp;lt;panel&amp;gt;
           &amp;lt;title&amp;gt;Operating System for client&amp;lt;/title&amp;gt;
           &amp;lt;chart&amp;gt;
             &amp;lt;search&amp;gt;
               &amp;lt;query&amp;gt;`GEN_ProductionWorkstations` 
                   | rename User_Name0 as LastKnownUser, Caption0 as operatingSystem, Version0 as Version, Model0 as Model 
                   | search $companyCode$ 
                   | dedup machine 
                   | stats count by operatingSystem&amp;lt;/query&amp;gt;
               &amp;lt;earliest&amp;gt;$Test_Time_Range.earliest$&amp;lt;/earliest&amp;gt;
               &amp;lt;latest&amp;gt;$Test_Time_Range.latest$&amp;lt;/latest&amp;gt;
             &amp;lt;/search&amp;gt;
             &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;
             &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;
             &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;
             &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
             &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
             &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
             &amp;lt;option name="charting.legend.placement"&amp;gt;none&amp;lt;/option&amp;gt;
             &amp;lt;option name="height"&amp;gt;394&amp;lt;/option&amp;gt;
             &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
             &amp;lt;option name="trellis.enabled"&amp;gt;1&amp;lt;/option&amp;gt;
             &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
             &amp;lt;option name="trellis.splitBy"&amp;gt;operatingSystem&amp;lt;/option&amp;gt;
           &amp;lt;/chart&amp;gt;
         &amp;lt;/panel&amp;gt;
       &amp;lt;/row&amp;gt;
     &amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jan 2018 10:42:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313422#M20080</guid>
      <dc:creator>davidcraven02</dc:creator>
      <dc:date>2018-01-22T10:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Layout with PieChart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313423#M20081</link>
      <description>&lt;P&gt;If you try to run below query in search in your app:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  `GEN_ProductionWorkstations` 
                        | rename User_Name0 as LastKnownUser, Caption0 as operatingSystem, Version0 as Version, Model0 as Model 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What is the output you are receiving&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 10:51:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313423#M20081</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-22T10:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Layout with PieChart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313424#M20082</link>
      <description>&lt;P&gt;What was the reason for this? It runs and returns data &lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 11:03:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313424#M20082</guid>
      <dc:creator>davidcraven02</dc:creator>
      <dc:date>2018-01-22T11:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Layout with PieChart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313425#M20083</link>
      <description>&lt;P&gt;Try below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
        &amp;lt;label&amp;gt;OTL Client Desktops Test&amp;lt;/label&amp;gt;
        &amp;lt;fieldset autoRun="true" submitButton="true"&amp;gt;
        &amp;lt;row&amp;gt;
          &amp;lt;panel&amp;gt;
            &amp;lt;title&amp;gt;Operating System for client&amp;lt;/title&amp;gt;
            &amp;lt;chart&amp;gt;
              &amp;lt;search&amp;gt;
                &amp;lt;query&amp;gt;`GEN_ProductionWorkstations` 
                    | rename User_Name0 as LastKnownUser, Caption0 as operatingSystem, Version0 as Version, Model0 as Model 
                    | search $companyCode$ 
                    | dedup machine 
                    | stats count by operatingSystem Version&amp;lt;/query&amp;gt;
                &amp;lt;earliest&amp;gt;$Test_Time_Range.earliest$&amp;lt;/earliest&amp;gt;
                &amp;lt;latest&amp;gt;$Test_Time_Range.latest$&amp;lt;/latest&amp;gt;
              &amp;lt;/search&amp;gt;
              &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;
              &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;
              &amp;lt;option name="charting.axisTitleY2.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;
              &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
              &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0.01&amp;lt;/option&amp;gt;
              &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
              &amp;lt;option name="charting.legend.placement"&amp;gt;none&amp;lt;/option&amp;gt;
              &amp;lt;option name="height"&amp;gt;394&amp;lt;/option&amp;gt;
              &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
              &amp;lt;option name="trellis.enabled"&amp;gt;1&amp;lt;/option&amp;gt;
              &amp;lt;option name="trellis.size"&amp;gt;medium&amp;lt;/option&amp;gt;
              &amp;lt;option name="trellis.splitBy"&amp;gt;operatingSystem&amp;lt;/option&amp;gt;
            &amp;lt;/chart&amp;gt;
          &amp;lt;/panel&amp;gt;
        &amp;lt;/row&amp;gt;
      &amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It seems you need to add one more field in stats by clause&lt;BR /&gt;
Hope this helps...&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 11:10:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313425#M20083</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-22T11:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trellis Layout with PieChart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313426#M20084</link>
      <description>&lt;P&gt;Absolute legend! Thank you!!!!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 12:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Trellis-Layout-with-PieChart/m-p/313426#M20084</guid>
      <dc:creator>davidcraven02</dc:creator>
      <dc:date>2018-01-22T12:45:38Z</dc:date>
    </item>
  </channel>
</rss>

