This document includes troubleshooting recommendations and procedures that can help you solve problems arising from the configuration and usage of connectors.
Perform the following checks:
- The credentials (Beats Token, User, Port) entered while configuring Beats.
- The IP Address and Port mentioned while configuring the LogSources.
- Ports are open between log source and Adapter i.e, Listener port :: From LogSource to Adapter server
- The port is in listening mode. Verify using the following command:
netstat -auntp | grep <port>
- Checks for Auditbeat:
- The version installed is as per the configuration document.
- The contents of the auditbeat.yml file
- Username and password
- Verify if audit beat service is enabled
- Checks for Winlogbeat:
- Verify the .zip file downloaded is placed under C:\Program path.
- Check if winlogbeat is renamed to Winlogbeat.
- Verify if winbeat service is enabled.
- Checks for Filebeat:
- The version installed is as per the configuration document.
- Verify the configuration set in filebeat.yml file.
- Check if the Filebeat inputs is set to True
- Check the status of the filebeat service.
- Checks for Metricbeat:
- The version installed is as per the configuration document.
- The configuration of metricbeat.yml file
- The status of the metricbeat service
Proceed with the following steps, only if all the above checks are met.
- Logs are received on tcpdump of Adapter.
tcpdump -nnnAvi <interface> host <HOST_IP> and port <Listener_port>
- Verify the outgoing packets from LogSource to Adapter.
tcpdump -nnnAvi <interface> dst <Dst-IP> and port <Listener_port>
- If IP address and port information is correct and still traffic is not seen on tcpdump, a firewall or the network could be preventing inbound traffic over the specified port. Verify using the following command or Contact your Network Administrator to proceed with the troubleshooting steps.
iptables -n -v -L | grep <Event_Source_IP_addr>
- Login to the log source command line and test the server with ping utility using the following syntax:
ping -c 4 <Adapter_Server_IP_addr>
- Verify if logs are being received on DNIF Console.