<?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 Generate charts by host in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Generate-charts-by-host/m-p/84629#M4571</link>
    <description>&lt;P&gt;I was wondering if there is any way through with we can generate graphs per hosts ( each host having different chart.&lt;/P&gt;

&lt;P&gt;I need to have a report per server for performance stats in a more presentable manner and currently using sparkline format as below and sparkline formated to a line. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;table&amp;gt;
     &amp;lt;option name="count"&amp;gt;1000&amp;lt;/option&amp;gt;
    &amp;lt;title&amp;gt; Performance Summary&amp;lt;/title&amp;gt;
    &amp;lt;searchTemplate&amp;gt;            
         eventtype="windows_performance" host=* object="Processor" counter="% Processor Time"|rename Value AS CPU  | append[search eventtype="windows_performance" host=* object="LogicalDisk" counter="% Free Space"  instance="*"|rename Value AS Disk]| append[search eventtype="windows_performance" host=* object="Memory" counter="% Committed Bytes In Use"|rename Value AS Memory]|  stats sparkline(avg(CPU)) as CPU, sparkline(avg(Disk)) as Disk,sparkline(avg(Memory)) as Memory by host | sort by host ASC
    &amp;lt;/searchTemplate&amp;gt;
     &amp;lt;format field="host" type="text"&amp;gt;
     &amp;lt;option name="fontSize"&amp;gt;14&amp;lt;/option&amp;gt;    
  &amp;lt;/format&amp;gt;            
    &amp;lt;format field="CPU" type="sparkline"&amp;gt;
    &amp;lt;option name="type"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="height"&amp;gt;100&amp;lt;/option&amp;gt;    
    &amp;lt;option name="width"&amp;gt;300&amp;lt;/option&amp;gt;    
    &amp;lt;option name="lineWidth"&amp;gt;2&amp;lt;/option&amp;gt;    
  &amp;lt;/format&amp;gt;
    &amp;lt;format field="Disk" type="sparkline"&amp;gt;
    &amp;lt;option name="type"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="height"&amp;gt;100&amp;lt;/option&amp;gt;    
    &amp;lt;option name="width"&amp;gt;300&amp;lt;/option&amp;gt;    
    &amp;lt;option name="lineWidth"&amp;gt;2&amp;lt;/option&amp;gt; 
    &amp;lt;option name="lineColor"&amp;gt;green&amp;lt;/option&amp;gt; 

  &amp;lt;/format&amp;gt;
    &amp;lt;format field="Memory" type="sparkline"&amp;gt;
    &amp;lt;option name="type"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="height"&amp;gt;100&amp;lt;/option&amp;gt;    
    &amp;lt;option name="width"&amp;gt;300&amp;lt;/option&amp;gt;    
    &amp;lt;option name="lineWidth"&amp;gt;2&amp;lt;/option&amp;gt; 
    &amp;lt;option name="lineColor"&amp;gt;red&amp;lt;/option&amp;gt; 
  &amp;lt;/format
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help on this ??&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sun, 06 Oct 2013 23:11:26 GMT</pubDate>
    <dc:creator>saad_siddiqi</dc:creator>
    <dc:date>2013-10-06T23:11:26Z</dc:date>
    <item>
      <title>Generate charts by host</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Generate-charts-by-host/m-p/84629#M4571</link>
      <description>&lt;P&gt;I was wondering if there is any way through with we can generate graphs per hosts ( each host having different chart.&lt;/P&gt;

&lt;P&gt;I need to have a report per server for performance stats in a more presentable manner and currently using sparkline format as below and sparkline formated to a line. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;table&amp;gt;
     &amp;lt;option name="count"&amp;gt;1000&amp;lt;/option&amp;gt;
    &amp;lt;title&amp;gt; Performance Summary&amp;lt;/title&amp;gt;
    &amp;lt;searchTemplate&amp;gt;            
         eventtype="windows_performance" host=* object="Processor" counter="% Processor Time"|rename Value AS CPU  | append[search eventtype="windows_performance" host=* object="LogicalDisk" counter="% Free Space"  instance="*"|rename Value AS Disk]| append[search eventtype="windows_performance" host=* object="Memory" counter="% Committed Bytes In Use"|rename Value AS Memory]|  stats sparkline(avg(CPU)) as CPU, sparkline(avg(Disk)) as Disk,sparkline(avg(Memory)) as Memory by host | sort by host ASC
    &amp;lt;/searchTemplate&amp;gt;
     &amp;lt;format field="host" type="text"&amp;gt;
     &amp;lt;option name="fontSize"&amp;gt;14&amp;lt;/option&amp;gt;    
  &amp;lt;/format&amp;gt;            
    &amp;lt;format field="CPU" type="sparkline"&amp;gt;
    &amp;lt;option name="type"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="height"&amp;gt;100&amp;lt;/option&amp;gt;    
    &amp;lt;option name="width"&amp;gt;300&amp;lt;/option&amp;gt;    
    &amp;lt;option name="lineWidth"&amp;gt;2&amp;lt;/option&amp;gt;    
  &amp;lt;/format&amp;gt;
    &amp;lt;format field="Disk" type="sparkline"&amp;gt;
    &amp;lt;option name="type"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="height"&amp;gt;100&amp;lt;/option&amp;gt;    
    &amp;lt;option name="width"&amp;gt;300&amp;lt;/option&amp;gt;    
    &amp;lt;option name="lineWidth"&amp;gt;2&amp;lt;/option&amp;gt; 
    &amp;lt;option name="lineColor"&amp;gt;green&amp;lt;/option&amp;gt; 

  &amp;lt;/format&amp;gt;
    &amp;lt;format field="Memory" type="sparkline"&amp;gt;
    &amp;lt;option name="type"&amp;gt;line&amp;lt;/option&amp;gt;
    &amp;lt;option name="height"&amp;gt;100&amp;lt;/option&amp;gt;    
    &amp;lt;option name="width"&amp;gt;300&amp;lt;/option&amp;gt;    
    &amp;lt;option name="lineWidth"&amp;gt;2&amp;lt;/option&amp;gt; 
    &amp;lt;option name="lineColor"&amp;gt;red&amp;lt;/option&amp;gt; 
  &amp;lt;/format
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help on this ??&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2013 23:11:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Generate-charts-by-host/m-p/84629#M4571</guid>
      <dc:creator>saad_siddiqi</dc:creator>
      <dc:date>2013-10-06T23:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Generate charts by host</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Generate-charts-by-host/m-p/84630#M4572</link>
      <description>&lt;P&gt;I actually want to show the performance stats with respect to time, that's why I want to create a timechart for every host.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2013 23:40:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Generate-charts-by-host/m-p/84630#M4572</guid>
      <dc:creator>saad_siddiqi</dc:creator>
      <dc:date>2013-10-06T23:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Generate charts by host</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Generate-charts-by-host/m-p/84631#M4573</link>
      <description>&lt;P&gt;Try this:&lt;BR /&gt;
          true&lt;/P&gt;

&lt;P&gt;As defined at:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/AdvancedDev/AdvChartingConfig-LayoutData"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/AdvancedDev/AdvChartingConfig-LayoutData&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2013 22:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Generate-charts-by-host/m-p/84631#M4573</guid>
      <dc:creator>jtrucks</dc:creator>
      <dc:date>2013-10-08T22:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Generate charts by host</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Generate-charts-by-host/m-p/544754#M37367</link>
      <description>&lt;P&gt;I have the same issue. It would be very nice with the possibility of directly changing the fontsize of things like axis ticks, titles, legend, etc. Other option I guess to use API or setup pdf report with pretty formatted graphs. But that seems like a lot of extra work.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 11:51:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Generate-charts-by-host/m-p/544754#M37367</guid>
      <dc:creator>sja_serenergy</dc:creator>
      <dc:date>2021-03-22T11:51:27Z</dc:date>
    </item>
  </channel>
</rss>

