1. Help Center
  2. Integrations
  3. PreCrime® Intelligence Splunk App

How to install Splunk 

To install Splunk, in case you don’t have it following the guide below or using Docker:


You can install Splunk following the instructions: 


https://docs.splunk.com/Documentation/Splunk/9.2.1/SearchTutorial/InstallSplunk


Or with Docker:

  1. Ensure Docker is installed on your system.
  2. Pull the latest Splunk Docker image:

   ```

   docker pull splunk/splunk:latest

   ```

  1. Run the Docker container:

   ```

   docker run -d -p 8000:8000 -p 8088:8088 -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=yourpassword" --name splunk splunk/splunk:latest

   ```

   Replace `yourpassword` with your desired admin password.