Install Splunk Enterprise
You can install Splunk Enterprise on the following operating systems.
- Linux installation instructions
- Windows installation instructions
- Mac OS X installation instructions
For other installers or other supported operating systems, see the step-by-step installation instructions for that platform. After installing Splunk Enterprise, you can continue to Navigating Splunk Web.
Linux installation instructions
Splunk Enterprise provides three Linux installer options: an RPM, a DEB, or a .tar file.
Prerequisite
You must have access to a command-line interface (CLI). When you type in the installation commands, replace splunk_package_name
with the file name of the Splunk Enterprise installer that you downloaded.
Install the Splunk Enterprise RPM
You can install the Splunk Enterprise RPM in the default directory /opt/splunk
, or in a different directory.
- Use the CLI to install Splunk Enterprise.
- To install into the default directory, type
rpm -i splunk_package_name.rpm
. - To install into a different directory, add the
--prefix
flag to the installation command.
- For example, type
rpm -i --prefix=/opt/new_directory splunk_package_name.rpm
.
- For example, type
- To install into the default directory, type
- Go to the steps to Start Splunk Enterprise and launch Splunk Web.
Install the Splunk Enterprise DEB package
You can install the Splunk Enterprise DEB only into the /opt/splunk
directory.
- In the CLI, type
dpkg -i splunk_package_name.deb
. - Go to the steps to Start Splunk Enterprise and launch Splunk Web.
Install the Splunk Enterprise tar file
For the tar file, the default install directory is splunk
, in the current working directory. You can install Splunk Enterprise into a specific directory, such as /opt/splunk
, by using the -C
option.
- Expand the file into a specific directory using the
tar
command. To expand into the/opt/splunk
directory, typetar xvzf splunk_package_name.tgz -C /opt
in the CLI. - Go to Start Splunk Enterprise and launch Splunk Web.
Windows installation instructions
- Navigate to the folder or directory where the installer is located.
- Double-click the
splunk.msi
file to start the installer. - In the Welcome panel, click Next.
- Read and accept the License Agreement.
- Click Install.
- In Customer Information, type the requested details and click Next.
- In the Destination Folder panel, click Change to specify a different location, or click Next to accept the default value.
- Splunk Enterprise is installed by default into the
\Program Files\Splunk
directory. - In the Logon Information panel, select Local system user and click Next.
- For other user options, see the instructions for Install on Windows in the Installation Manual.
- After you specify a user, the preinstallation summary panel appears. Click Install.
- In the Installation Complete panel, select the Launch browser with Splunk and Create Start Menu Shortcut check boxes.
- Click Finish.
- The installation finishes, Splunk Enterprise starts, and Splunk Web launches in a browser window.
Continue with the tutorial with Navigating Splunk Web.
Mac OS X installation instructions
- Navigate to the folder or directory where the installer is located.
- Double-click the DMG file.
- A Finder window that contains the
splunk.pkg
opens. - Double-click the
Install Splunk
icon to start the installer. - The Introduction panel lists version and copyright information. Click Continue.
- The License panel lists shows the software license agreement. Click Continue.
- You will be asked to agree to the terms of the software license agreement. Click Agree.
- In the Installation Type panel, click Install. This installs Splunk Enterprise in the default directory
/Applications/splunk
. - You will be prompted to type in the password for your computer.
- When the installation finishes, a popup appears letting you know that an initialization must be performed. Click OK.
- A popup appears asking what you would like to do. Click Start and Show Splunk. The login page for Splunk Enterprise opens in your browser window.
- Close the two windows to Install Splunk.
The installer places a shortcut on the Desktop so that you can launch Splunk Enterprise from your Desktop any time.
- Go to Start Splunk Enterprise and launch Splunk Web.
Next step
Start Splunk Enterprise and launch Splunk Web
See also
Install on Linux in the Installation Manual.
What you need for this tutorial | Launch Splunk Web |
This documentation applies to the following versions of Splunk® Enterprise: 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.0.4, 7.0.5, 7.0.6, 7.0.7, 7.0.8, 7.0.9, 7.0.10, 7.0.11, 7.0.13
Feedback submitted, thanks!