Splunk Search

How to Create a Stacked Chart with 3 data points

kknopp
Path Finder

This seems similar to http://answers.splunk.com/answers/108423/stacked-chart-to-show-how-many-calls-where-assigned-to-the-..., but I can't seem to apply it in practice.

I have 3 values:
stats sum (Requests)
hourOfRequest (date_hour essentially)
host

I want to see a stacked chart, where each column is a host, and the sum(request) per hourOfRequest are the series within each column. I've tried a few different methods, but can't seem to get it.

Tags (3)
1 Solution

kknopp
Path Finder

Got it! Now that I understand chart commands better. Take out stats, just use charts and:

chart sum(requests) over host by hourOfRequest

View solution in original post

kknopp
Path Finder

Got it! Now that I understand chart commands better. Take out stats, just use charts and:

chart sum(requests) over host by hourOfRequest

Get Updates on the Splunk Community!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...