Getting Data In

How can I configure rsyslog to send data to Splunk Entreprise ?

wafae
New Member
 
Tags (1)
0 Karma

bgaignon
Path Finder

Hi,
You have to edit the config file of your rsyslog: /etc/rsyslog.conf

I guess you already have a basic configuration.
the less you can do is:

if ($fromhost-ip == 'IP.TO.FORWARD') then @IP.SPLUNK:1514

Do not use the port 514 of course.
Now you should receive your logs on your Splunk port UDP 1514.
You have the possibility to use TCP as well.

Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...