This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
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. |