Dashboards & Visualizations

Need to create a dashboard

prabhu7720
New Member

Hi,

I'm able to get the count for NumberFormatException but the NumberFormatException is displayed in separate column. Please verify the screenshot. You will be able to understand.
I need to move the NumberFormatException and its count under Technical error. Could you please help me on this.

alt text

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Replace appendcols with append.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Replace appendcols with append.

---
If this reply helps you, Karma would be appreciated.
0 Karma

prabhu7720
New Member

Hi

The count value is moving to new row, but NumberFormatException is not moving under technical error

Technical_Error count NumberFormatException
CHASE_VALIDATION_FAILURE 1

UNEXPECTED_FAILURE 5

62

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Here's a slightly ugly workaround.

... | append [ ... | stats count | eval Technical_Error = "NumberFormatException" ]
---
If this reply helps you, Karma would be appreciated.
0 Karma

prabhu7720
New Member

it works.

Thank you 🙂

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Please provide a mock-up of the expected output.

---
If this reply helps you, Karma would be appreciated.
0 Karma

prabhu7720
New Member

The expected output should be as below.

Technical_Error count
CHASE_VALIDATION_FAILURE 1
UNEXPECTED_FAILURE 5
NumberFormatException 62

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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 ...