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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...