Telegraf inputs.file csv timestamp unix_ms

Telegraf 1.9.4

Input csv file:
timeStamp,elapsed
1550530705935,7720

Telegraf configuration:
[[inputs.file]]
files = [“results.csv”]
data_format = “csv”
csv_header_row_count = 1
csv_delimiter = “,”
csv_timestamp_column = “timeStamp”
csv_timestamp_format = “unix_ms”

Error:
[inputs.file]: Error in plugin: parsing time “1550530705935” as “unix_ms”: cannot parse “1550530705935” as “unix_ms”

Any help appreciated.

Seems like a bug, can you open a new issue?

Thanks for opening the issue, it turns out this feature was added only for Telegraf 1.10, and is not available in Telegraf 1.9. Sorry about the confusion.