|
|
@ -2,23 +2,26 @@
|
|
|
|
Splunk Beta 9.2.2 Beta Docker Image Dockerfiles
|
|
|
|
Splunk Beta 9.2.2 Beta Docker Image Dockerfiles
|
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## 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.
|
|
|
|
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
|
|
|
|
## Building The Docker Image
|
|
|
|
|
|
|
|
|
|
|
|
To build the image run the following:
|
|
|
|
To build the image run the following:
|
|
|
|
`docker build -t {Image-name}:{tag} .`
|
|
|
|
`docker build -t {Image-name}:{tag} .`
|
|
|
|
|
|
|
|
|
|
|
|
Example:
|
|
|
|
Example:
|
|
|
|
`docker build -t 481078097852.dkr.ecr.us-east-2.amazonaws.com/splunk:9.2.2-beta .`
|
|
|
|
`docker build -t 481078097852.dkr.ecr.us-east-2.amazonaws.com/splunk:9.2.2-beta .`
|
|
|
|
|
|
|
|
|
|
|
|
## Running the image locally
|
|
|
|
## Running the image locally
|
|
|
|
|
|
|
|
|
|
|
|
To run the newly created image locally, run:
|
|
|
|
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`
|
|
|
|
`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
|
|
|
|
## 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:
|
|
|
|
To push the image to ECR for the use within KGI's K8S cluster do the following:
|
|
|
|