Forwarders provide reliable, secure data collection from remote sources and forward that data into Splunk. They can scale to tens of thousands of remote systems, collecting terabytes of data.
Installation
- Access the Splunk Forwarder Download page.
- Sign in or create a Splunk account. Note: your Splunk account is not connected to your Ohio State account.
- Download the forwarder for the operating system the forwarding host will use. The Splunk forwarder is available for Windows, Linux, MacOS, FreeBSD, Solaris, and AIX.
- Create the directory you wish the forwarder to be installed. This is the deployment directory.
- Create the local system user that will be running the universal forwarder installation.
Using the GUI
- Double-click the installer and follow the instructions.
- Accept the license agreement and click "Install."
- After the installation starts, specify the deployment directory.
- Windows will automatically enable boot start. Linux will require running the following command to enable start on boot:
$SPLUNK_HOME/bin/splunk enable boot-start
Using the Command Line
Windows:
- Navigate to the deployment directory you just created.
- Install the forwarder:
msiexec.exe /i splunkforwarder_package_name.msi
- Start Splunk and accept the license:
$SPLUNK_HOME/bin/splunk start --accept-license
*nix:
- Navigate to the deployment directory you just created.
- Using one of the below commands, install the forwarder.
- TGZ:
tar xvzf splunkforwarder_package_name.tgz - RPM:
rpm -i splunkforwarder_package_name.rpm - DEB:
dpkg -i splunkforwarder_package_name.deb
- TGZ:
- Start Splunk and accept the license:
$SPLUNK_HOME/bin/splunk start --accept-license
- Start Splunk on boot:
$SPLUNK_HOME/bin/splunk enable boot-start
Configuring the Forwarder
Please see the Getting Data In job aid for details on configuring the Forwarder.