Yes.
The Splunk forwarder typically gets data in two ways:
By Running commands such as netstat to get information about system state (scripted inputs)
By reading the contents of log files written by other applications, including those written by syslogd .
If you disable the local syslog daemon, then syslog data will not be be written to a file for Splunk to read. You would still be able to capture logs from applications that do not use syslog. For example, you'd still be able to get Apache access logs.
... View more