humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Extra comma in result from query api. #44

Closed anagrius closed 6 years ago

anagrius commented 6 years ago

The query API returns a comma at the front of the array.

[,{"@timestamp":1529941532194,"#type":"kv","@error":"true","@error_msg":"Error parsing timestamp. errormsg=\"Text 'k3=3' could not be parsed at index 0\" string=\"k3=3\" zone...","@timezone":"Z","k3":"3","@rawstring":"k3=3","@event_parsed":"false","@id":"olN6vXICsGcObL6HN7Dh4PEG_52_0"}]
krestenkrab commented 6 years ago

I believe this is fixed in https://github.com/humio/humio/commit/a1230816f1bc5be9adec51218d03d803018dbbde on master. The fix is only on the 1.1.x release branch, not on 1.0.x.