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

Tag values can't end in \ #5481

Open
oliverrahner opened this issue May 27, 2024 · 0 comments
Open

Tag values can't end in \ #5481

oliverrahner opened this issue May 27, 2024 · 0 comments

Comments

@oliverrahner
Copy link

Even if escaped, a tag vaulue can't end in a backslash \

So, sending this:
h2o,city=EastCalifornia,location=a\\,region=asdf water_level=20.0 2

Results in an error:
HTTP status code: 400; Message: unable to parse 'h2o,city=EastCalifornia,location=a\\,region=asdf water_level=20.0 20': invalid tag format

This was already mentioned in an earlier version of the docs, see influxdata/docs.influxdata.com-ARCHIVE#2676, but was removed at a later point, without the restriction being removed.

Relevant URLs
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

1 participant