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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...