humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

When selecting a time from the timestamp field, it adds it to the search in the human readable time which doesn't work. It should add it as epoch. #59

Closed jfraiberg closed 5 years ago

jfraiberg commented 5 years ago

I was told it human readable just for the "fields" section, but it is actually in epoch.

mwl commented 5 years ago

Thanks for reporting @jfraiberg. Could you provide us with some screenshots of the steps to reproduce this issue?

jfraiberg commented 5 years ago

When I click on a specific timestamp field from the fields list it adds it to the search like this which does not return any results -

@timestamp = "1545227439668 (2018-12-19 08:50:39.668)"

That doesn't work unless you change it to -

@timestamp = "1545227439668"

Chadtech commented 5 years ago

Hey @jfraiberg , I just merged a fix for this one. Thanks for reporting it.