From 5e8594e8bcd9f07e54cfc4ae8ab8662c1ecd3bb4 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Mon, 16 Aug 2021 18:40:16 +0200 Subject: [PATCH] cr fixes --- filebeat/docs/modules/aws.asciidoc | 2 +- x-pack/filebeat/input/awss3/metrics.go | 4 ++-- x-pack/filebeat/module/aws/_meta/docs.asciidoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filebeat/docs/modules/aws.asciidoc b/filebeat/docs/modules/aws.asciidoc index 94c62f344f78..0a7db9c605d4 100644 --- a/filebeat/docs/modules/aws.asciidoc +++ b/filebeat/docs/modules/aws.asciidoc @@ -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`*:: diff --git a/x-pack/filebeat/input/awss3/metrics.go b/x-pack/filebeat/input/awss3/metrics.go index 045aa7ffe17b..e20baf83c763 100644 --- a/x-pack/filebeat/input/awss3/metrics.go +++ b/x-pack/filebeat/input/awss3/metrics.go @@ -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. diff --git a/x-pack/filebeat/module/aws/_meta/docs.asciidoc b/x-pack/filebeat/module/aws/_meta/docs.asciidoc index ebfdf4703bf5..870385a7a6c2 100644 --- a/x-pack/filebeat/module/aws/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/aws/_meta/docs.asciidoc @@ -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`*::