<?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 can I force a full daily import from ServiceNow instead of using checkpoints? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-force-a-full-daily-import-from-ServiceNow-instead-of/m-p/762189#M120688</link>
    <description>&lt;P&gt;We do something similar for Salesforce.&amp;nbsp; I am not sure if the ServiceNow TA and Salesforce TA work the same, but I would think this, or something similar, should work.&lt;BR /&gt;&lt;BR /&gt;On any system that can make REST API calls to wherever the inputs are configured, schedule something like the following on a daily basis, offset from the input schedule, and replacing everything within the &amp;lt;...&amp;gt;:&lt;BR /&gt;&lt;BR /&gt;curl -H "Authorization: Bearer &amp;lt;token&amp;gt;" https://&amp;lt;splunk_host&amp;gt;:8089/servicesNS/nobody/Splunk_TA_salesforce/storage/collections/data/Splunk_TA_salesforce_&amp;lt;input_object&amp;gt;_object_input_checkpointer/&amp;lt;input_object&amp;gt; -X DELETE&lt;BR /&gt;&lt;BR /&gt;You will just need to figure out the correct REST API endpoint to use.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jul 2026 17:18:18 GMT</pubDate>
    <dc:creator>pedro_chicago</dc:creator>
    <dc:date>2026-07-10T17:18:18Z</dc:date>
    <item>
      <title>How can I force a full daily import from ServiceNow instead of using checkpoints?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-force-a-full-daily-import-from-ServiceNow-instead-of/m-p/762188#M120687</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm looking for a way to perform a &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;full import&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; of data from ServiceNow every day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Currently, I'm using the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;Splunk Add-on for ServiceNow&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt; to retrieve data from a ServiceNow table through the REST API. As expected, the add-on creates a checkpoint containing the timestamp of the last record retrieved, so that subsequent runs only collect newly created or updated records.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This behavior makes perfect sense for most use cases, but unfortunately not for mine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The table I'm collecting contains the list of users assigned to a specific ServiceNow subscription (license). This table represents a daily snapshot of license assignments, and its contents change over time as users are assigned or removed from the subscription.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The problem is that this table does not have a date/time field that changes whenever the membership changes, so there isn't a suitable field that can be used as the checkpoint timestamp. As a result, once the initial import is completed, subsequent runs do not retrieve the complete current state of the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I looked for an option in the Splunk Add-on for ServiceNow to ignore or disable checkpointing and perform a full import every day, but I couldn't find anything. One possible workaround would be to delete the checkpoint file before each scheduled execution, but I'd prefer to avoid that approach if possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So my question is:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Is there any supported way to force the Splunk Add-on for ServiceNow to perform a full import on every scheduled run?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;If not, what would you recommend as the best approach to retrieve the entire table through the ServiceNow REST API every day and index it into Splunk? I'm open to alternatives outside of the Splunk Add-on for ServiceNow if necessary.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Has anyone implemented something similar?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2026 14:04:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-force-a-full-daily-import-from-ServiceNow-instead-of/m-p/762188#M120687</guid>
      <dc:creator>renie</dc:creator>
      <dc:date>2026-07-10T14:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I force a full daily import from ServiceNow instead of using checkpoints?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-force-a-full-daily-import-from-ServiceNow-instead-of/m-p/762189#M120688</link>
      <description>&lt;P&gt;We do something similar for Salesforce.&amp;nbsp; I am not sure if the ServiceNow TA and Salesforce TA work the same, but I would think this, or something similar, should work.&lt;BR /&gt;&lt;BR /&gt;On any system that can make REST API calls to wherever the inputs are configured, schedule something like the following on a daily basis, offset from the input schedule, and replacing everything within the &amp;lt;...&amp;gt;:&lt;BR /&gt;&lt;BR /&gt;curl -H "Authorization: Bearer &amp;lt;token&amp;gt;" https://&amp;lt;splunk_host&amp;gt;:8089/servicesNS/nobody/Splunk_TA_salesforce/storage/collections/data/Splunk_TA_salesforce_&amp;lt;input_object&amp;gt;_object_input_checkpointer/&amp;lt;input_object&amp;gt; -X DELETE&lt;BR /&gt;&lt;BR /&gt;You will just need to figure out the correct REST API endpoint to use.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2026 17:18:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-force-a-full-daily-import-from-ServiceNow-instead-of/m-p/762189#M120688</guid>
      <dc:creator>pedro_chicago</dc:creator>
      <dc:date>2026-07-10T17:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I force a full daily import from ServiceNow instead of using checkpoints?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-force-a-full-daily-import-from-ServiceNow-instead-of/m-p/762191#M120689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/317873"&gt;@renie&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Splunk_TA_snow inputs use a combination of sys_id and a&amp;nbsp;glide_date_time field (sys_updated_on by default) as checkpoints, so a glide_date_time field is required.&lt;/P&gt;&lt;P&gt;For batch inputs, I write scripted inputs in Bash, use curl to query the &lt;A href="https://www.servicenow.com/docs/r/api-reference/rest-apis/c_TableAPI.html" target="_self"&gt;Table API&lt;/A&gt;, use jq to parse the results, and then loop over pages with sysparm_limit and sysparm_offset as needed. Python is fine, too. I don't have an active ServiceNow dev instance, but if you need help writing or testing a script in a specific language, I can spin one up.&lt;/P&gt;&lt;P&gt;You can also use an app from Splunkbase to query the Table API, e.g., in no particular order: &lt;A href="https://splunkbase.splunk.com/app/7667" target="_self"&gt;Custom REST Command (crest)&lt;/A&gt; (combined with the collect command to index events), &lt;A href="https://splunkbase.splunk.com/app/1546" target="_self"&gt;REST API Modular Input&lt;/A&gt; (fee-based), etc.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2026 15:13:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-force-a-full-daily-import-from-ServiceNow-instead-of/m-p/762191#M120689</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2026-07-11T15:13:57Z</dc:date>
    </item>
  </channel>
</rss>

