Skip to content

Commit 7f0bf91

Browse files
box_events: fix description of the interval setting (#15299)
Fix description of the interval setting.
1 parent be25d4e commit 7f0bf91

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/box_events/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: "2.15.1"
3+
changes:
4+
- description: Fix the description of the interval setting.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15299
27
- version: "2.15.0"
38
changes:
49
- description: Add limit parameter for API requests.

packages/box_events/data_stream/events/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ streams:
99
- name: interval
1010
type: text
1111
title: Interval
12-
description: This sets the interval between requests to the Target Service, for example `300s` will send a request every 300 seconds. Events will be returned in batches of up to 100, with successive calls on expiry of the configured `interval` so you may wish to specify a lower interval when a substantial number of events are expected, however, we suggest to consider bandwidth when using lower settings. Supported units for this parameter are h/m/s.
12+
description: This sets the interval between requests to the Target Service, for example `300s` will send a request every 300 seconds. Events will be returned in batches, with the batch size determined by the `limit` variable. The integration will paginate through all available events before waiting for the next interval. Supported units for this parameter are h/m/s.
1313
multi: false
1414
required: true
1515
show_user: true

packages/box_events/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.3"
22
name: box_events
33
title: Box Events
4-
version: "2.15.0"
4+
version: "2.15.1"
55
description: "Collect logs from Box with Elastic Agent"
66
type: integration
77
categories:

0 commit comments

Comments
 (0)