Troubleshooting » History » Version 2
« Previous -
Version 2/11
(diff) -
Next » -
Current version
Luke Murphey, 05/19/2016 05:36 PM
Troubleshooting¶
Below are some pointers to help in debugging the application:
Search for modular input errors¶
Run a search for the following and see if the logs indicate a problem with the modular input:
index=_internal sourcetype=web_availability_modular_input
Search for REST handler errors¶
Run a search for the following and see if the logs indicate a problem with the REST handler:
index=_internal source=*website_monitoring_rest_handler.log
Input fails and generates a "ConnectionError"¶
This can happen when the following is
- The IP address is invalid (if referring to the host by IP)
- The domain name cannot be resolved
- The port number provided is invalid (if a port is specified)
- Network connectivity is lost or a firewall blocks the connection