doksu / TA-centralops

CentralOps Technology Add-On for Splunk
MIT License
1 stars 2 forks source link

SSLError: Operation Timed Out #2

Closed doksu closed 7 years ago

doksu commented 7 years ago

It seems that when using the command in-line (example below), CentralOps may be blocking after two queries (due to query speed), because the following error is generated:

SSLError at "/opt/splunk/lib/python2.7/ssl.py", line 621 : ('The read operation timed out',)

Search example:

...
| lookup local=t centralopswhois_cache _key
| centralopswhois output=json _key
| rename _key_whois AS whois
| eval updated=if(isnull(updated),now(),updated)
| outputlookup append=t centralopswhois_cache
| spath input=whois
| rename *{} AS *
doksu commented 7 years ago

4c8104e64c575d9c8ee5d80a8804fdc18e2cacfe appears to fix the issue.

doksu commented 7 years ago

Merged into master and uploaded to Splunkbase.