Project

General

Profile

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

  1. The IP address is invalid (if referring to the host by IP)
  2. The domain name cannot be resolved
  3. The port number provided is invalid (if a port is specified)
  4. Network connectivity is lost or a firewall blocks the connection

setup.png View (50.1 KB) Luke Murphey, 03/25/2019 11:02 PM