influxdata / docs-v2

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
https://docs.influxdata.com
MIT License
69 stars 258 forks source link

Tag values can't end in \ #5481

Open oliverrahner opened 1 month ago

oliverrahner commented 1 month ago

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 https://github.com/influxdata/docs.influxdata.com-ARCHIVE/issues/2676, but was removed at a later point, without the restriction being removed.

Relevant URLs