diff --git a/packages/cisco_umbrella/changelog.yml b/packages/cisco_umbrella/changelog.yml index 06d49120f97..f21d13fc678 100644 --- a/packages/cisco_umbrella/changelog.yml +++ b/packages/cisco_umbrella/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.4.1" + changes: + - description: Remove hint for cisco managed s3 Bucket List Prefix + type: bugfix + link: https://github.com/elastic/integrations/pull/4093 - version: "1.4.0" changes: - description: Expose Default Region setting to UI diff --git a/packages/cisco_umbrella/data_stream/log/manifest.yml b/packages/cisco_umbrella/data_stream/log/manifest.yml index 12015b7e898..8e561d83913 100644 --- a/packages/cisco_umbrella/data_stream/log/manifest.yml +++ b/packages/cisco_umbrella/data_stream/log/manifest.yml @@ -38,7 +38,7 @@ streams: required: false show_user: true description: >- - Required for Cisco Managed S3. This sets the root folder of the S3 bucket that should be monitored, found in the S3 Web UI. Example value: `1235_654vcasd23431e5dd6f7fsad457sdf1fd5`. Forward slash at the end required for Cisco Managed S3. + Required for Cisco Managed S3. This sets the root folder of the S3 bucket that should be monitored, found in the S3 Web UI. Example value: `1235_654vcasd23431e5dd6f7fsad457sdf1fd5`. - name: number_of_workers type: text title: Number of Workers diff --git a/packages/cisco_umbrella/manifest.yml b/packages/cisco_umbrella/manifest.yml index 0fae9834529..be89ad5e787 100644 --- a/packages/cisco_umbrella/manifest.yml +++ b/packages/cisco_umbrella/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: cisco_umbrella title: Cisco Umbrella -version: "1.4.0" +version: "1.4.1" license: basic description: Collect logs from Cisco Umbrella with Elastic Agent. type: integration