The line protocol documentation reads:
For string field values use a backslash character \ to escape:
However, according to the current implementation in InfluxDB, backslashes also need to be escaped. This makes another line in the section incorrect:
Line Protocol does not require users to escape the backslash character \.
URL for relevant page?
https://docs.influxdata.com/influxdb/v1.3/write_protocols/line_protocol_reference/#special-characters
What products and version are you using?
InfluxDB 1.3.4
Where did you look before opening the issue?
influxdata/influxdb#8728