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!

Take Your Breath Away with Splunk Risk-Based Alerting (RBA)

WATCH NOW!The Splunk Guide to Risk-Based Alerting is here to empower your SOC like never before. Join Haylee ...

SignalFlow: What? Why? How?

What is SignalFlow? Splunk Observability Cloud’s analytics engine, SignalFlow, opens up a world of in-depth ...

Federated Search for Amazon S3 | Key Use Cases to Streamline Compliance Workflows

Modern business operations are supported by data compliance. As regulations evolve, organizations must ...