<?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 Advanced View and Pie Chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-View-and-Pie-Chart/m-p/75123#M4036</link>
    <description>&lt;P&gt;Dear All,&lt;/P&gt;

&lt;P&gt;I have to make an advanced view and insert in it a pie chart.&lt;/P&gt;

&lt;P&gt;This is my actual xml file, but I cannot find documentation about how to make a pie chart:&lt;/P&gt;

&lt;P&gt;

&lt;PRE&gt;&lt;CODE&gt;template="dashboard.html"&amp;gt;
&amp;lt;label&amp;gt;View Fede&amp;lt;/label&amp;gt;
&amp;lt;module name="AccountBar" layoutPanel="navigationHeader"/&amp;gt;
  &amp;lt;module name="AppBar" layoutPanel="navigationHeader"/&amp;gt;
  &amp;lt;module name="Message" layoutPanel="messaging"&amp;gt;
    &amp;lt;param name="filter"&amp;gt;*&amp;lt;/param&amp;gt;
    &amp;lt;param name="clearOnJobDispatch"&amp;gt;False&amp;lt;/param&amp;gt;
    &amp;lt;param name="maxSize"&amp;gt;1&amp;lt;/param&amp;gt;
  &amp;lt;/module&amp;gt;
&amp;lt;module name="HiddenSearch" layoutPanel="panel_row1_col1" group="IPS" autoRun="True"&amp;gt;
   &amp;lt;param name="search"&amp;gt;eventtype="searchIPS1"  DestinationIP!="N/A" Severity="High" | stats count by DestinationIP&amp;lt;/param&amp;gt;
   &amp;lt;param name="earliest"&amp;gt;1279576800&amp;lt;/param&amp;gt;
   &amp;lt;param name="latest"&amp;gt;1280008800&amp;lt;/param&amp;gt;
   &amp;lt;module name="ResultsHeader"&amp;gt;
     &amp;lt;param name="entityName"&amp;gt;scanned&amp;lt;/param&amp;gt;
     &amp;lt;param name="entityLabel"&amp;gt;Events&amp;lt;/param&amp;gt;
        &amp;lt;module name="HiddenChartFormatter"&amp;gt;
                &amp;lt;param name="chart"&amp;gt;pie&amp;lt;/param&amp;gt;
                &amp;lt;module name="FlashChart"&amp;gt;
                        &amp;lt;param name="height"&amp;gt;180px&amp;lt;/param&amp;gt;
                        &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;
                &amp;lt;/module&amp;gt;
        &amp;lt;/module&amp;gt;
   &amp;lt;/module&amp;gt;
 &amp;lt;/module&amp;gt;
&amp;lt;/view&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;/P&gt;&lt;P&gt;Have anyone a template of a pie chart constructed through advanced view?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2010 22:50:14 GMT</pubDate>
    <dc:creator>fedevietti</dc:creator>
    <dc:date>2010-10-21T22:50:14Z</dc:date>
    <item>
      <title>Advanced View and Pie Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-View-and-Pie-Chart/m-p/75123#M4036</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;

&lt;P&gt;I have to make an advanced view and insert in it a pie chart.&lt;/P&gt;

&lt;P&gt;This is my actual xml file, but I cannot find documentation about how to make a pie chart:&lt;/P&gt;

&lt;P&gt;

&lt;PRE&gt;&lt;CODE&gt;template="dashboard.html"&amp;gt;
&amp;lt;label&amp;gt;View Fede&amp;lt;/label&amp;gt;
&amp;lt;module name="AccountBar" layoutPanel="navigationHeader"/&amp;gt;
  &amp;lt;module name="AppBar" layoutPanel="navigationHeader"/&amp;gt;
  &amp;lt;module name="Message" layoutPanel="messaging"&amp;gt;
    &amp;lt;param name="filter"&amp;gt;*&amp;lt;/param&amp;gt;
    &amp;lt;param name="clearOnJobDispatch"&amp;gt;False&amp;lt;/param&amp;gt;
    &amp;lt;param name="maxSize"&amp;gt;1&amp;lt;/param&amp;gt;
  &amp;lt;/module&amp;gt;
&amp;lt;module name="HiddenSearch" layoutPanel="panel_row1_col1" group="IPS" autoRun="True"&amp;gt;
   &amp;lt;param name="search"&amp;gt;eventtype="searchIPS1"  DestinationIP!="N/A" Severity="High" | stats count by DestinationIP&amp;lt;/param&amp;gt;
   &amp;lt;param name="earliest"&amp;gt;1279576800&amp;lt;/param&amp;gt;
   &amp;lt;param name="latest"&amp;gt;1280008800&amp;lt;/param&amp;gt;
   &amp;lt;module name="ResultsHeader"&amp;gt;
     &amp;lt;param name="entityName"&amp;gt;scanned&amp;lt;/param&amp;gt;
     &amp;lt;param name="entityLabel"&amp;gt;Events&amp;lt;/param&amp;gt;
        &amp;lt;module name="HiddenChartFormatter"&amp;gt;
                &amp;lt;param name="chart"&amp;gt;pie&amp;lt;/param&amp;gt;
                &amp;lt;module name="FlashChart"&amp;gt;
                        &amp;lt;param name="height"&amp;gt;180px&amp;lt;/param&amp;gt;
                        &amp;lt;param name="width"&amp;gt;100%&amp;lt;/param&amp;gt;
                &amp;lt;/module&amp;gt;
        &amp;lt;/module&amp;gt;
   &amp;lt;/module&amp;gt;
 &amp;lt;/module&amp;gt;
&amp;lt;/view&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;/P&gt;&lt;P&gt;Have anyone a template of a pie chart constructed through advanced view?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2010 22:50:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-View-and-Pie-Chart/m-p/75123#M4036</guid>
      <dc:creator>fedevietti</dc:creator>
      <dc:date>2010-10-21T22:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced View and Pie Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-View-and-Pie-Chart/m-p/75124#M4037</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;module name="HiddenSearch" layoutPanel="panel_row1_col1" group="Some Search" autoRun="true"&amp;gt;
    &amp;lt;param name="search"&amp;gt;eventtype="searchIPS1" DestinationIP!="N/A" Severity="High" | stats count by DestinationIP&amp;lt;/param&amp;gt;
    &amp;lt;module name="HiddenChartFormatter"&amp;gt;
      &amp;lt;param name="chart"&amp;gt;pie&amp;lt;/param&amp;gt;
      &amp;lt;module name="FlashChart"&amp;gt;&amp;lt;/module&amp;gt;
    &amp;lt;/module&amp;gt;
  &amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Using HiddenChartFormatter you can add all sorts of other stuff like colors, labels, etc.&lt;/P&gt;

&lt;P&gt;The Pie Chart also has it's own unique custom properties: See &lt;A href="http://www.splunk.com/base/Documentation/4.1.5/Developer/CustomChartingConfig-chartlegend#piechart" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/4.1.5/Developer/CustomChartingConfig-chartlegend#piechart&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2010 01:31:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-View-and-Pie-Chart/m-p/75124#M4037</guid>
      <dc:creator>JohnB</dc:creator>
      <dc:date>2010-10-22T01:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Advanced View and Pie Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-View-and-Pie-Chart/m-p/75125#M4038</link>
      <description>&lt;P&gt;Well that really should work.  The only thing I can think of is that you're omitting the 'charting.'  prefix,  which I didnt &lt;EM&gt;think&lt;/EM&gt; was required but on the other hand I've been using it for a long time as a best practice.  (long story)&lt;/P&gt;

&lt;P&gt;Try this maybe? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenChartFormatter"&amp;gt;
  &amp;lt;param name="charting.chart"&amp;gt;pie&amp;lt;/param&amp;gt;
  &amp;lt;module name="FlashChart"&amp;gt;&amp;lt;/module&amp;gt;
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Oct 2010 05:38:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Advanced-View-and-Pie-Chart/m-p/75125#M4038</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-10-22T05:38:10Z</dc:date>
    </item>
  </channel>
</rss>

