Skip to content

cluster_absolute_unit.yaml doesnt run as advertised #724

@tegge

Description

@tegge

Following the this documentation:
https://splunk.github.io/docker-splunk/advanced/DISTRIBUTED_TOPOLOGY.html

I wasnt able to start the cluster up.
Issues faced:

  1. default.yml inside ./test_scenarios/defaults/ wasnt respected atleast not for the password (generated via docker run with "SPLUNK_PASSWORD" set
  2. 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)
  3. Required adding - SPLUNK_GENERAL_TERMS=--accept-sgt-current-at-splunk-com otherwise 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions