Please can someone confirm the Splunk Add-on for Okta version 1.2 works with Splunk 6.5.0 Enterprise? I have used the Chrome extension 'postman' to validate my token and also curl from the Splunk server all of which returned results. Yet I cannot get the add-on to work after having tried the configuration files and web methods it just doesn't work. The connection is being proxied and I can see the outbound calls to the API yet it fails to connect?
The output in ta_okta.log is:
2016-11-01 10:51:00,603 ERROR pid=3580 tid=MainThread file=okta_rest_client.py:request:91 | Failed to connect https://mycompany.okta.com/api/v1/events?filter=published+ge+%222016-10-02T17%3A11%3A18.000Z%22&limit=200, reason=Traceback (most recent call last):
File "/opt/splunk/etc/apps/Splunk_TA_okta/bin/okta_rest_client.py", line 80, in request
headers=headers)
File "/opt/splunk/etc/apps/Splunk_TA_okta/bin/splunktalib/httplib2/__init__.py", line 1593, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/opt/splunk/etc/apps/Splunk_TA_okta/bin/splunktalib/httplib2/__init__.py", line 1335, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/opt/splunk/etc/apps/Splunk_TA_okta/bin/splunktalib/httplib2/__init__.py", line 1257, in _conn_request
conn.connect()
File "/opt/splunk/etc/apps/Splunk_TA_okta/bin/splunktalib/httplib2/__init__.py", line 1018, in connect
sock.connect((self.host, self.port))
File "/opt/splunk/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
timeout: timed out
Confirmation or help would be useful?
↧