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
[[inputs.file]] files = ["test"] json_time_key = "timestamp" json_time_format = "unix" data_format = "json"
Telegraf 1.9 master
Input data:
{ "timestamp": 1541183052, "value": 42 }
telegraf --test
file value=42 1541183052000000000
file timestamp=1541183052,value=42 1541183052000000000
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Relevant telegraf.conf:
System info:
Telegraf 1.9 master
Steps to reproduce:
Input data:
telegraf --test
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: