humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Top/lower and groupby #99

Open skarum opened 4 years ago

skarum commented 4 years ago

When using lowercase on a field the group by results seems very reduced - also beyond the casing.

Group by on a field image

Lowercase the field and group by: image

I would expect the results would be almost the same (only putting upper cased values together with lowercase).

Seems to be the same issue with top()

skarum commented 4 years ago

I did a bit more digging and it looks like only the records that are transformed are returned. In the example above it's only the values that were uppercase before that are returned. When doing an ´upper´ instead I get all the results - except the one that was already uppercased.

KGausel commented 4 years ago

This should be closed by bugfix: upper and lower setting null values in some instances #3947