Github user iraghumitra commented on the issue:
https://github.com/apache/metron/pull/768
@nickwallen I kind of agree with @justinleet here. The rest api is should
handle empty values in a better way.
Though we can circumvent the empty values issue in groups by assuming all
the missing records have an empty value for the selected group but the current
search api doesn't support searching on empty value ie we cannot fire a search
query that says 'give me all rows where host is empty'. Hence we will not be
able to show the individual alerts under the group. This need to be handled in
rest.
Do you think this is a must-have for this PR or can we handle it in a
follow-up PR ?.
---