Files with names like:
kb_2019-01-05-30-08_MainThread_102498_batch_1.xml
started building up in directory:
/opt/splunk/etc/apps/TA-QualysCloudPlatform/tmp
The files are 200MB in size, and up to 25 of them are being created per day.
The only error we could find in log:
/opt/splunk/var/log/splunk/ta_QualysCloudPlatform.log
is:
TA-QualysCloudPlatform: 2019-01-29T05:57:48Z PID=5451 [MainThread] ERROR: TA-QualysCloudPlatform [was_findings] - Unsuccessful while calling API [404 : Not Found].
Traceback (most recent call last):
File "/opt/splunk/etc/apps/TA-QualysCloudPlatform/bin/qualysModule/lib/api/Client.py", line 246, in get
request = urllib2.urlopen(req, timeout=300) # timeout set to bail in case of timeouts
File "/opt/splunk/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/opt/splunk/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
File "/opt/splunk/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "/opt/splunk/lib/python2.7/urllib2.py", line 475, in error
return self._call_chain(*args)
File "/opt/splunk/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/opt/splunk/lib/python2.7/urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found
The error is logged at 5 minute intervals.
The app is running on an instance of Splunk configured as a heavy forwarder. Splunk version is 6.5.1.
TA_QualysCloudPlatform version is: 1.2.3
... View more