Sign inSign up

splunk/splunk-amd64-linux

By splunk

•Updated 18 days ago

Image
1

10K+

splunk/splunk-amd64-linux repository overview

⁠Splunk in Docker!

Splunk Enterprise is a platform for operational intelligence. Our software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results.

Please refer to Splunk products⁠ for more knowledge about the features and capabilities of Splunk, and how you can bring it into your organization.

⁠Table of Contents

  1. Prerequisites⁠
  2. Quickstart⁠
  3. Documentation⁠
  4. Help and Support⁠

⁠Prerequisites

At the current time, this image only supports the Docker runtime engine and requires the following system prerequisites:

  1. Linux-based operating system (Debian, CentOS, etc.)
  2. Chipset:
    • splunk/splunk image supports x86-64 chipsets
    • splunk/universalforwarder image supports both x86-64 and s390x chipsets
  3. Kernel version > 4.0
  4. Docker engine
    • Docker Enterprise Engine 17.06.2 or later
    • Docker Community Engine 17.06.2 or later
  5. overlay2 Docker daemon storage driver

For more details, please see the official supported architectures and platforms for containerized Splunk environments⁠ as well as hardware and capacity recommendations⁠.

⁠Quickstart

Download the universal forwarder image to your local Docker engine:

$ docker pull splunk/splunk:latest

Use the following command to start a single instance of the Splunk Universal Forwarder:

$ docker run -d -p 8000:8000 -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com" -e "SPLUNK_PASSWORD=<password>" --name splunk splunk/splunk:latest

Let's break down what this command does:

  1. Starts a Docker container detached using the splunk/splunk:latest image.
  2. Expose a port mapping from the host's 8000 to the container's 8000.
  3. Specify a custom SPLUNK_PASSWORD - be sure to replace <password> with any string that conforms to the Splunk Enterprise password requirements⁠.
  4. Accepts the license agreement with SPLUNK_START_ARGS=--accept-license and SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com. This agreement must be explicitly accepted on every container or Splunk Enterprise doesn't start.**

After the container starts up successfully and enters the "healthy" state, you should be able to access SplunkWeb at http://localhost:8000⁠ with admin:<password>.

**: Starting in 10.x image versions of Splunk Enterprise and Splunk Universal Forwarder, license acceptance requires an additional SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com argument. This indicates that users have read and accepted the current/latest version of the Splunk General Terms, available here⁠, as may be updated from time to time. Unless you have jointly executed with Splunk a negotiated version of these General Terms that explicitly supersedes this agreement, by accessing or using Splunk software, you are agreeing to the Splunk General Terms posted at the time of your access and use and acknowledging its applicability to the Splunk software. Please read and make sure you agree to the Splunk General Terms before you access or use this software. Only after doing so should you include the --accept-license and --accept-sgt-current-at-splunk-com flags to indicate your acceptance of the Splunk General Terms and launch this software.

⁠Documentation

For full usage instructions (including examples, advanced deployments, scenarios), please visit the docker-splunk documentation⁠ page.

⁠Help and Support

To learn more about support for running Splunk in containers, please see the (support guidelines](https://splunk.github.io/docker-splunk/SUPPORT.html⁠).

Additionally, if you run into any issues or have any questions, you can:

⁠License

The software in this container is licensed under and subject to the Splunk General Terms⁠. By accessing this container and its software you agree to the Splunk General Terms⁠.

If you do not agree, do not access or use this software.

Tag summary

Content type

Image

Digest

sha256:4dbc53667…

Size

257 Bytes

Last updated

18 days ago

docker pull splunk/splunk-amd64-linux:sha256-3e56c339a5547698659f645474dca13d2c2ae3bbd6518a7a924ace1411dfa561.sig