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!

Why You Can't Miss .conf25: Unleashing the Power of Agentic AI with Splunk & Cisco

The Defining Technology Movement of Our Lifetime The advent of agentic AI is arguably the defining technology ...

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...