This example provides a docker-compose
environment that sends redis data to stdout and sfx. You can change the exporters to your liking by modifying otel-collector-config.yaml
.
You'll need to install docker at a minimum. Ensure the following environment variables are properly set:
REDIS_PASSWORD
(default:changeme
, seeredis.conf
)SPLUNK_ACCESS_TOKEN
(for sfx exporter)SPLUNK_REALM
(for sfx exporter)
Once you've verified your environment, you can run the example by
$> docker-compose up