Hi
I'm trying to make java exceptions easier to read in a dashboard. The data is in JSON format and I have a search which formats the data into a table. But the exceptions are just too big to be displayed for all events at the same time.
So what I would like to do is, display the first 3 columns in the dashboard so I can identify the relevant event. Then once the event is clicked on, it expands to show more columns which contain the exception details.
Any assistance would be greatly appreciated.
I found this post to be of most use: