I'm receiving a ton of errors in my Python log from the AWS Addon on the HF I'm running the data gathering from. I have been collecting data, and seemingly my dashboards appear to be working OK. However, I'm concerned that this error is indicative of a problem which may be causing data to go missing.
Have any of you encountered this error and have successfully troubleshooted it? Is there an option in the app or on Splunk I can turn on to increase the verboseness of the logging? Since I'm unable to see which of the data gathering commands is spawning this error I'm not really sure what to do. Thanks!
Supporting info:
- Splunk 6.3.0.1
- Splunk Addon for AWS 4.1.1
- No proxy configured
Error:
2016-11-03 13:42:28,920 ERROR Caught exception reading instance data
Traceback (most recent call last):
File "/opt/splunk/etc/apps/Splunk_TA_aws/bin/boto/utils.py", line 210, in retry_url
r = opener.open(req, timeout=timeout)
File "/opt/splunk/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/opt/splunk/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
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 1227, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/opt/splunk/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
URLError:
↧