Skip to content

Document input metrics #34887

Closed
Closed
@andrewkroh

Description

Update the documentation for Filebeat, Winlogbeat, and Packetbeat to include a description of the metrics associated with the following inputs.

Inputs

  • filebeat/aws-cloudwatch
    logEventsReceivedTotal *monitoring.Uint // Number of CloudWatch log events received.
    logGroupsTotal *monitoring.Uint // Logs collected from number of CloudWatch log groups.
    cloudwatchEventsCreatedTotal *monitoring.Uint // Number of events created from processing logs from CloudWatch.
    apiCallsTotal *monitoring.Uint // Number of API calls made total.
  • filebeat/cel
    resource *monitoring.String // URL-ish of input resource
    executions *monitoring.Uint // times the CEL program has been executed
    batchesReceived *monitoring.Uint // number of event arrays received
    eventsReceived *monitoring.Uint // number of events received
    batchesPublished *monitoring.Uint // number of event arrays published
    eventsPublished *monitoring.Uint // number of events published
    celProcessingTime metrics.Sample // histogram of the elapsed successful cel program processing times in nanoseconds
    batchProcessingTime metrics.Sample // histogram of the elapsed successful batch processing times in nanoseconds (time of receipt to time of ACK for non-empty batches).
  • winlogbeat/winlog
    name *monitoring.String // name of the provider being read
    events *monitoring.Uint // total number of events received
    dropped *monitoring.Uint // total number of discarded events
    errors *monitoring.Uint // total number of errors
    batchSize metrics.Sample // histogram of the number of events in each non-zero batch
    sourceLag metrics.Sample // histogram of the difference between timestamped event's creation and reading
    batchPeriod metrics.Sample // histogram of the elapsed time between non-zero batch reads
  • packetbeat/tcp
    device *monitoring.String // name of the device being monitored
    packets *monitoring.Uint // number of packets processed
    bytes *monitoring.Uint // number of bytes processed
    overlapped *monitoring.Uint // number of packets shrunk due to overlap
    dropped *monitoring.Int // number of packets dropped because of gaps
    arrivalPeriod metrics.Sample // histogram of the elapsed time between packet arrivals
    processingTime metrics.Sample // histogram of the elapsed time between packet receipt and publication
  • packetbeat/udp
    device *monitoring.String // name of the device being monitored
    packets *monitoring.Uint // number of packets processed
    bytes *monitoring.Uint // number of bytes processed
    arrivalPeriod metrics.Sample // histogram of the elapsed time between packet arrivals
    processingTime metrics.Sample // histogram of the elapsed time between packet receipt and publication

Existing Examples

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions