docker-splunk icon indicating copy to clipboard operation
docker-splunk copied to clipboard

Splunk Docker GitHub Repository

Results 94 docker-splunk issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi I setup two containers (standalone and universalforwarder) with docker-compose as described in [https://splunk.github.io/docker-splunk/EXAMPLES.html#create-standalone-and-universal-forwarder](https://splunk.github.io/docker-splunk/EXAMPLES.html#create-standalone-and-universal-forwarder) Splunk standalone runs fine. Universal forwarder however shuts down after a full playbook run. Is it...

I searched the documentation and splunk docker related code, but did not find the relevant configuration. how to enable indexer acknowledgment via environment variables? many thx~

Getting below error when I'm trying to set up a splunk side car container. **ERROR OBSERVED** ``` TASK [splunk_universal_forwarder : Setup global HEC] *************************** task path: /opt/ansible/roles/splunk_common/tasks/set_as_hec_receiver.yml:4 fatal: [localhost]: FAILED!...

When using the `SPLUNK_APPS_URL=` environment param, the startup stops with: ``` deploy1 | TASK [splunk_deployment_server : Infer app filepath] *************************** deploy1 | fatal: [localhost]: FAILED! => {} deploy1 | deploy1...

On the [docker hub page](hub.docker.com/r/splunk/splunk) for the Splunk Enterprise image, it references the following in Quickstart, which appears to be a copy/paste error: `Use the following command to start a...

Ansible used in Splunk Docker container contains vulnerability. Is it possible to switch to a newer version in order to remediate it? https://github.com/splunk/docker-splunk/blob/develop/base/redhat-8/install.sh#L61 Link to vulnerability details: https://github.com/advisories/GHSA-2pfh-q76x-gwvm

Currently, the available architecture documentation at https://splunk.github.io/docker-splunk/ARCHITECTURE.html includes the following: > At the current time, this project only officially supports running Splunk Enterprise on debian:stretch-slim. We do have plans to...

This is related to Issue #318 At the moment, SPLUNK_PASSWORD is expected in ENV or default.yml or a password file is expected. Our Security Team is not happy with clear...

Hi all, apologies as this is not a standard issue. Long story short I have a UF container running in an environment and need to install the `snmp` package so...