File tree Expand file tree Collapse file tree 6 files changed +38
-1
lines changed
threat_intel_malware_customer
threat_intel_malware_grid Expand file tree Collapse file tree 6 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11format_version : " 3.3.2"
22name : mimecast
33title : " Mimecast"
4- version : " 3.2.1 "
4+ version : " 3.2.2 "
55description : Collect logs from Mimecast with Elastic Agent.
66type : integration
77categories : ["security", "email_security"]
You can’t perform that action at this time.
0 commit comments