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
A process is creating line protocol entries in a log file which get parsed by Telegraf.
The file is then picked up by Telegraf using the tail input.
Unfortunately Telegraf complains about the timestamp being not in a correct format.
After a community post i have tried converting the file with UNIX line endings and it worked.
The goal of the project is to write points to standard log files (with line protocol format) and have Telegraf send them to AWS Kinesis and from there to Influx.
The text was updated successfully, but these errors were encountered:
A process is creating line protocol entries in a log file which get parsed by Telegraf.
The file is then picked up by Telegraf using the tail input.
Unfortunately Telegraf complains about the timestamp being not in a correct format.
After a community post i have tried converting the file with UNIX line endings and it worked.
ConsoleApp4.zip
The goal of the project is to write points to standard log files (with line protocol format) and have Telegraf send them to AWS Kinesis and from there to Influx.
The text was updated successfully, but these errors were encountered: