We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have been trying to enable clustering through compose file with no joy.
Could someone shed some light to the secret sauce?
The text was updated successfully, but these errors were encountered: