v1k0d3n / kube-bro-helm-chart

A Helm Chart making it straightforward to install Bro under Kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kube-bro

This is a Helm Chart packaging Bro IDS for easy installation onto Kubernetes. That said, there are some prerequisites to make this work properly. Detailed discussion of this is available in this blog series.

In a nutshell.

Settings

There are three important settings you will need to set when running this chart.

  • You need to explicitly accept the CloudLens EULA by setting global.cloudlens.acceptEula to 'y'
  • You need to give the project Key from your CloudLens project by settings global.cloudlens.apikey.
  • You need to point to the elasticsearch cluster by setting elasticsearch.url

For example,

helm install kube-bro-0.1.0.tgz --name bro --tls --set elasticsearch.url=bro-es-elasticsearch-coordinating-only:9200,global.cloudlens.acceptEula=y,global.cloudlens.apikey=sxxxxxxxxxxxxxxxxxxxxxxxxxx

About

A Helm Chart making it straightforward to install Bro under Kubernetes.

License:Apache License 2.0


Languages

Language:Smarty 100.0%