We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When data is written in below form, server returns "missing tag value"
cpu,key1=f1,key2=f2,key3= value=xxx 1444718454
But it's successful in below form
cpu,key1=f1,key3=,key2=f2 value=xxx 1444718454
influxdb version is 0.9.4.1
The text was updated successfully, but these errors were encountered:
That second one should fail too with a missing tag value error.
missing tag value
Sorry, something went wrong.
Fix line protocol accepting tags with no values
e0ece9f
If a tag with no value was in the middle of all the tags, it would get accepted as valid incorrectly. Fixes #4421
jwilder
No branches or pull requests
When data is written in below form, server returns "missing tag value"
But it's successful in below form
influxdb version is 0.9.4.1
The text was updated successfully, but these errors were encountered: