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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...