Skip to content

Commit 75ed860

Browse files
[MIMECAST] Allow setting of batch size for all datastreams (#15942)
* Added field to manifest.yml in the siems_log datastream to allow setting of the batch_size * Modified manifest.yml for the datastreams cloud_integrated_logs, threat_intel_malware_customer and threat_intel_malware_grid to allow setting of batch_size.
1 parent fa9f093 commit 75ed860

File tree

6 files changed

+38
-1
lines changed

6 files changed

+38
-1
lines changed

packages/mimecast/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.2.2"
3+
changes:
4+
- description: Allow setting of `batch size` in all datastreams.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15942
27
- version: "3.2.1"
38
changes:
49
- description: Add temporary processor to remove the fields added by the Agentless policy.

packages/mimecast/data_stream/cloud_integrated_logs/manifest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ streams:
2323
show_user: false
2424
description: Initial interval for the first API call. Defaults to 24 hours. Supported units for this parameter are h/m/s.
2525
default: 24h
26+
- name: batch_size
27+
type: integer
28+
title: Batch Size
29+
description: Batch size for the response of the Mimecast API.
30+
default: 100
31+
multi: false
32+
required: true
33+
show_user: false
2634
- name: types
2735
type: text
2836
title: Log Types

packages/mimecast/data_stream/siem_logs/manifest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ streams:
7575
show_user: false
7676
description: Initial interval for the first API call. Defaults to 24 hours. Supported units for this parameter are h/m/s.
7777
default: 24h
78+
- name: batch_size
79+
type: integer
80+
title: Batch Size
81+
description: Batch size for the response of the Mimecast API.
82+
default: 100
83+
multi: false
84+
required: true
85+
show_user: false
7886
- name: types
7987
type: text
8088
title: Log Types

packages/mimecast/data_stream/threat_intel_malware_customer/manifest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ streams:
7575
show_user: false
7676
description: Initial interval for the first API call. Defaults to 24 hours. Supported units for this parameter are h/m/s.
7777
default: 24h
78+
- name: batch_size
79+
type: integer
80+
title: Batch Size
81+
description: Batch size for the response of the Mimecast API.
82+
default: 100
83+
multi: false
84+
required: true
85+
show_user: false
7886
- name: tags
7987
type: text
8088
title: Tags

packages/mimecast/data_stream/threat_intel_malware_grid/manifest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ streams:
7575
show_user: false
7676
description: Initial interval for the first API call. Defaults to 24 hours. Supported units for this parameter are h/m/s.
7777
default: 24h
78+
- name: batch_size
79+
type: integer
80+
title: Batch Size
81+
description: Batch size for the response of the Mimecast API.
82+
default: 100
83+
multi: false
84+
required: true
85+
show_user: false
7886
- name: tags
7987
type: text
8088
title: Tags

packages/mimecast/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.3.2"
22
name: mimecast
33
title: "Mimecast"
4-
version: "3.2.1"
4+
version: "3.2.2"
55
description: Collect logs from Mimecast with Elastic Agent.
66
type: integration
77
categories: ["security", "email_security"]

0 commit comments

Comments
 (0)