Feature #1913
Feature #1906: Cloud certification
Don't allow entry of non-HTTPS sites on cloud on inputs page
Start date:
07/01/2017
Due date:
% Done:
100%
Associated revisions
Users can no longer monitor non-HTTPS sites on Splunk cloud
Reference #1913
History
#1 Updated by Luke Murphey over 7 years ago
- Status changed from New to In Progress
#2 Updated by Luke Murphey over 7 years ago
Using field validation for this is difficult since the field doesn't have REST access and neither does the modular input constructor. I'll probably have to sub-class validate_parameters().
#3 Updated by Luke Murphey over 7 years ago
- Change get_validation_data to return the session ID
- Change do_validation to pass session ID
- Change validate_parameters to take session ID
#4 Updated by Luke Murphey over 7 years ago
Splunk doesn't seem to return the response to modular input validation failures.
I have a print_error function just like it has: http://docs.splunk.com/Documentation/Splunk/6.6.2/AdvancedDev/ModInputsExample
http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ModInputsExample
#5 Updated by Luke Murphey over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100