Install Enterprise Security
This topic describes installing an on-premises search head with Splunk Enterprise Security. Splunk Cloud customers will work with Splunk Support to coordinate access to the Enterprise Security search head.
Splunk Enterprise Security prerequisites
To view the platform requirements for Splunk Enterprise Security, see Deployment planning in this manual. For an overview of the data sources and collection considerations for ES, see Data source planning in this manual.
Step 1. Download Splunk Enterprise Security
- Browse to splunk.com and log in with your Splunk.com ID. You must be a licensed Enterprise Security customer to download the product.
- Download the latest Splunk Enterprise Security product.
- Choose Download, and save the Splunk Enterprise Security product file to your desktop.
- Log in to the search head as an administrator.
Step 2. Install Splunk Enterprise Security
- On the Splunk Enterprise search page, browse to Apps > Manage Apps and choose Install App from File.
- Select Choose File and browse to the Splunk Enterprise Security product file.
- Select Upload to begin the installation.
- Select Set up now to begin the ES setup.
Step 3. Set up Splunk Enterprise Security
- Select Start.
- The Splunk Enterprise Security Post-Install Configuration page indicates the status as it moves through the stages of installation.
- Choose to exclude selected add-ons from being installed, or install and disable them. When the setup is done, the page will prompt you to restart Splunk platform services.
- Select Restart Splunk to finish the installation.
Installing Enterprise Security enables SSL on the search head. You must change the Splunk URL to use https
to access the search head after installing ES.
Step 4. Configure Enterprise Security
To continue configuring Splunk Enterprise Security, see the following.
- Install and deploy add-ons
- Configure and deploy Indexes
- Configure users and roles
- Configure data models
Installation from a command line
Perform a Splunk Enterprise Security installation using the Splunk software command line. See About the CLI for more about the Splunk software command line.
- Follow Step 1: Download Splunk Enterprise Security to download Splunk Enterprise Security and place it on the search head.
- Start the installation process on the search head. Follow Step 2: Install Splunk Enterprise Security or perform a REST call to start the installation from the server command line. For example:
curl -k -u admin:password https://localhost:8089/services/apps/local -d filename="true" -d name="<filename and directory>" -d update="true" -v
- On the search head, use the Splunk software command line to run:
splunk search '| essinstall' -auth admin:password
- Review the installation log in:
$SPLUNK_HOME/var/log/splunk/essinstaller2.log
Installation on a search head cluster
Splunk Enterprise Security has specific requirements and processes for implementing search head clustering.
- For an overview of search head clustering, see Search head clustering architecture in the Distributed Search Manual.
- For a complete list of search head clustering requirements, see System requirements and other deployment considerations for search head clusters in the Distributed Search Manual.
Use a staging instance to prepare Enterprise Security for the deployer. If you do not have a staging instance available, you can use a testing or QA Splunk Enterprise instance that does not have any other apps installed. A staging instance cannot be connected to production indexers or search peers. Use a staging instance for configuration changes and upgrades.
To install Enterprise Security on a search head cluster:
- Prepare a staging instance.
- Install Enterprise Security on the staging instance.
- Migrate the Enterprise Security installation to the deployer. Copy the apps, SAs, DAs, and TAs associated with the Splunk Enterprise Security Suite from
$SPLUNK_HOME/etc/apps
on the staging instance to$SPLUNK_HOME/etc/shcluster/apps
on the deployer. Do not copy the entire folder because you do not want to include default apps, such as the search app. - Use the deployer to deploy Enterprise Security to the cluster members.
Managing configuration changes in a search head cluster
Some system configuration changes that you make on the General Settings page in Enterprise Security must be deployed using the deployer:
- Enable or disable indexed real-time searches
- Modify the indexed real-time disk sync delay
- Enable or disable pushdown predicates search optimization
Instead of making those changes on a search head cluster member, make the changes on a staging instance. After testing the configuration on the staging instance, migrate the inputs.conf
configuration to the search head cluster deployer and deploy the updated configuration to the search head cluster.
Most configuration changes that you make in a search head cluster replicate automatically to other search head cluster members. For example:
- Add, modify, and disable threat intelligence sources
- Add, modify, and disable asset and identity source lists
- Make changes to the user interface
- Make changes to searches
See How configuration changes propagate across the search head cluster in the Distributed Search Manual.
Migrate an existing deployment
You cannot add an Enterprise Security search head or search head pool member directly to a search head cluster. To migrate a search head or search head pool member to a search head cluster, you must create a new search head cluster and deploy the latest version of Enterprise Security on it.
After the search head cluster is running Enterprise Security, you must manually review and migrate custom configurations from a previous Enterprise Security installation to the deployer of the new search head cluster to replicate the changes to the cluster members.
For more information, see the topic Migrate from a standalone search head to a search head cluster in the Splunk Enterprise Distributed Search Manual.
For assistance in planning a Splunk Enterprise Security deployment migration, contact Splunk Professional Services.
Data source planning | Install and deploy add-ons |
This documentation applies to the following versions of Splunk® Enterprise Security: 4.6.0 Cloud only
Feedback submitted, thanks!