Skip to content

Commit d43ff23

Browse files
jumpcloud: add description to the Starting point configuration option (#18774)
This PR also updates to `show_user: true`, so the field and its guidance are visible without expanding advanced settings.
1 parent 62023f8 commit d43ff23

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

packages/jumpcloud/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: "1.19.0"
3+
changes:
4+
- description: Add description to the Starting point configuration option.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/18774
27
- version: "1.18.0"
38
changes:
49
- description: Update services description with all supported Directory Insights service values.

packages/jumpcloud/data_stream/events/manifest.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ streams:
3030
- name: starting_point
3131
type: text
3232
title: Starting point for event collection relative to now
33-
show_user: false
33+
description: >-
34+
How far back to collect events on the first run. Uses Go duration
35+
syntax: a negative number followed by a unit (h, m, or s). The "d"
36+
(days) unit is not supported — use hours instead. Examples: -30m
37+
(30 minutes), -4h (4 hours), -168h (~7 days), -720h (~30 days).
38+
show_user: true
3439
required: true
3540
default: -360h
3641
- name: source_lag_time
64.5 KB
Loading

packages/jumpcloud/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.2"
22
name: jumpcloud
33
title: "JumpCloud"
4-
version: "1.18.0"
4+
version: "1.19.0"
55
description: "Collect logs from JumpCloud Directory as a Service"
66
type: integration
77
categories:

0 commit comments

Comments
 (0)