Skip to content

Commit

Permalink
cr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Spacca committed Aug 16, 2021
1 parent 839770a commit 5e8594e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion filebeat/docs/modules/aws.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Use to vertically scale the input.

*`var.bucket_list_interval`*::

Wait interval between completion of a list request to the S3 bucket and beginning of the nest one. Default to be 120 seconds.
Wait interval between completion of a list request to the S3 bucket and beginning of the next one. Default to be 120 seconds.

*`var.endpoint`*::

Expand Down
4 changes: 2 additions & 2 deletions x-pack/filebeat/input/awss3/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ type inputMetrics struct {
sqsMessageProcessingTime metrics.Sample // Histogram of the elapsed SQS processing times in nanoseconds (time of receipt to time of delete/return).

s3ObjectsRequestedTotal *monitoring.Uint // Number of S3 objects downloaded.
// s3ObjectsListedTotal is the number of S3 objects processed that were fully ACKed.
s3ObjectsAckedTotal *monitoring.Uint // Number of S3 objects fully ACKed.
// s3ObjectsAckedTotal is the number of S3 objects processed that were fully ACKed.
s3ObjectsAckedTotal *monitoring.Uint
// s3ObjectsListedTotal is the number of S3 objects returned by list operations.
s3ObjectsListedTotal *monitoring.Uint
// s3ObjectsProcessedTotal is the number of S3 objects that matched file_selectors rules.
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/aws/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Use to vertically scale the input.

*`var.bucket_list_interval`*::

Wait interval between completion of a list request to the S3 bucket and beginning of the nest one. Default to be 120 seconds.
Wait interval between completion of a list request to the S3 bucket and beginning of the next one. Default to be 120 seconds.

*`var.endpoint`*::

Expand Down

0 comments on commit 5e8594e

Please sign in to comment.