<?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 App for ServiceNow: Why am I unable to see Incident data in the app? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306603#M36624</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;

&lt;P&gt;How was the issue resolved .Can you please provide the steps&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 17:37:16 GMT</pubDate>
    <dc:creator>vrmandadi</dc:creator>
    <dc:date>2019-09-27T17:37:16Z</dc:date>
    <item>
      <title>Splunk App for ServiceNow: Why am I unable to see Incident data in the app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306597#M36618</link>
      <description>&lt;P&gt;I don't see Incident data in Splunk App for ServiceNow . I see ChangeTicket data though. I see no errors in /app/splunk/var/log/splunk/splunk_ta_snow_main.log either. What could be the reason?&lt;/P&gt;

&lt;P&gt;Logs show it is going to right URL and getting the data but I don't see any data written to indexers to query.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:54:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306597#M36618</guid>
      <dc:creator>rrthokala</dc:creator>
      <dc:date>2020-09-29T12:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for ServiceNow: Why am I unable to see Incident data in the app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306598#M36619</link>
      <description>&lt;P&gt;could it be checkpoint? I would delete the checkpoint file from splunk/var/libt/splunk/modinput and disable/enable the input again. &lt;BR /&gt;
index=_internal snow error should return some errors otherwise. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 20:01:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306598#M36619</guid>
      <dc:creator>ehaddad_splunk</dc:creator>
      <dc:date>2017-02-16T20:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for ServiceNow: Why am I unable to see Incident data in the app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306599#M36620</link>
      <description>&lt;P&gt;You are on the right track. I see these errors in log. I am thinking its related to that. I don't see a checkpoint for that incident table created. I see for other ServiceNow tables though. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2/16/17
8:23:01.310 PM  
2017-02-16 20:23:01,310 ERROR pid=18563 tid=Thread-17 file=thread_pool.py:_run:259 | Traceback (most recent call last):
  File "/app/splunk/etc/apps/Splunk_TA_snow/bin/framework/thread_pool.py", line 257, in _run
    func()
  File "/app/splunk/etc/apps/Splunk_TA_snow/bin/snow_job_factory.py", line 38, in __call__
    sc.DEFAULT_RECORD_LIMIT))
  File "/app/splunk/etc/apps/Splunk_TA_snow/bin/snow_data_loader.py", line 142, in collect_data
    self._write_checkpoint(table, timefield, jobjs, refreshed)
  File "/app/splunk/etc/apps/Splunk_TA_snow/bin/snow_data_loader.py", line 278, in _write_checkpoint
    if obj[timefield] == latest_timestamp]
KeyError: u'sys_updated_on'
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Feb 2017 20:42:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306599#M36620</guid>
      <dc:creator>rrthokala</dc:creator>
      <dc:date>2017-02-16T20:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for ServiceNow: Why am I unable to see Incident data in the app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306600#M36621</link>
      <description>&lt;P&gt;Ok so now it makes more sense. sounds like sys_updated_on is not returned by the API which could be permission. to find out more, You can run &lt;BR /&gt;
https://.service-now.com/.do?JSONv2&amp;amp;sysparm_query=sys_created_on&amp;gt;=2016-01-01+00:00:00^ORDERBYsys_created_on&amp;amp;sysparm_record_count=50 mysinstance.service-now.com&lt;BR /&gt;
per the troubleshooting doc&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Troubleshooting" target="_blank"&gt;http://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Troubleshooting&lt;/A&gt;&lt;BR /&gt;
and see if those events are returned with that field included. If not, then SNOW admins needs to investigate why.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:16:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306600#M36621</guid>
      <dc:creator>ehaddad_splunk</dc:creator>
      <dc:date>2020-09-29T13:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for ServiceNow: Why am I unable to see Incident data in the app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306601#M36622</link>
      <description>&lt;P&gt;Problem resolved . For some reason it didn't create that checkpoint file when all others were created and it fell in that black hole. Disabling and enabling of the incident data type made it work. Thanks for the guidance. &lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 13:52:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306601#M36622</guid>
      <dc:creator>rrthokala</dc:creator>
      <dc:date>2017-02-17T13:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for ServiceNow: Why am I unable to see Incident data in the app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306602#M36623</link>
      <description>&lt;P&gt;where does this checkpoint file reside under the snow add-on? disable and enable doesn't work&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 22:49:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306602#M36623</guid>
      <dc:creator>rajesh375</dc:creator>
      <dc:date>2017-09-08T22:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk App for ServiceNow: Why am I unable to see Incident data in the app?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306603#M36624</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;

&lt;P&gt;How was the issue resolved .Can you please provide the steps&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 17:37:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-App-for-ServiceNow-Why-am-I-unable-to-see-Incident-data/m-p/306603#M36624</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2019-09-27T17:37:16Z</dc:date>
    </item>
  </channel>
</rss>

