Splunk Search

stacked bar chart of sum of errorcodes by server

eddychuah
Path Finder

I'm trying to create 1 bar chart to kill 2 views, my search is as follows;

sourcetype="error log" severity=ERROR | top limit=10 error_code by host

and yields
host error_code count
app1 code0001 300
app1 code0002 171
app1 code0003 145
app2 code0001 546
app2 code0002 197
app2 code0003 146
app3 code0001 412
app3 code0002 168
app3 code0003 149

i am looking for a simple bar chart of error_code on Y-axis and count on X-axis however, the x-axis should be stacked so that i can see code001 broken down/chunked out into 3 sections of host#

please help

Tags (3)
0 Karma
1 Solution

elliotproebstel
Champion

I think this should do the trick:
| chart values(count) AS count BY error_code host

Make sure your visualization is set to stacked mode (under Format).

View solution in original post

elliotproebstel
Champion

I think this should do the trick:
| chart values(count) AS count BY error_code host

Make sure your visualization is set to stacked mode (under Format).

eddychuah
Path Finder

thank you!!! works as intended!

am still trying to learn all the splunk graphing command fundamentals ^^

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...