You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: