You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
14:52 $ kubectl versionWARNING: This version information is deprecated and will be replaced with the output from kubectl version --short. Use --output=yaml|json to get the full version.Client Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.1", GitCommit:"3ddd0f45aa91e2f30c70734b175631bec5b5825a", GitTreeState:"clean", BuildDate:"2022-05-24T12:17:11Z", GoVersion:"go1.18.2", Compiler:"gc", Platform:"darwin/arm64"}Kustomize Version: v4.5.4Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.5", GitCommit:"8211ae4d6757c3fedc53cd740d163ef65287276a", GitTreeState:"clean", BuildDate:"2022-03-31T20:28:03Z", GoVersion:"go1.17.8", Compiler:"gc", Platform:"linux/amd64"}
Which version of the chart:
graylog-2.1.3
What happened:
Updated graylog image to 4.3.1-1 and saw the following in logs:
2022-06-01 19:41:50,415 WARN [MaxMindIpResolver] - Error creating DatabaseReader for 'MaxMindIpAsnResolver' with config file '' - {}
What you expected to happen:
either no log errors or a configuration option for the second database
How to reproduce it (as minimally and precisely as possible):
install chart, see nothing populated in graylog configuration for ASN DB
Anything else we need to know:
The text was updated successfully, but these errors were encountered:
Describe the bug
Helm chart lacks support for ASN databases - recent graylog (and/or plugin update) added support for GeoLite2-ASN database.
It would be nice if the chart had a key for the ASN database as well as the existing geoip.mmdbURI key.
Version of Helm and Kubernetes:
Helm Version:
Kubernetes Version:
Which version of the chart:
graylog-2.1.3
What happened:
Updated graylog image to 4.3.1-1 and saw the following in logs:
2022-06-01 19:41:50,415 WARN [MaxMindIpResolver] - Error creating DatabaseReader for 'MaxMindIpAsnResolver' with config file '' - {}
What you expected to happen:
either no log errors or a configuration option for the second database
How to reproduce it (as minimally and precisely as possible):
install chart, see nothing populated in graylog configuration for ASN DB
Anything else we need to know:
The text was updated successfully, but these errors were encountered: