Files
deprecated-helm-charts/incubator/riemann
AdamDang 8d9435e4bd typo fix in riemann/README.md (#4995)
* Add version for riemann

Add version for riemann

* Typo fix in riemann/README.md

Typo fix in riemann/README.md
2018-04-14 22:38:59 -07:00
..

Riemann Helm Chart

Riemann is an event stream processor for monitoring distributed systems. The heart of Riemann is in its clojure based stream configurations. Read more about Riemann at http://riemann.io/.

Riemann was created by Kyle Kingsbury with help from many others.

Install

helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
helm install incubator/riemann

Configuration

The following configurations may be set. It is recommended to use values.yaml for overwriting the Riemann config.

Parameter Description Default
replicaCount How many replicas to run. Riemann can really only work with one. 1
image.repository Name of the image to run, without the tag. raykrueger/riemann
image.tag The image tag to use. 0.2.14
image.pullPolicy The kubernetes image pull policy. IfNotPresent
service.type The kubernetes service type to use. ClusterIP
service.ports.udp The udp port the service should listen on. 5555
service.ports.tcp The tcp port the service should listen on. 5555
service.ports.websocket The port the service should listen on for use with websockets. 5556
resources Any resource constraints to apply. None
riemann.config The actual configuration loaded into the Riemann application. (See values.yaml)

For more information see http://riemann.io/howto.html#changing-the-config

Logging

The riemann engine is configured, by default, to log to stdout. Also, all events are logged to stdout as they are received. Users may want to tune this down depending on their needs.