Cloud Support » History » Version 1
Luke Murphey, 06/02/2022 02:41 PM
1 | 1 | Luke Murphey | h1. Cloud Support |
---|---|---|---|
2 | 1 | Luke Murphey | |
3 | 1 | Luke Murphey | Website Monitoring will not allow users on Splunk Cloud to create inputs that are not using SSL (they are restricted to monitoring HTTPS). This is enforced in the backend code in the modular input (https://github.com/LukeMurphey/splunk-website-monitoring/blob/master/src/bin/web_ping.py) which will reject attempts to make an input that uses HTTP on Splunk Cloud and will refuse to run inputs on Cloud (in case the user crated an input manually via inputs.conf). |
4 | 1 | Luke Murphey | |
5 | 1 | Luke Murphey | If someone wants to monitor an HTTP site, they need to run a forwarder outside of Splunk's Cloud environment. |