Dashboards & Visualizations

How do I create a bar chart showing the different types of Windows event log sourcetype?

5plunked
Explorer

Hi,

I am just trying to create a simple bar graph to show the count of the different type of windows log sourcetype, however it does not seems to work.

field: sourcetype
values: WMI:WinEventLog:Application, WinEventLog:Security, WinEventLog:System

This is my current search:
host= count(sourcetype="WinEventLog:System", sourcetype="WinEventLog:Security", sourcetpye="WMI:WinEventLog:Application")

Thank you in advance!

0 Karma
1 Solution

5plunked
Explorer

host= source=* | stats count by source

View solution in original post

0 Karma

woodcock
Esteemed Legend

Like this:

tstats count WHERE source=* BY source
0 Karma

5plunked
Explorer

host= source=* | stats count by source

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

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