<?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 charting the values, not the instances in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/charting-the-values-not-the-instances/m-p/92821#M5051</link>
    <description>&lt;P&gt;...been surfing for this question, can't find it, although I'm sure it's been answered...&lt;/P&gt;

&lt;P&gt;I can't figure out how to do (what I think is) a simple chart of the values in a field, not the number of times it's seen. For example, I have a simple cron.hourly script that creates a text file with a timestamp and a value (the drive space used in a given volume). &lt;/P&gt;

&lt;P&gt;It returns the following:&lt;/P&gt;

&lt;P&gt;Fri Nov 19 15:01:01 2010 percentage_used=42&lt;/P&gt;

&lt;P&gt;This is parsed fine (i.e. timestamp, "percentage_used" field) but when charting it, I can't figure out how to simply chart the values over time.&lt;/P&gt;

&lt;P&gt;To make matters more challenging is: ultimately I want to create a single chart of several of by systems' drive space over time (split by host). Doesn't seem too difficult, but I'm feeling a little short-bus on this...&lt;/P&gt;

&lt;P&gt;Thanks in advance!
Mike&lt;/P&gt;</description>
    <pubDate>Sat, 20 Nov 2010 05:17:11 GMT</pubDate>
    <dc:creator>Michael</dc:creator>
    <dc:date>2010-11-20T05:17:11Z</dc:date>
    <item>
      <title>charting the values, not the instances</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/charting-the-values-not-the-instances/m-p/92821#M5051</link>
      <description>&lt;P&gt;...been surfing for this question, can't find it, although I'm sure it's been answered...&lt;/P&gt;

&lt;P&gt;I can't figure out how to do (what I think is) a simple chart of the values in a field, not the number of times it's seen. For example, I have a simple cron.hourly script that creates a text file with a timestamp and a value (the drive space used in a given volume). &lt;/P&gt;

&lt;P&gt;It returns the following:&lt;/P&gt;

&lt;P&gt;Fri Nov 19 15:01:01 2010 percentage_used=42&lt;/P&gt;

&lt;P&gt;This is parsed fine (i.e. timestamp, "percentage_used" field) but when charting it, I can't figure out how to simply chart the values over time.&lt;/P&gt;

&lt;P&gt;To make matters more challenging is: ultimately I want to create a single chart of several of by systems' drive space over time (split by host). Doesn't seem too difficult, but I'm feeling a little short-bus on this...&lt;/P&gt;

&lt;P&gt;Thanks in advance!
Mike&lt;/P&gt;</description>
      <pubDate>Sat, 20 Nov 2010 05:17:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/charting-the-values-not-the-instances/m-p/92821#M5051</guid>
      <dc:creator>Michael</dc:creator>
      <dc:date>2010-11-20T05:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: charting the values, not the instances</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/charting-the-values-not-the-instances/m-p/92822#M5052</link>
      <description>&lt;P&gt;If you want to just show the values you could do " | stats list(percentage_used)" or " | stats values(percentage_used)", depending on if you wanted percentage used to be deduped or not.  Also, in the end something like " | timechart per_hour(percentage_used) by host" is what you'll be looking for.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Nov 2010 06:30:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/charting-the-values-not-the-instances/m-p/92822#M5052</guid>
      <dc:creator>kevintelford</dc:creator>
      <dc:date>2010-11-20T06:30:42Z</dc:date>
    </item>
  </channel>
</rss>

