Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.34 KB

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