-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Splunk 9.x Enterprise Certified Admin Guide
By :

As discussed in the preceding section, a single-server deployment consists of a single Splunk instance combining both SH and indexer functionality. The installation actually isn’t part of the admin exam blueprint; however, it is very helpful to get your hands dirty by experiencing Splunk yourself through the Splunk Web, configuration file (.conf
), and CLI options that we are going to discuss in upcoming chapters. This section provides instructions for installing Splunk Enterprise 9.0.3 on the Windows operating system. Let's get into it.
Let’s look at the system requirements of the computing environment. Splunk Enterprise supports multiple operating system environments. A full list of the supported options is available here: https://tinyurl.com/2tuudjwr. Splunk has the following hardware requirements:
My system specifications for where Splunk version 9.0.3 is going to be installed are as follows:
You might have noticed the physical CPU cores in my PC are fewer than recommended, which is absolutely fine as we are not going to run production workloads on the Splunk instance. Let’s get into the installation steps, as follows.
As a prerequisite, you need a high-speed internet connection to download the Splunk Enterprise free software package from here: https://www.splunk.com/en_us/download.html. If you do not have a Splunk account, then sign up and log in to continue. Choose the installation package by operating system and download the latest version, which is 9.0.3 at the time of writing.
Let’s begin the installation:
.msi
file that appears as splunk-9.0.3-dd0128b1f8cd-x64-release.msi
. Double-click on it to start the installation. You will be prompted to accept the license with the default installation options. Refer to Figure 1.8 and click the Next button:Figure 1.8: Installation – license agreement
Figure 1.9: Installation – creating administrator account credentials
Figure 1.10: Installation – click Install to begin
Figure 1.11: Installation successful
8000
is the default Splunk Web port and 127.0.0.1
is the loopback address. Enter the admin credentials created in step 2; then you will be taken to the Splunk Enterprise home page at http://127.0.0.1:8000/en-GB/app/launcher/home:Figure 1.12: Splunk Enterprise – first-time sign-in page
The installation is successfully completed. Now, let’s summarize what we learned in this chapter in the next section.