Bug #2079
Input fails to start because REST endpoint in Splunkd failed to respond
Start date:
09/29/2017
Due date:
% Done:
100%
Related issues
Associated revisions
Making input resilient to transient Splunkd exceptions
Reference #2079
Reordered the decorators so that they work together
Reference #2079
History
#1 Updated by Luke Murphey about 7 years ago
- Copied from Bug #2077: Input fails to start because REST endpoint in Splunkd failed to respond added
#2 Updated by Luke Murphey about 7 years ago
- Priority changed from Normal to Low
- % Done changed from 100 to 0
#3 Updated by Luke Murphey about 7 years ago
Deployed today to begin long-term testing.
#4 Updated by Luke Murphey about 7 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
#5 Updated by Luke Murphey about 7 years ago
2017-10-04 13:22:31,803 ERROR Execution failed Traceback (most recent call last): File "C:\Program Files\Splunk\etc\apps\website_input\bin\website_input_app\modular_input.py", line 1757, in execute self.do_run(in_stream, log_exception_and_continue=True) File "C:\Program Files\Splunk\etc\apps\website_input\bin\website_input_app\modular_input.py", line 1638, in do_run self.run(stanza, cleaned_params, input_config) File "C:\Program Files\Splunk\etc\apps\website_input\bin\web_input.py", line 277, in run if self.is_on_cloud(input_config.session_key) and not url.scheme == "https": File "C:\Program Files\Splunk\etc\apps\website_input\bin\website_input_app\modular_input.py", line 698, in wrapper return function(*args, **kwargs) TypeError: 'classmethod' object is not callable
#6 Updated by Luke Murphey about 7 years ago
Looks like classmethod must be first
#7 Updated by Luke Murphey about 7 years ago
This appears to be working now.
#8 Updated by Luke Murphey about 7 years ago
- Status changed from Feedback to Closed