Back to Beats

Event Processing Metrics [metrics-winlogbeat]

docs/reference/winlogbeat/metrics-winlogbeat.md

9.4.0891 B
Original Source

Event Processing Metrics [metrics-winlogbeat]

Winlogbeat exposes metrics under the HTTP monitoring endpoint. These metrics are exposed under the /inputs path. They can be used to observe the event log processing activity of Winlogbeat.

Winlog Metrics [_winlog_metrics]

MetricDescription
providerName of the provider being read.
received_events_totalTotal number of events received.
discarded_events_totalTotal number of discarded events.
errors_totalTotal number of errors.
received_events_countHistogram of the number of events in each non-zero batch.
source_lag_timeHistogram of the difference in nanoseconds between timestamped event’s creation and reading.
batch_read_periodHistogram of the elapsed time in nanoseconds between non-zero batch reads.