<?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: Could Splunk make an EKG Stripchart? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127751#M10271</link>
    <description>&lt;P&gt;Can you shows us a sample of the log as well as a sample graph?&lt;/P&gt;

&lt;P&gt;I'm afraid you simply graph it using Splunk's default "line chart".&lt;/P&gt;</description>
    <pubDate>Thu, 05 Feb 2015 08:23:19 GMT</pubDate>
    <dc:creator>inode</dc:creator>
    <dc:date>2015-02-05T08:23:19Z</dc:date>
    <item>
      <title>Could Splunk make an EKG Stripchart?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127750#M10270</link>
      <description>&lt;P&gt;I have a raspberry pi with a heart sensor on it for generating EKG data. My program spits out about 1000 points per second, which I can run a 10 point simple moving average on to get a decent picture of the EKG signal. I export the data to a file and can plot it in Excel and it looks just like it should.&lt;/P&gt;

&lt;P&gt;I was wondering if Splunk could show a realtime EKG like a strip chart... so I set up a TCP listener and pump the data out to it... but for some reason, I can't figure out a search/chart pattern that displays anything vaguely resembling the signal data.&lt;/P&gt;

&lt;P&gt;Is this too much data, too fast, for Splunk to handle?&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 04:53:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127750#M10270</guid>
      <dc:creator>fblau</dc:creator>
      <dc:date>2015-02-05T04:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Could Splunk make an EKG Stripchart?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127751#M10271</link>
      <description>&lt;P&gt;Can you shows us a sample of the log as well as a sample graph?&lt;/P&gt;

&lt;P&gt;I'm afraid you simply graph it using Splunk's default "line chart".&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 08:23:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127751#M10271</guid>
      <dc:creator>inode</dc:creator>
      <dc:date>2015-02-05T08:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Could Splunk make an EKG Stripchart?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127752#M10272</link>
      <description>&lt;P&gt;The log is just a file of one line per reading, between 0 and 5.. eg:&lt;/P&gt;

&lt;P&gt;1.798631&lt;BR /&gt;
1.446725&lt;BR /&gt;
1.368524&lt;BR /&gt;
1.446725&lt;BR /&gt;
1.70088&lt;BR /&gt;
2.057673&lt;BR /&gt;
2.42913&lt;BR /&gt;
2.683285&lt;BR /&gt;
2.702835&lt;BR /&gt;
2.487781&lt;BR /&gt;
2.135875&lt;BR /&gt;
1.798631&lt;BR /&gt;
1.524927&lt;BR /&gt;
1.368524&lt;BR /&gt;
1.388074&lt;BR /&gt;
1.568915&lt;BR /&gt;
1.88172&lt;BR /&gt;
2.253177&lt;BR /&gt;
2.585533&lt;BR /&gt;
2.722385&lt;BR /&gt;
2.585533&lt;BR /&gt;
2.272727&lt;BR /&gt;
1.901271&lt;BR /&gt;
1.608016&lt;BR /&gt;
1.427175&lt;BR /&gt;
1.388074&lt;BR /&gt;
1.524927&lt;BR /&gt;
1.798631&lt;BR /&gt;
2.174976&lt;BR /&gt;
2.546432&lt;BR /&gt;
2.781036&lt;BR /&gt;
2.722385&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 19:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127752#M10272</guid>
      <dc:creator>fblau</dc:creator>
      <dc:date>2015-02-05T19:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Could Splunk make an EKG Stripchart?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127753#M10273</link>
      <description>&lt;P&gt;Don't you have any time-value available on the log/line? If you don't have the exact time of the measurement, then you would just have the time when the file itself was generated, right?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 19:48:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127753#M10273</guid>
      <dc:creator>inode</dc:creator>
      <dc:date>2015-02-05T19:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Could Splunk make an EKG Stripchart?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127754#M10274</link>
      <description>&lt;P&gt;Hmm... I thought Splunk put the timestamp on when it was received, but I suppose I can too... just needs to be at the sub-second level.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 19:52:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127754#M10274</guid>
      <dc:creator>fblau</dc:creator>
      <dc:date>2015-02-05T19:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Could Splunk make an EKG Stripchart?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127755#M10275</link>
      <description>&lt;P&gt;That's true, Splunk adds one at index time, but the time this happens depends on how you are consuming the data (over network, local/remote file/dir monitoring, etc) and the frequency/polling between updates. Whenever there is a new measure, the file gets updated or is it done in bigger chunks?&lt;/P&gt;

&lt;P&gt;I believe it's is "safer" to rely on -your- timestamp, especially giving that that might exist a delay between any stage of data transport, especially if it's over the network, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 20:26:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Could-Splunk-make-an-EKG-Stripchart/m-p/127755#M10275</guid>
      <dc:creator>inode</dc:creator>
      <dc:date>2015-02-05T20:26:47Z</dc:date>
    </item>
  </channel>
</rss>

