docker-splunk | Splunk Docker GitHub Repository
kandi X-RAY | docker-splunk Summary
kandi X-RAY | docker-splunk Summary
Welcome to the official Splunk repository of Dockerfiles for building Splunk Enterprise and Splunk Universal Forwarder images for containerized deployments. :warning: DEPRECATION NOTICE We are no longer releasing Debian images on Docker Hub as of May 2021 (Splunk Enterprise v8.2.0+). Red Hat images will continue to be published.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Run test suite .
- Generate a random string .
- parse command line arguments
docker-splunk Key Features
docker-splunk Examples and Code Snippets
Community Discussions
Trending Discussions on docker-splunk
QUESTION
I'm using splunk/splunk
docker image with the following commands to build and run, as I learned from the repository README:
ANSWER
Answered 2018-Oct-08 at 06:42Well, apparently the password must be up to some default requirements, from https://hub.docker.com/r/splunk/splunk/:
For a basic standalone Splunk environment, run the following command:
$ docker run -d -p 8000:8000 -e 'SPLUNK_START_ARGS=--accept-license' -e 'SPLUNK_PASSWORD=' splunk/splunk:latest Note: The password supplied must conform to the default Splunk Enterprise password requirements*
After changing the password from '1234' to '12345678910', login worked fine (only default requirement that matters is password length should be at least 8 characters).
Since this failure to create user is silenced, and since this is only documented in dockerhub but not in github, I will open a case to notify them.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docker-splunk
Starts a Docker container using the splunk/splunk:latest image.
Names the container as so1.
Exposes a port mapping from the host's 8000 port to the container's 8000 port
Specifies a custom SPLUNK_PASSWORD.
Accepts the license agreement with SPLUNK_START_ARGS=--accept-license. This agreement must be explicitly accepted on every container or Splunk Enterprise doesn't start.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page