Splunk Search

How to edit my stats search to display a bar chart?

kiran331
Builder

Hi

I have a data with fields OS and Name. I need to show the count and values of OS for Each Name like on X-axis all Names with bar graph showing OS and its count. Any suggestions?

Search I'm using:

base query.. | stats count(OS) values(OS) by Name

But it's not working as expected.

0 Karma
1 Solution

niketn
Legend

Try this

 base query.. 
| chart count over Name by OS
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

niketn
Legend

Try this

 base query.. 
| chart count over Name by OS
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...