Beats (Troubleshooting Procedure)

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:

  1. The credentials (Beats Token, User, Port) entered while configuring Beats.
  2. The IP Address and Port mentioned while configuring the LogSources.
  3. Ports are open between log source and Adapter i.e, Listener port :: From LogSource to Adapter server
  4. The port is in listening mode. Verify using the following command:
netstat  -auntp | grep <port>

Proceed with the following steps, only if all the above checks are met.

  1. 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.