-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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
After updating config.go, settings for parsers and measurement names are not taken #8362
Comments
should be resolved now. Thanks for the report! |
Telegraf 1.17.0 on Ubuntu Server 20.04 LTS. Same issue still, this time with the
While the documentation says |
@Danger89 it seems you have specified the parameter incorrectly:
please, try with |
Oopsy, let me check. EDIT: Sorry, it was indeed a typo! My bad! |
Relevant telegraf.conf:
Expected behavior:
The telegraf will work with this configuration
Actual behavior:
2020-11-04T10:19:56Z E! [telegraf] Error running agent: Error loading config file some_data.conf: plugin inputs.file: line 1: configuration specified the fields ["name_override" "data_type"], but they weren't used
Additional info:
I ran into this while testing after updating my branch after merging this PR - #7583.
Parameters for the parser are now marked as unused.
After that, I builded telegraf from the master branch, after which I encountered the error described above.
@ssoroka, take a look, please. The situation is reproduced on the
master
build.The text was updated successfully, but these errors were encountered: