From b72300a58b998bbd3327a2d03daa3e4598dddf18 Mon Sep 17 00:00:00 2001 From: Jeff Kolb Date: Thu, 28 May 2020 00:36:02 -0500 Subject: [PATCH] Fixed Graylog readme.md - graylog.geoip.ddbbUri is incorrect and replaced with graylog.geoip.mmdbUri (#22563) Signed-off-by: Jeff Kolb --- stable/graylog/Chart.yaml | 2 +- stable/graylog/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/graylog/Chart.yaml b/stable/graylog/Chart.yaml index 0f1fb0d041..daffce4350 100755 --- a/stable/graylog/Chart.yaml +++ b/stable/graylog/Chart.yaml @@ -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: diff --git a/stable/graylog/README.md b/stable/graylog/README.md index 367ca11339..2074bb4315 100644 --- a/stable/graylog/README.md +++ b/stable/graylog/README.md @@ -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 | |