Skip to content

Commit d67bb1e

Browse files
committed
Update README.md
1 parent 205af76 commit d67bb1e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ Enable TLS for your Graylog installation, referencing the Kubernetes secret:
206206
helm upgrade graylog ./graylog -n graylog --reuse-values --set graylog.config.tls.byoc.enabled=true --set graylog.config.tls.byoc.secretName="my-cert"
207207
```
208208

209+
### Enable Geolocation
210+
```sh
211+
helm upgrade graylog ./graylog -n graylog --reuse-values --set graylog.config.geolocation.enabled=true --set graylog.config.geolocation.maxmindGeoIp.enabled=true --set graylog.config.geolocation.maxmindGeoIp.accountId="<YOUR-MAXMIND-ACCOUNT-ID-HERE>" --set graylog.config.geolocation.maxmindGeoIp.licenseKey="<YOUR-MAXMIND-LICENSE-KEY-HERE>"
212+
```
213+
209214
## Uninstall
210215
```sh
211216
# optional: scale Graylog down to zero

0 commit comments

Comments
 (0)