Skip to content

Commit cf0e96c

Browse files
committed
h, m, s - not s, m, h
1 parent ed2866e commit cf0e96c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

packages/beyondinsight_password_safe/data_stream/asset/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ streams:
1010
- name: interval
1111
type: text
1212
title: Interval
13-
description: Data for all assets will be refetched at this interval. The supported time units are "s", "m", "h".
13+
description: Data for all assets will be refetched at this interval. The supported time units are "h", "m", "s".
1414
show_user: false
1515
required: true
1616
default: "4h"

packages/beyondinsight_password_safe/data_stream/managedaccount/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ streams:
1010
- name: interval
1111
type: text
1212
title: Interval
13-
description: Data for all managed accounts will be refetched at this interval. The supported time units are "s", "m", "h".
13+
description: Data for all managed accounts will be refetched at this interval. The supported time units are "h", "m", "s".
1414
show_user: false
1515
required: true
1616
default: "4h"

packages/beyondinsight_password_safe/data_stream/managedsystem/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ streams:
1010
- name: interval
1111
type: text
1212
title: Interval
13-
description: Data for all managed systems will be refetched at this interval. The supported time units are "s", "m", "h".
13+
description: Data for all managed systems will be refetched at this interval. The supported time units are "h", "m", "s".
1414
show_user: false
1515
required: true
1616
default: "4h"

packages/beyondinsight_password_safe/data_stream/session/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ streams:
1010
- name: interval
1111
type: text
1212
title: Interval
13-
description: Data for all sessions will be refetched at this interval. The supported time units are "s", "m", "h".
13+
description: Data for all sessions will be refetched at this interval. The supported time units are "h", "m", "s".
1414
show_user: false
1515
required: true
1616
default: "5m"

packages/beyondinsight_password_safe/data_stream/useraudit/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ streams:
1010
- name: interval
1111
type: text
1212
title: Interval
13-
description: Interval at which new audit events will be fetched. The supported time units are "s", "m", "h".
13+
description: Interval at which new audit events will be fetched. The supported time units are "h", "m", "s".
1414
show_user: false
1515
required: true
1616
default: "5m"
@@ -21,7 +21,7 @@ streams:
2121
required: true
2222
show_user: false
2323
default: "2160h"
24-
description: How far back to collect BeyondInsight user audit events from the API. The supported time units are "s", "m", "h".
24+
description: How far back to collect BeyondInsight user audit events from the API. The supported time units are "h", "m", "s".
2525
- name: limit
2626
type: integer
2727
title: Limit

0 commit comments

Comments
 (0)