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
I'm not able to implement the following insert: INSERT cpu,host=serverA,region=us_west value="with space"
or via REST: curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'cpu,host=server02 value="with space"
Could you verify and post a piece of code to not escape spaces with "\ "?
The text was updated successfully, but these errors were encountered:
I'm not able to implement the following insert:
INSERT cpu,host=serverA,region=us_west value="with space"
or via REST:
curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'cpu,host=server02 value="with space"
Could you verify and post a piece of code to not escape spaces with "\ "?
The text was updated successfully, but these errors were encountered: