You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Brett Woodruff 76bb868089
Test2
5 months ago
New Inital Commit 5 months ago
New-smaller Test2 5 months ago
files Inital Commit 5 months ago
.gitignore Inital Commit 5 months ago
README.md Inital Commit 5 months ago
dockerfile Inital Commit 5 months ago
make Inital Commit 5 months ago
run commands Inital Commit 5 months ago
splunkbeta-9.2.2.20240415-51a9cf8e4d88-Linux-x86_64.tgz Inital Commit 5 months ago

README.md

Splunk Beta 9.2.2 Beta Docker ImageSplunk Beta 9.2.2 Beta Docker Image

Usage

This docker file is used to build a docker image that will contain Splunk Enterprise 9.2.2 Beta that features the new SPL2 search langauge.

Building The Docker Image

To build the image run the following: docker build -t {Image-name}:{tag} .

Example: docker build -t 481078097852.dkr.ecr.us-east-2.amazonaws.com/splunk:9.2.2-beta .

Running the image locally

To run the newly created image locally, run:

docker run -d -p 8000:8000 -p 8088:8088 -p 9997:9997 -e SPLUNK_START_ARGS="--accept-license" -e SPLUNK_PASSWORD="helloworld" --name splunk-beta 481078097852.dkr.ecr.us-east-2.amazonaws.com/splunk:9.2.2-beta

Pushing the image to ECR (Elastic Container Registry) for use with KGI K8S cluster

To push the image to ECR for the use within KGI's K8S cluster do the following:

  • Ensure that you are successfully authenticated with AWS-CLI as decribed here
  • Cache credentials and login using docker: aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin 481078097852.dkr.ecr.us-east-2.amazonaws.com
  • Push the image to ECR: docker push 481078097852.dkr.ecr.us-east-2.amazonaws.com/splunk:9.2.2-beta

Powered by BW's shoe-string budget.