Errors grouping in Data Table, how to add more columns?

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?

@caub,

For text and keyword fields, you can take advantage of the "Top Hit" metric to add additional columns to your data table.

To add a timestamp, you can select an aggregation metric (such as min or max) to grab a specific timestamp:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.