docker-splunk
docker-splunk copied to clipboard
Splunk Docker GitHub Repository
Would it be possible to keep what is released to [docker hub](https://hub.docker.com/r/splunk/splunk) in line with what is released on [Github Releases](https://github.com/splunk/docker-splunk/releases). As they do not seem to be in sync,...
Image: splunk/universalforwarder:latest You can reproduce it with: https://github.com/splunk/docker-splunk/blob/develop/test_scenarios/1uf1so.yaml or as described here: https://splunk.github.io/docker-splunk/EXAMPLES.html#create-standalone-and-universal-forwarder `Universal forwarder` never starts with the the following error: ``` [WARNING]: Using world-readable permissions for temporary files...
```make splunk-redhat-8``` ``` #0 386.6 --2023-07-27 15:30:59-- https://busybox.net/downloads/binaries/1.35.0-aarch64-linux-musl/busybox #0 386.7 Resolving busybox.net (busybox.net)... 140.211.167.122 #0 386.9 Connecting to busybox.net (busybox.net)|140.211.167.122|:443... connected. #0 387.4 HTTP request sent, awaiting response... 404 Not...
docker hub images are only built for amd64 architecture, not arm64.
Hello, is it possible to inject custom CA certificate without rebuilding image? as we are using some Splunk Apps, which are being connecting with servers unders self-signed certs - we...
Hello, I was trying to build a Debian-10 image and saw the following error. ``` #7 38.11 E: Version '3.6.7-4+deb10u7' for 'libgnutls30' was not found ------ executor failed running [/bin/sh...
Same issue for all of these envvars below. No amount of `DEBUG=true` or `ANSIBLE_EXTRA_FLAGS=-vvvvvvvvvv` tells you that the .YAML directive is being overridden by the envvar, either. ```console $ docker...
Docs should be updated to advise users on the expected way they should report and share vuln scan reports in the support section and or security section: https://github.com/splunk/docker-splunk#support Advise what...
Hello! The base image thats being leveraged currently is redhat-RHEL8 and comes with numerous CVE's. We were wondering if it would be possible to use a different base image or...
I'm wondering if I can change `limits.conf` values by copying files to my dockerised splunk image, is it possible? Specifically I want to extend job lifetimes so that when I...