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
A tag value cannot end with a backslash, even if escaped. You will get the following error:
2020-03-02T15:09:50Z E! [outputs.influxdb] When writing to [http://127.0.0.1:8086]: received error unable to parse {LineProtocolStringhere} : invalid tag format
But a tag value can end with spaces and other special chars.
So for example:
#Those are invalid rows
test, Tag1=HelloThere\ value1=1
test, Tag1=HelloThere\\ value1=1
#This is valid
test, Tag1=HelloThere\ value1=1
I've not found any reference to this limitation in the docs (but I remember reading something like it somewhere in a comment)
A tag value cannot end with a backslash, even if escaped. You will get the following error:
But a tag value can end with spaces and other special chars.
So for example:
I've not found any reference to this limitation in the docs (but I remember reading something like it somewhere in a comment)
URL for relevant page?
What products and version are you using?
Where did you look before opening the issue?
The text was updated successfully, but these errors were encountered: