diff --git a/x-pack/filebeat/input/awss3/config.go b/x-pack/filebeat/input/awss3/config.go index 4105fbd9093e..6b39161d5e17 100644 --- a/x-pack/filebeat/input/awss3/config.go +++ b/x-pack/filebeat/input/awss3/config.go @@ -53,7 +53,8 @@ func defaultConfig() config { func (c *config) Validate() error { if c.QueueURL == "" && c.BucketARN == "" { - logp.NewLogger(inputName).Warnf("neither queue_url nor bucket_arn were provided, input %s will stop", inputName) + logp.NewLogger(inputName).Warnf("Neither queue_url nor bucket_arn were provided, input %s will stop."+ + "Starting from v8.0 this will prevent Filebeat to start.", inputName) return nil }