-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Wrong format for InfluxDB 0.9.1? #41
Comments
Seconded. I am probably getting the same error you are. It looks like tags are still broken.
|
The error is caused by the missing serial tag value. Influxdb 0.9.1 now rejects writes with empty tag values as a 400 error. To get the missing hostname tag, you also need to upgrade to telegraf-0.1.2 |
this was closed by PR #45, thanks! |
I'm getting these in the log
[http] 2015/07/03 10:32:26 127.0.0.1 - - [03/Jul/2015:10:32:26 +0200] POST /write?consistency=&db=telegraf&precision=&rp= HTTP/1.1 400 106 - InfluxDBClient 08d797be-215e-11e5-8005-000000000000 2.541832ms
When running telegraf_0.1.2_amd64 on Ubuntu Server 14.04 LTS
The text was updated successfully, but these errors were encountered: