Splunk Enterprise

Logs not geting indexed Splunk and Pfsense

vidarne77
New Member

i have had splunk working earlier when it was installed on a Ubuntu release, no i am trying it on a vm .ova file
Splunk Version 3.4.4 Dec. 7, 2018
Pfsens is 2.4.4

The problem I have is that no logs are coming into Splunk, i have set up pfsense to send the log file to a remote syslog server.
Splunk has been set up to lisen on port 7001 and 7002 upd

alt text

Netstat
alt text
udp 0 0 0.0.0.0:7001 0.0.0.0:* 5347/splunkd
udp 0 0 0.0.0.0:7002 0.0.0.0:* 5347/splunkd

if i try telnet to localhost on ports 7001 and 7002 i get no rute to host
[splunk@localhost splunk]$ telnet localhost 7001
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying ::1...
telnet: connect to address ::1: No route to host
[splunk@localhost splunk]$

If you telnet to the syslog server will it not give you a connection?

if i try using syslog test message utility it will not show any thing in Splunk.

Any ideas what so can be wrong ??

Found the error iptables was on solution was sudo iptables -I INPUT -p udp --dport 7001 -j ACCEPT

Tags (1)
0 Karma
Get Updates on the Splunk Community!

New This Month - Splunk Observability updates and improvements for faster ...

What’s New? This month, we’re delivering several enhancements across Splunk Observability Cloud for faster and ...

What's New in Splunk Cloud Platform 9.3.2411?

Hey Splunky People! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2411. This release ...

Buttercup Games: Further Dashboarding Techniques (Part 6)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...