-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Description
Following the this documentation:
https://splunk.github.io/docker-splunk/advanced/DISTRIBUTED_TOPOLOGY.html
I wasnt able to start the cluster up.
Issues faced:
- default.yml inside ./test_scenarios/defaults/ wasnt respected atleast not for the password (generated via docker run with "SPLUNK_PASSWORD" set
- did not read the set env-var SPLUNK_PASSWORD when running compose up via make (also not when setting environment:
- SPLUNK_PASSWORD(which is missing in this compose file) - Required adding
- SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-comotherwise I would get license not accepted error.
How i generated default.yml:
docker run -it -e SPLUNK_PASSWORD=savepassword splunk/splunk:latest create-defaults > test_scenarios/defaults/default.yml
How I started the containers:
SPLUNK_PASSWORD=savepassword ; SPLUNK_COMPOSE=cluster_absolute_unit.yaml make sample-compose-up
OS: MacOS ARM64 (latest)
Docker Desktop: Version 4.45.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels