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!

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

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...