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
Line protocol does not allow escaping of backslashes and as a result any measurement name, tag key, tag value, field key, field value that ends with a backslash is invalid.
In 1.3.3, items ending with a backslash may be parsed incorrectly potentially resulting in panic or malformed metrics.
Bug report
Line protocol does not allow escaping of backslashes and as a result any measurement name, tag key, tag value, field key, field value that ends with a backslash is invalid.
In 1.3.3, items ending with a backslash may be parsed incorrectly potentially resulting in panic or malformed metrics.
influxdata/influxdb#5231
Relevant telegraf.conf:
System info:
[Include Telegraf version, operating system name, and other relevant details]
Steps to reproduce:
Expected behavior:
Error? Removal of tailing slash?
Actual behavior:
Panic or malformed metric
Additional info:
[Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: