mirror of
https://github.com/helm/charts.git
synced 2026-08-22 13:57:51 +00:00
Fixed Graylog readme.md - graylog.geoip.ddbbUri is incorrect and replaced with graylog.geoip.mmdbUri (#22563)
Signed-off-by: Jeff Kolb <jeff.kolb@intlfcstone.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: graylog
|
||||
home: https://www.graylog.org
|
||||
version: 1.6.5
|
||||
version: 1.6.6
|
||||
appVersion: 3.1
|
||||
description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data.
|
||||
keywords:
|
||||
|
||||
@@ -146,7 +146,7 @@ The following table lists the configurable parameters of the Graylog chart and t
|
||||
| `graylog.input` | Graylog Input configuration (YAML) Sees #Input section for detail | `{}` |
|
||||
| `graylog.metrics.enabled` | If true, add Prometheus annotations to pods | `false` |
|
||||
| `graylog.geoip.enabled` | If true, Maxmind Geoip Lite will be installed to ${GRAYLOG_HOME}/etc/GeoLite2-City.mmdb | `false` |
|
||||
| `graylog.geoip.ddbbUri` | If set and geoip enabled, Maxmind Geoip Lite will be installed from the URL you have defined to ${GRAYLOG_HOME}/etc/GeoLite2-City.mmdb | |
|
||||
| `graylog.geoip.mmdbUri` | If set and geoip enabled, Maxmind Geoip Lite will be installed from the URL you have defined to ${GRAYLOG_HOME}/etc/GeoLite2-City.mmdb | |
|
||||
| `graylog.plugins` | A list of Graylog installation plugins | `[]` |
|
||||
| `graylog.rootUsername` | Graylog root user name | `admin` |
|
||||
| `graylog.rootPassword` | Graylog root password. If not set, random 16-character alphanumeric string | |
|
||||
|
||||
Reference in New Issue
Block a user