<?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 Graphing every Nth point. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Graphing-every-Nth-point/m-p/145946#M8874</link>
    <description>&lt;P&gt;How do I get Splunk to make a timechart using every Nth point?&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2014 13:52:42 GMT</pubDate>
    <dc:creator>dcollette</dc:creator>
    <dc:date>2014-02-11T13:52:42Z</dc:date>
    <item>
      <title>Graphing every Nth point.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Graphing-every-Nth-point/m-p/145946#M8874</link>
      <description>&lt;P&gt;How do I get Splunk to make a timechart using every Nth point?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 13:52:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Graphing-every-Nth-point/m-p/145946#M8874</guid>
      <dc:creator>dcollette</dc:creator>
      <dc:date>2014-02-11T13:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing every Nth point.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Graphing-every-Nth-point/m-p/145947#M8875</link>
      <description>&lt;P&gt;Can you provide some sample data/output?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 14:01:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Graphing-every-Nth-point/m-p/145947#M8875</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-02-11T14:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing every Nth point.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Graphing-every-Nth-point/m-p/145948#M8876</link>
      <description>&lt;P&gt;Here's how you would generically select every Nth row/event from a previous search pipeline:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;previous search pipeline | streamstats count | eval mod = count % N | where mod = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You could then pipe that to a chart or timechart or whatever... I'm not quite sure why you'd want to do this though. If you'd elaborate your actual requirements we might help more.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2014 20:20:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Graphing-every-Nth-point/m-p/145948#M8876</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-02-11T20:20:39Z</dc:date>
    </item>
  </channel>
</rss>

