We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated options that are replaced by others since some time.
related to #13351
Options should be removed. If possible a way to migrate configs containing those options should be provided.
Options there.
The following options are affected
inputs.disk
mountpoints
mount_points
inputs.mqtt_consumer
metric_buffer
inputs.nats_consumer
inputs.statsd
convert_names
metric_separator
outputs.influxdb
url
urls
The text was updated successfully, but these errors were encountered:
Next steps: as v1.30 will be in March 2024, then after new years 2024, circle around to this and removes these
Sorry, something went wrong.
srebhan
Successfully merging a pull request may close this issue.
Use Case
Remove deprecated options that are replaced by others since some time.
related to #13351
Expected behavior
Options should be removed. If possible a way to migrate configs containing those options should be provided.
Actual behavior
Options there.
Additional info
The following options are affected
inputs.disk
:mountpoints
replaced bymount_points
feat(migrations): Add option migration for inputs.disk #14141
chore(inputs.disk)!: Remove deprecated 'mountpoints' option #14913
inputs.mqtt_consumer
:metric_buffer
is ignoredfeat(migrations): Add option migration for inputs.mqtt_consumer #14233
chore(inputs.mqtt_consumer)!: Remove deprecated 'metric_buffer' option #14914
inputs.nats_consumer
:metric_buffer
is ignoredfeat(migrations): Add option migration for inputs.nats_consumer #14234
chore(inputs.nats_consumer)!: Remove deprecated 'metric_buffer' option #14915
Removed deprecationinputs.statsd
:convert_names
replaced bymetric_separator
outputs.influxdb
.url
replaced byurls
feat(migrations): Add option migration for outputs.influxdb #14341
chore(outputs.influxdb)!: Remove deprecated 'url' option #14916
The text was updated successfully, but these errors were encountered: