Dashboards & Visualizations

Receiving error from pie chart that should show difference error codes by category

Khanu89
Path Finder

I am trying to create a pie chart that would show difference error codes by category. 

Here is my current query:

index= my_index

| stats last(_time) as _time last(Message) as Message by Type

| stats count by Type

| eval ErrorCode=443

| eval ErrorrCode=503

 

I'd like to pull in all errors without specifying the ErrorCodes as I have in my query.

Labels (1)
0 Karma

DanielPriceUK
Path Finder

Can you show us example of the data your working with?

0 Karma

Khanu89
Path Finder

what sort of data would you like me to share?

0 Karma

DanielPriceUK
Path Finder

The data your trying to create the Piechart with

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