humio / issues

Issue Tracker for Humio
4 stars 2 forks source link

Match function cannot handle duplicates in .csv - field parameter #94

Open net1993 opened 4 years ago

net1993 commented 4 years ago

Issue: In my .csv file there are duplicate records in message_id column but different values in the corresponding columns: 106,value1 106,value2 so the result in Humio is : value2 and what I expect is to get both values, every on new line: value value2 so the result event wil be: event1|value\n value2

Thank you in advance.

andejens commented 4 years ago

We have implemented this as a hash map - so for now having one key with one value is what we expect.

Could you elaborate a bit on your use case?

net1993 commented 4 years ago

Yes, sure. Let me know how can I help.