<?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 create a histogram? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-histogram/m-p/86463#M4696</link>
    <description>&lt;P&gt;Do you have an update?&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jul 2012 15:30:37 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2012-07-16T15:30:37Z</dc:date>
    <item>
      <title>How to create a histogram?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-histogram/m-p/86461#M4694</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;

&lt;P&gt;I'm trying to display some data in a histogram, is there a command that will allow me to create a histogram?&lt;/P&gt;

&lt;P&gt;Say the fields I want to use are JavaMemory as the x axis and the amount of times it went over 75 as the y axis. The source of the field would just be source="C:\blah"&lt;/P&gt;

&lt;P&gt;Any help is greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2012 17:46:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-histogram/m-p/86461#M4694</guid>
      <dc:creator>shahwill</dc:creator>
      <dc:date>2012-06-28T17:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a histogram?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-histogram/m-p/86462#M4695</link>
      <description>&lt;P&gt;Your example is not strictly a histogram.  A basic histogram for a variable would be a chart of the frequency of values for that variable.  A simple histogram for your &lt;CODE&gt;JavaMemory&lt;/CODE&gt; field might work like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=C:\blah | chart count by JavaMemory
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to filter the criteria going into the histogram, then maybe this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=C:\blah | search JavaMemory &amp;gt; 75 | chart count by JavaMemory
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does this get close to what you're looking for?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 19:34:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-histogram/m-p/86462#M4695</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-07-04T19:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a histogram?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-histogram/m-p/86463#M4696</link>
      <description>&lt;P&gt;Do you have an update?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 15:30:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-histogram/m-p/86463#M4696</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2012-07-16T15:30:37Z</dc:date>
    </item>
  </channel>
</rss>

