Dashboards & Visualizations

chart command

lucky
Explorer

HI All,

I need to display the results same as like below 

|chart count over API by StatusCode 

API  200 300 400 400 total
--   ---      ----     --      ---
but I need to display the results behind API more fields like host and method as well

API host method 200 300 400  total 
--     ---    ---              --      ---    ----

please help to get the results

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| eval merged=API."|".host."|".method
| chart count over merged by StatusCode
| addtotals
| eval API=mvindex(split(merged,"|"),0)
| eval host=mvindex(split(merged,"|"),1)
| eval method=mvindex(split(merged,"|"),2)
| fields - merged
0 Karma
Get Updates on the Splunk Community!

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...