Splunk Search

How to get the count of the value and displaying it as a number in a bar graph?

rkaakaty
Path Finder

Hi,

I am trying to count how many certain TYPES there are in the data I am using.

For example, there are three types

  • Confirmed
  • Likely
  • Potential

I want the graph to look something like this:

alt text

This is my search so far:

eventtype=qualys_vm_detection_event STATUS!="FIXED"
| fillnull value=- PROTOCOL
| table TYPE, QID
| head 10
0 Karma
1 Solution

cmerriman
Super Champion

can you just add a |stats count by TYPE
and visualize as a column chart?

View solution in original post

cmerriman
Super Champion

can you just add a |stats count by TYPE
and visualize as a column chart?

Get Updates on the Splunk Community!

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...