<?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 do you chart a single data field? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-chart-a-single-data-field/m-p/177980#M51175</link>
    <description>&lt;P&gt;If your goal is to chart the values in the &lt;CODE&gt;offset&lt;/CODE&gt; field against the corresponding values in the &lt;CODE&gt;seconds&lt;/CODE&gt; field, you don't want to sum(offset).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;source&amp;gt; | chart values(offset) by seconds
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;An issue to realize is that it is possible to have multiple values of offset for a single value of seconds since this is a comparison of the two data sets not based on a timeline.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2013 19:35:41 GMT</pubDate>
    <dc:creator>jtrucks</dc:creator>
    <dc:date>2013-12-13T19:35:41Z</dc:date>
    <item>
      <title>How do you chart a single data field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-chart-a-single-data-field/m-p/177979#M51174</link>
      <description>&lt;P&gt;I'm trying to just chart the NTP offsets from the Loopstats file.&lt;BR /&gt;
Here is a sample of the data source:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Day   Seconds    Offset        Drift    Est.Error    Stability  Polling.Int

56639 6177.359   0.004032319   -25.301  0.001841655  0.117440   6
56639 6348.131   0.004225549   -25.258  0.001724064  0.110906   6
56639 6698.364   0.002325595   -25.210  0.001747019  0.105151   6
56639 6877.378   -0.001154758  -25.222  0.002045648  0.098456   6
56639 7024.343   0.001006711   -25.213  0.002060481  0.092150   7
56639 7994.357   0.003429927   -25.164  0.002109237  0.087962   7      
56639 7998.387   0.003124573   -25.164  0.001975962  0.082281   7
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So I've extracted each of the fields accordingly and all I want to do is chart the Offsets, which is the 3rd data field in the sample above.  I tried:  &lt;SOURCE&gt; | chart sum(offset) by seconds, but that doesn't yield a nice line graph, which is my goal. Any suggestions?&lt;/SOURCE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2013 13:11:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-chart-a-single-data-field/m-p/177979#M51174</guid>
      <dc:creator>albyva</dc:creator>
      <dc:date>2013-12-13T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do you chart a single data field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-chart-a-single-data-field/m-p/177980#M51175</link>
      <description>&lt;P&gt;If your goal is to chart the values in the &lt;CODE&gt;offset&lt;/CODE&gt; field against the corresponding values in the &lt;CODE&gt;seconds&lt;/CODE&gt; field, you don't want to sum(offset).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;source&amp;gt; | chart values(offset) by seconds
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;An issue to realize is that it is possible to have multiple values of offset for a single value of seconds since this is a comparison of the two data sets not based on a timeline.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2013 19:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-chart-a-single-data-field/m-p/177980#M51175</guid>
      <dc:creator>jtrucks</dc:creator>
      <dc:date>2013-12-13T19:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do you chart a single data field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-you-chart-a-single-data-field/m-p/177981#M51176</link>
      <description>&lt;P&gt;Thanks. The "values" under charts is exactly what I was looking for, Thanks.  I got to focused on sum, avg, list, etc and somehow overlooked 'values'.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2013 19:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-you-chart-a-single-data-field/m-p/177981#M51176</guid>
      <dc:creator>albyva</dc:creator>
      <dc:date>2013-12-13T19:38:32Z</dc:date>
    </item>
  </channel>
</rss>

