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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...