Splunk Search

Stacked Chart to show how many calls where assigned to the Assignee by the Queuemanagers

NielSplunk
New Member

I am pretty new to Splunk, but pretty hooked already 🙂
After creating some handy reports, I now have a hard time creating a stacked chart telling me who assigned calls to the assignees. I searched manuals as-well as the answers section, but was not able to find a working solution.

I created a search line which gives me the needed data:

 CallUpdateAction="assigned" QueueMan="" AND Analyst=""

The question now is, how do I get the data stacked like the image (not enough Karma) at my https dropbox link dl.dropboxusercontent.com/u/20804642/Splunk_Forum/Call_Assignment_Chart.png

I hope you can give me some directions on this matter!

Thanks,

Niels

Tags (3)
0 Karma
1 Solution

polymorphic
Communicator

This should work:

CallUpdateAction="assigned" | chart count over Analyst by QueueMan

View solution in original post

0 Karma

polymorphic
Communicator

This should work:

CallUpdateAction="assigned" | chart count over Analyst by QueueMan
0 Karma

NielSplunk
New Member

Fulfilled with shame I say thank you!

0 Karma
Get Updates on the Splunk Community!

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

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...