项目作者: wvoliveira

项目描述 :
Helm chart to install Splunk Enterprise cluster.
高级语言: Smarty
项目地址: git://github.com/wvoliveira/chart-splunk.git
创建时间: 2021-03-04T23:55:24Z
项目社区:https://github.com/wvoliveira/chart-splunk

开源协议:

下载


chart-splunk

Lint and Test Charts

Helm chart for Splunk Enterprise..

Based on docker-splunk test_scenarios.

Dependencies

Get started

Clone repository and jump to folder project:

  1. git clone https://github.com/wvoliveira/chart-splunk
  2. cd chart-splunk

Add your developer License in mySplunkLicense.lic file:

  1. cat `license file path` > data/nginx/nginx-data-www/mySplunkLicense.lic

Install and create namespace if not exists:

  1. helm install --create-namespace --namespace splunk splunk .

Change to splunk namespace:

  1. kubectl config set-context --current --namespace=splunk

Waiting for setup done:

  1. kubectl logs -f svc/captain

When finish, message will be like:

  1. Ansible playbook complete, will begin streaming splunkd_stderr.log

Now export the node port from minikube to access web UI:

  1. minikube service search -n splunk

And that’s it. Your cluster is ready!