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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...