Skip to content

ARG commands - clustering #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ghost opened this issue Jun 25, 2018 · 0 comments
Open

ARG commands - clustering #79

ghost opened this issue Jun 25, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 25, 2018

Hello,

I have been trying to enable clustering through compose file with no joy.

Could someone shed some light to the secret sauce?

splunkmaster:
   restart: always
   build: ./splunkmaster
   hostname: splunkmaster
   # image: splunk/splunk:6.5.3
   environment:
     SPLUNK_START_ARGS: --accept-license --answer-yes
     SPLUNK_ENABLE_LISTEN: 9997
     SPLUNK_CMD_1: splunk edit cluster-config -mode master -replication_factor 3 -search_factor 2 -secret newsecret123456 -cluster_label cluster1 auth admin:changeme
     SPLUNK_CMD_2: splunk restart


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants