Issue with Pfsense and ELK integration
-
Hello,
I use Pfsense
2.6.0-RELEASE (amd64)
on ESXI 6 with IP as172.16.0.1
. I am trying to integrate the syslogs with ELK (latest). Using the scripted method, I installed the ELK on Ubuntu using pfelk (https://github.com/pfelk/pfelk/wiki).Once installed, I have enabled and configured the pfsense remote logging settings with everything and ELK's server and its port as
172.16.1.4:5140
. Additionally, I have added the firewall rules to allow under the LAN interface and validated using the pfsense shell withtelnet 172.16.1.4 5140
command and telnet returned connected.But, the issue is I am not seeing pfsense sending any syslogs to the ELK server. If anyone has any idea how to troubleshoot the problem or missed anything, please advise.
Thanks!
-
@gdzbedfz You should start with troubleshooting where the problem lies. Run a tcpdump on the interface you're sending the PFSense logs to. If you see Syslog, then you know the issue lies within the Elk configuration. If you don't see the logs running tcpdump, you have an issue blocking PfSense syslog from reaching Elk.