Skip to content
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

Support nanosecond timestamps in the csv parser #5310

Closed
gsalcedo-itx opened this issue Jan 17, 2019 · 0 comments
Closed

Support nanosecond timestamps in the csv parser #5310

gsalcedo-itx opened this issue Jan 17, 2019 · 0 comments
Assignees
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@gsalcedo-itx
Copy link

Feature Request

Opening a feature request kicks off a discussion.

Proposal:

[[inputs.file]]
files =["/test/events-detail"]
data_format = “csv”
csv_header_row_count =1
csv_delimiter = “|”
csv_trim_space = true
csv_timestamp_column = “Timestamp”
csv_timestamp_format = “unix”

Jan 17 14:05:20 tl-rhel-74 telegraf[2469]: 2019-01-17T19:05:20Z E! [inputs.file]: Error in plugin: parsing time “131922246173139818” as “unix”: cannot parse “131922246173139818” as “unix”

Current behavior:

Desired behavior:

Use case: [Why is this important (helps with prioritizing requests)]

@danielnelson danielnelson added this to the 1.10.0 milestone Jan 17, 2019
@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label Jan 17, 2019
@glinton glinton self-assigned this Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

3 participants