<?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: Display data from all host in timeline in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32169#M1400</link>
    <description>&lt;P&gt;if you have a lot of hosts, to avoid having a column with "OTHERS" for the 10+ hosts. &lt;BR /&gt;
You may want to add at the end : useother=0&lt;/P&gt;</description>
    <pubDate>Fri, 20 Apr 2012 14:38:39 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2012-04-20T14:38:39Z</dc:date>
    <item>
      <title>Display data from all host in timeline</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32166#M1397</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I need to create a stacked area graph displaying all data for all hosts in the environment. I have the visualization created, but I do not know the proper syntax. &lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:14:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32166#M1397</guid>
      <dc:creator>mchandx</dc:creator>
      <dc:date>2012-04-20T14:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Display data from all host in timeline</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32167#M1398</link>
      <description>&lt;P&gt;Some more information on what type of data you are trying to display would help.&lt;/P&gt;

&lt;P&gt;you could see how many events you are collecting by host over time by doing this&lt;/P&gt;

&lt;P&gt;index=main * | timechart span=1d count by host&lt;/P&gt;

&lt;P&gt;span=1d will show how many events each host collects for each date. You can change it to span=1h if you would like to see how much each collects in a hour&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:21:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32167#M1398</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2012-04-20T14:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display data from all host in timeline</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32168#M1399</link>
      <description>&lt;P&gt;That is essentially what I am looking for. I want to graph the amount of logs indexed per host since midnight of the current day, graphed by hosts.&lt;/P&gt;

&lt;P&gt;So the graph the x-axis would show time and the y-axis would be an integer of how many total logs generated by the entire network. That integer would then be broken down by hosts. Here's a picture kind of showing the look that I am trying to achieve:&lt;BR /&gt;
&lt;A href="http://1.bp.blogspot.com/-OmyYzNNKZE0/Tmls2yFeGcI/AAAAAAAAABY/uCzqQxB3ZDE/s1600/Selection_015.png"&gt;http://1.bp.blogspot.com/-OmyYzNNKZE0/Tmls2yFeGcI/AAAAAAAAABY/uCzqQxB3ZDE/s1600/Selection_015.png&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:35:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32168#M1399</guid>
      <dc:creator>mchandx</dc:creator>
      <dc:date>2012-04-20T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display data from all host in timeline</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32169#M1400</link>
      <description>&lt;P&gt;if you have a lot of hosts, to avoid having a column with "OTHERS" for the 10+ hosts. &lt;BR /&gt;
You may want to add at the end : useother=0&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:38:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32169#M1400</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-04-20T14:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Display data from all host in timeline</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32170#M1401</link>
      <description>&lt;P&gt;Then the example i provided will do just that. However beware of the timeframe that are are plotting agaist when using the span function.  If you do &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;|timechart span=1m count by host&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;over the past 1 year there will not be enough room to plot all of the data points and the chart wont look right.  You can just leave the span=1d part out all together and splunk will pick the correct grouping method&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:41:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32170#M1401</guid>
      <dc:creator>cramasta</dc:creator>
      <dc:date>2012-04-20T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Display data from all host in timeline</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32171#M1402</link>
      <description>&lt;P&gt;I tried that, and this is what I got:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://i42.tinypic.com/3480l6o.png"&gt;http://i42.tinypic.com/3480l6o.png&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The blacked out sections are hosts&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:50:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Display-data-from-all-host-in-timeline/m-p/32171#M1402</guid>
      <dc:creator>mchandx</dc:creator>
      <dc:date>2012-04-20T14:50:06Z</dc:date>
    </item>
  </channel>
</rss>

