Helm chart to install Splunk Enterprise cluster.
Helm chart for Splunk Enterprise..
Based on docker-splunk test_scenarios.
Clone repository and jump to folder project:
git clone https://github.com/wvoliveira/chart-splunk
cd chart-splunk
Add your developer License in mySplunkLicense.lic
file:
cat `license file path` > data/nginx/nginx-data-www/mySplunkLicense.lic
Install and create namespace if not exists:
helm install --create-namespace --namespace splunk splunk .
Change to splunk
namespace:
kubectl config set-context --current --namespace=splunk
Waiting for setup done:
kubectl logs -f svc/captain
When finish, message will be like:
Ansible playbook complete, will begin streaming splunkd_stderr.log
Now export the node port from minikube to access web UI:
minikube service search -n splunk
And that’s it. Your cluster is ready!