Splunk Search

How to read the "key - value" information added when logging an exception in Splunk Mint?

ignaciosoler
New Member

We are adding extended information when logging handled exceptions with Mint as explained in the docs:

public void dostuff() {
    try {
        String a = null;
        a.toString();
    } catch(NullPointerException ex) {
        ex.printStackTrace();
        Mint.logException("level", "second level", ex);
    }
 }

But we cannot find a way of looking at that information on the Dashboard:

alt text

Where can we find this information on the site?

Tags (3)
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...