<?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 Modular Input Checkpoint in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Modular-Input-Checkpoint/m-p/219063#M43032</link>
    <description>&lt;P&gt;I am writing a modular input and the script pulls list of the records in each interval when it runs. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;e.g.

Name       Address
Joe         Ankeny
Bob        Clive
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I do get duplicate events as I have not implemented Checkpoint yet. Since the script would bring all rows every time, do I need to save this every single row in checkpoint file and run through verification if row exists in the file or not?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sanjay&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2015 22:02:11 GMT</pubDate>
    <dc:creator>sanjay_shrestha</dc:creator>
    <dc:date>2015-11-04T22:02:11Z</dc:date>
    <item>
      <title>Modular Input Checkpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Modular-Input-Checkpoint/m-p/219063#M43032</link>
      <description>&lt;P&gt;I am writing a modular input and the script pulls list of the records in each interval when it runs. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;e.g.

Name       Address
Joe         Ankeny
Bob        Clive
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I do get duplicate events as I have not implemented Checkpoint yet. Since the script would bring all rows every time, do I need to save this every single row in checkpoint file and run through verification if row exists in the file or not?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sanjay&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 22:02:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Modular-Input-Checkpoint/m-p/219063#M43032</guid>
      <dc:creator>sanjay_shrestha</dc:creator>
      <dc:date>2015-11-04T22:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Input Checkpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Modular-Input-Checkpoint/m-p/219064#M43033</link>
      <description>&lt;P&gt;Hi sanjay.shrestha,&lt;/P&gt;

&lt;P&gt;if your script pulls in all rows on each run, your approach sounds good. &lt;/P&gt;

&lt;P&gt;It would be easier if you could use some timestamp to get the data in; in this case you can safe the last time the script ran in the checkpoint and use this last time stamp in the next script run.&lt;BR /&gt;
I have some modular inputs doing exactly this.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 22:16:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Modular-Input-Checkpoint/m-p/219064#M43033</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-11-04T22:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Input Checkpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Modular-Input-Checkpoint/m-p/219065#M43034</link>
      <description>&lt;P&gt;Thanks Michael. I will implement your advise and let you know.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2015 02:09:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Modular-Input-Checkpoint/m-p/219065#M43034</guid>
      <dc:creator>sanjay_shrestha</dc:creator>
      <dc:date>2015-11-05T02:09:04Z</dc:date>
    </item>
  </channel>
</rss>

