Getting Data In

How to forward logs via rsyslogd?

rahul2gupta
Path Finder

Hi,

We are facing issue that we are unable to forward logs into Splunk via rsyslogd. They are forwarding as shown below.

if $syslogfacility-text == "local4" then {

action(

        type="omfwd"

        Target="syslog.ad.crop"

        Port="5514"

        Protocol="tcp"

 

        ## queue.type default Direct

        queue.type="LinkedList"

        ## queue.size default 1000

        queue.size="100000"

        queue.filename="local4"

    )

    stop

}

logs were getting ingested till 8th feb . please help to resolve this issue.

Regards,

Rahul

Labels (2)
0 Karma
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 ...