I made this Data Table for visualizing errors, by most frequent occurrences
I used a Terms aggregation on error.stack field (I'd have preferred error.message, but it's not listed)
I'd like to add other 'descriptive' columns on each row, for example the error.message field, the last timestamp, and a way to link to the full log data for this event
similarly to google error reporting below:
slightly related: Grouping values?


