<?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: Splunk add-on save checkpoint in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502116#M85566</link>
    <description>&lt;P&gt;I have developed my own add on and I want to check the value to validate the functioning of my python script.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Mar 2020 13:50:17 GMT</pubDate>
    <dc:creator>nareshkumarg</dc:creator>
    <dc:date>2020-03-30T13:50:17Z</dc:date>
    <item>
      <title>Splunk add-on save checkpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502114#M85564</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I managed to store and retrieve data using the following python command.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; # save checkpoint
 helper.save_check_point(key, state)
 # delete checkpoint
 helper.delete_check_point(key)
 # get checkpoint
 state = helper.get_check_point(key)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would like to know where the data is stored and how can I check the value on Splunk.&lt;/P&gt;

&lt;P&gt;I was checking under lookup with the name and source given for the add-on I was working on, but could not find it.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Naresh&lt;/P&gt;</description>
      <pubDate>Sun, 29 Mar 2020 16:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502114#M85564</guid>
      <dc:creator>nareshkumarg</dc:creator>
      <dc:date>2020-03-29T16:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk add-on save checkpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502115#M85565</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Usually checkpoint stored in &lt;CODE&gt;$SPLUNK_HOME/var/lib/splunk/modinputs/&amp;lt;some_name_provided_by_developer&amp;gt;/&lt;/CODE&gt; ,  it looks like you are asking about Palo-Alto add-on.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 12:34:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502115#M85565</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-03-30T12:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk add-on save checkpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502116#M85566</link>
      <description>&lt;P&gt;I have developed my own add on and I want to check the value to validate the functioning of my python script.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 13:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502116#M85566</guid>
      <dc:creator>nareshkumarg</dc:creator>
      <dc:date>2020-03-30T13:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk add-on save checkpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502117#M85567</link>
      <description>&lt;P&gt;Have you looked at the path which I have provided? If you can't find it then you need to provide your full python code (Hide sensitive data). &lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 15:27:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502117#M85567</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2020-03-30T15:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk add-on save checkpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502118#M85568</link>
      <description>&lt;P&gt;Thanks a lot @harsmarvania57 I was able to find the value which was stored with base64. &lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 18:13:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-add-on-save-checkpoint/m-p/502118#M85568</guid>
      <dc:creator>nareshkumarg</dc:creator>
      <dc:date>2020-03-30T18:13:41Z</dc:date>
    </item>
  </channel>
</rss>

