humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Export to CSV missing fields in some cases #104

Open gwtwod opened 4 years ago

gwtwod commented 4 years ago

When creating new fields after a select(), those new fields are not available for CSV-exports. They don't appear in the response from /api/v1/repositories/sandbox/query/fieldorder either.

Example query from the sandbox tutorial dataset:

| select([method, userid])
| groupby([method, userid])

Screenshot: humio_csv_bug

If I remove the select() function here the _count field appears as expected.

andejens commented 4 years ago

Hi @gwtwod thank you for bringing this to our attention. We will take a look and fix this.

anagrius commented 4 years ago

@andejens This is a backend issue actually.