Created
January 14, 2022 17:05
-
-
Save ph/f7738d03ec18058ecd2c43acb9c77911 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metricbeat/autodiscover/appender/kubernetes/token/token.go | |
44: cfgwarn.Deprecate("7.0.0", "token appender is deprecated in favor of bearer_token_file config parameter") | |
metricbeat/module/system/core/config.go | |
45: cfgwarn.Deprecate("6.1.0", "cpu_ticks is deprecated. Add 'ticks' to the core.metrics list.") | |
metricbeat/module/system/cpu/config.go | |
46: cfgwarn.Deprecate("6.1.0", "cpu_ticks is deprecated. Add 'ticks' to the cpu.metrics list.") | |
metricbeat/module/system/process/config.go | |
40: cfgwarn.Deprecate("6.1.0", "cpu_ticks is deprecated. Use process.include_cpu_ticks instead") | |
metricbeat/internal/sysinit/init.go | |
79: cfgwarn.Deprecate("8.0.0", "The --system.hostfs flag will be removed in the future and replaced by a config value.") | |
105: cfgwarn.Deprecate("8.0.0", "The system.hostfs config value will be removed, use `hostfs` from within the module config.") | |
filebeat/config/config.go | |
132: cfgwarn.Deprecate("7.0.0", "config_dir is deprecated. Use `filebeat.config.inputs` instead.") | |
filebeat/input/config.go | |
42: cfgwarn.Deprecate("6.0.0", "input_type input config is deprecated. Use type instead.") | |
filebeat/input/log/input.go | |
89: cfgwarn.Deprecate("", "Log input. Use Filestream input instead.") | |
winlogbeat/eventlog/wineventlog.go | |
395: cfgwarn.Deprecate("8.0.0", fmt.Sprintf("api %s is deprecated and %s will be used instead", eventLoggingAPIName, winEventLogAPIName)) | |
heartbeat/monitors/active/http/checkjson.go | |
70: cfgwarn.Deprecate("8.0.0", "JSON conditions are deprecated, use 'expression' instead.") | |
packetbeat/protos/protos.go | |
120: cfgwarn.Deprecate("7.0.0", "dictionary style protocols configuration has been deprecated. Please use list-style protocols configuration.") | |
libbeat/autodiscover/providers/kubernetes/config.go | |
92: cfgwarn.Deprecate("8.0", "`host` will be deprecated, use `node` instead") | |
libbeat/autodiscover/builder/helper.go | |
204: cfgwarn.Deprecate("8.0.0", "disable hint is deprecated. Use `enabled: false` instead.") | |
libbeat/common/cfgtype/byte_size.go | |
36: cfgwarn.Deprecate("7.0.0", "size now requires a unit (KiB, MiB, etc...), current value: %s.", v) | |
libbeat/common/transport/tlscommon/config.go | |
102: cfgwarn.Deprecate("8.0.0", "Treating the CommonName field on X.509 certificates as a host name when no Subject Alternative Names are present is going to be removed. Please update your certificates if needed.") | |
libbeat/common/cfgwarn/cfgwarn.go | |
38:func Deprecate(version string, format string, v ...interface{}) { | |
x-pack/functionbeat/provider/aws/aws/config.go | |
130: cfgwarn.Deprecate("7.0.0", "size now requires a unit (KiB, MiB, etc...), current value: %s.", v) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment