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

The milliseconds time precision parameter is "ms", not "m" #22

Closed
contentfree opened this issue May 21, 2015 · 1 comment
Closed

The milliseconds time precision parameter is "ms", not "m" #22

contentfree opened this issue May 21, 2015 · 1 comment

Comments

@contentfree
Copy link
Contributor

From the Influxdb docs: "If you write data with a time you should specify the precision, which can be done via the time_precision query parameter. It can be set to either s for seconds, ms for milliseconds, or u for microseconds."

Whereas this plugin validates time_precision as "m" for milliseconds. This leads to the incorrect precision in influxdb.

(Additionally, the default probably should match Influxdb's default of millisecond.)

@albanf albanf mentioned this issue Aug 19, 2015
suyograo added a commit that referenced this issue Jan 30, 2016
mikelaws pushed a commit to mikelaws/logstash-output-influxdb that referenced this issue Feb 29, 2016
@suyograo
Copy link
Contributor

Fixed in #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants