<?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 for ServiceNow：about the table &amp;quot;sys_audit_delete&amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490521#M136979</link>
    <description>&lt;P&gt;How did your test go?&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2020 19:07:45 GMT</pubDate>
    <dc:creator>kdroddy</dc:creator>
    <dc:date>2020-03-24T19:07:45Z</dc:date>
    <item>
      <title>Splunk Add-on for ServiceNow：about the table "sys_audit_delete"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490514#M136972</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;
Please help me....&lt;BR /&gt;
I failed to get the table "sys_audit_delete" via Splunk Add-on for ServiceNow.&lt;BR /&gt;
I succeeded in getting "sysevent"and"sys_update_xml".&lt;/P&gt;

&lt;P&gt;I found the following error in "splunk_ta_snow_main.log"&lt;BR /&gt;
What kind of error is this? （SSLError: ('The read operation timed out',)）&lt;BR /&gt;
What should I do ？&lt;/P&gt;

&lt;P&gt;===================================================================================================================================&lt;BR /&gt;
2020-03-10 12:03:18,680 ERROR pid=2056 tid=Thread-23 file=snow_data_loader.py:&lt;EM&gt;do_collect:177 | Failure occurred while connecting to https://●●●●●●.service-now.com/api/now/table/sys_audit_delete?sysparm_display_value=all&amp;amp;sysparm_limit=1000&amp;amp;sysparm_exclude_reference_link=true&amp;amp;sysparm_query=sys_updated_on&amp;gt;=2020-02-25+00:00:00^ORDERBYsys_updated_on. The reason for failure=Traceback (most recent call last):&lt;BR /&gt;
  File "C:\Program Files\Splunk\etc\apps\Splunk_TA_snow\bin\snow_data_loader.py", line 169, in _do_collect&lt;BR /&gt;
    "Authorization": "Basic %s" % credentials&lt;BR /&gt;
  File "C:\Program Files\Splunk\etc\apps\Splunk_TA_snow\bin\Splunk_TA_snow\httplib2_helper\httplib2_py2\httplib2__init&lt;/EM&gt;&lt;EM&gt;.py", line 2135, in request&lt;BR /&gt;
    cachekey,&lt;BR /&gt;
  File "C:\Program Files\Splunk\etc\apps\Splunk_TA_snow\bin\Splunk_TA_snow\httplib2_helper\httplib2_py2\httplib2__init&lt;/EM&gt;&lt;EM&gt;.py", line 1796, in _request&lt;BR /&gt;
    conn, request_uri, method, body, headers&lt;BR /&gt;
  File "C:\Program Files\Splunk\etc\apps\Splunk_TA_snow\bin\Splunk_TA_snow\httplib2_helper\httplib2_py2\httplib2__init&lt;/EM&gt;_.py", line 1737, in _conn_request&lt;BR /&gt;
    response = conn.getresponse()&lt;BR /&gt;
  File "C:\Program Files\Splunk\Python-2.7\Lib\httplib.py", line 1121, in getresponse&lt;BR /&gt;
    response.begin()&lt;BR /&gt;
  File "C:\Program Files\Splunk\Python-2.7\Lib\httplib.py", line 438, in begin&lt;BR /&gt;
    version, status, reason = self._read_status()&lt;BR /&gt;
  File "C:\Program Files\Splunk\Python-2.7\Lib\httplib.py", line 394, in _read_status&lt;BR /&gt;
    line = self.fp.readline(_MAXLINE + 1)&lt;BR /&gt;
  File "C:\Program Files\Splunk\Python-2.7\Lib\socket.py", line 480, in readline&lt;BR /&gt;
    data = self._sock.recv(self._rbufsize)&lt;BR /&gt;
  File "C:\Program Files\Splunk\Python-2.7\Lib\ssl.py", line 772, in recv&lt;BR /&gt;
    return self.read(buflen)&lt;BR /&gt;
  File "C:\Program Files\Splunk\Python-2.7\Lib\ssl.py", line 659, in read&lt;BR /&gt;
    v = self._sslobj.read(len)&lt;BR /&gt;
SSLError: ('The read operation timed out',)&lt;BR /&gt;
.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:32:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490514#M136972</guid>
      <dc:creator>kanahayashi</dc:creator>
      <dc:date>2020-09-30T04:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for ServiceNow：about the table "sys_audit_delete"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490515#M136973</link>
      <description>&lt;P&gt;By the way, inputs.conf is the following content.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[snow]
index = ●●●
timefield = sys_updated_on
disabled = false
interval = 60
start_by_shell = false
id_field = sys_id

[snow://sys_audit_delete]
disabled = false
timefield =  sys_updated_on
table = sys_audit_delete
duration = 120
account = snow_account
since_when = 2020-02-25 00:00:00

[snow://sysevent]
disabled = false
timefield = sys_created_on
table = sysevent
duration = 60
account = snow_account
since_when = 2020-02-25 00:00:00

[snow://sys_update_xml]
disabled = false
timefield = sys_created_on
table = sys_update_xml
duration = 60
account = snow_account
since_when = 2020-02-25 00:00:00
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Mar 2020 03:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490515#M136973</guid>
      <dc:creator>kanahayashi</dc:creator>
      <dc:date>2020-03-12T03:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for ServiceNow：about the table "sys_audit_delete"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490516#M136974</link>
      <description>&lt;P&gt;I am guessing it's a permissions issue.  I looked over the last 90 days and I am getting an occasional &lt;CODE&gt;SSLError: ('_ssl.c:725: The handshake operation timed out',)&lt;/CODE&gt; but not &lt;CODE&gt;SSLError: ('The read operation timed out',)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 03:56:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490516#M136974</guid>
      <dc:creator>xavierashe</dc:creator>
      <dc:date>2020-03-12T03:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for ServiceNow：about the table "sys_audit_delete"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490517#M136975</link>
      <description>&lt;P&gt;Thank you for your answer.&lt;BR /&gt;
I thought it was a permission issue, but  the snow ID for Splunk is a privileged ID.(”admin” ”security admin”)&lt;BR /&gt;
If there is anything else, please give me a professor.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 05:27:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490517#M136975</guid>
      <dc:creator>kanahayashi</dc:creator>
      <dc:date>2020-03-12T05:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for ServiceNow：about the table "sys_audit_delete"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490518#M136976</link>
      <description>&lt;P&gt;Hmm... my &lt;CODE&gt;inputs.conf&lt;/CODE&gt; is much more basic&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[snow://sys_audit]
disabled = 0
index = snow

[snow://sys_audit_delete]
disabled = 0
index = snow

[snow://sys_choice]
disabled = 0
index = snow

[snow://sys_user]
disabled = 0
index = snow

[snow://sys_user_group]
disabled = 0
index = snow

[snow://sysevent]
disabled = 0
index = snow
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Mar 2020 12:56:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490518#M136976</guid>
      <dc:creator>xavierashe</dc:creator>
      <dc:date>2020-03-12T12:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for ServiceNow：about the table "sys_audit_delete"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490519#M136977</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Are you successfully grabbing data from your other inputs (sysevent &amp;amp; sys_update_xml) using the same 'snow_account'?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:35:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490519#M136977</guid>
      <dc:creator>kdroddy</dc:creator>
      <dc:date>2020-09-30T04:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for ServiceNow：about the table "sys_audit_delete"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490520#M136978</link>
      <description>&lt;P&gt;Hello.&lt;BR /&gt;
Yes,I was able to get two tables.&lt;BR /&gt;
I guess I found out why it failed.&lt;BR /&gt;
It seems to be a problem with the timefield(sys_updated_on).&lt;BR /&gt;
The data in sys_audit_delete on SNOW are indexed by creation date.&lt;BR /&gt;
So,serch timed out.&lt;BR /&gt;
I will rewrite timefield = sys_created_on and try.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:39:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490520#M136978</guid>
      <dc:creator>kanahayashi</dc:creator>
      <dc:date>2020-09-30T04:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for ServiceNow：about the table "sys_audit_delete"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490521#M136979</link>
      <description>&lt;P&gt;How did your test go?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 19:07:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490521#M136979</guid>
      <dc:creator>kdroddy</dc:creator>
      <dc:date>2020-03-24T19:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for ServiceNow：about the table "sys_audit_delete"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490522#M136980</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
today,I succeeded in the test.&lt;BR /&gt;
Just as expected, I was misunderstanding about timefield.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 06:50:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Add-on-for-ServiceNow-about-the-table-quot-sys-audit/m-p/490522#M136980</guid>
      <dc:creator>kanahayashi</dc:creator>
      <dc:date>2020-03-26T06:50:02Z</dc:date>
    </item>
  </channel>
</rss>

