https://github.com/imubit/graylog-helm-chart
Graylog Helm Chart for easy Kubernetes deployment
https://github.com/imubit/graylog-helm-chart
Last synced: 3 months ago
JSON representation
Graylog Helm Chart for easy Kubernetes deployment
- Host: GitHub
- URL: https://github.com/imubit/graylog-helm-chart
- Owner: imubit
- License: apache-2.0
- Created: 2018-05-23T16:40:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T08:36:43.000Z (over 6 years ago)
- Last Synced: 2025-01-21T13:06:41.523Z (4 months ago)
- Language: Smarty
- Size: 28.3 KB
- Stars: 17
- Watchers: 4
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graylog 2 Helm Chart
Graylog chart allows running heavy load Graylog cluster on Kubernetes.
(Roughly based on this work: https://github.com/listingmirror/graylog-kubernetes)
## Prerequisites Details
Kubernetes 1.8+ with Beta APIs enabled.
PV support on the underlying infrastructure.## Dependencies
This chart is dependent on:
* [mongodb-replicaset](https://github.com/kubernetes/charts/tree/master/stable/mongodb-replicaset)## Installing the Chart
To install the chart with the release name `logs`:
```bash
$ helm install --name logs . --set graylog.passwordSecret=<16+ CHARS PASSWORD> --set ingress.domain=example.com --namespace=monitoring
```The application will be accessible via `http://logs.example.com`
To install the chart when working with reverse proxy
```bash
$ helm install --name logs . --set graylog.passwordSecret=<16+ CHARS PASSWORD> --set ingress.domain=example.com --namespace=monitoring --set ingress.proxyDomain=
```## Configuration