Skip to content

Commit 9476b59

Browse files
authored
wiz: fix description of client ID and secret fields (elastic#14381)
1 parent aa85fc5 commit 9476b59

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

packages/wiz/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.5.1"
3+
changes:
4+
- description: Update texts for the input fields helpers.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/14381
27
- version: "3.5.0"
38
changes:
49
- description: Use `terminate` processor instead of `fail` processor to handle agent errors.

packages/wiz/manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.4.0
22
name: wiz
33
title: Wiz
4-
version: "3.5.0"
4+
version: "3.5.1"
55
description: Collect logs from Wiz with Elastic Agent.
66
type: integration
77
categories:
@@ -66,14 +66,14 @@ policy_templates:
6666
- name: client_id
6767
type: text
6868
title: Client ID
69-
description: Client ID for the Wiz.
69+
description: Client ID for the Wiz environment.
7070
multi: false
7171
required: true
7272
show_user: true
7373
- name: client_secret
7474
type: password
7575
title: Client Secret
76-
description: Client Secret for the Wiz.
76+
description: Client Secret for the Wiz environment.
7777
multi: false
7878
required: true
7979
show_user: true

0 commit comments

Comments
 (0)