Event Processing Metrics
editEvent Processing Metrics
editWinlogbeat 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
editMetric | Description |
---|---|
|
Name of the provider being read. |
|
Total number of events received. |
|
Total number of discarded events. |
|
Total number of errors. |
|
Histogram of the number of events in each non-zero batch. |
|
Histogram of the difference in nanoseconds between timestamped event’s creation and reading. |
|
Histogram of the elapsed time in nanoseconds between non-zero batch reads. |