File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
data_stream/firewall_logs Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# newer versions go on top
2
- - version : " 1.13.2 "
2
+ - version : " 1.14.0 "
3
3
changes :
4
- - description : Fix timestamp parsing in waf data stream .
5
- type : bugfix
6
- link : https://github.com/elastic/integrations/pull/2856
4
+ - description : Add configuration for max_number_of_messages to the aws.firewall_logs S3 input .
5
+ type : enhancement
6
+ link : https://github.com/elastic/integrations/pull/
7
7
- version : " 1.13.1"
8
8
changes :
9
9
- description : Fix metricbeat- reference in dashboard
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ visibility_timeout: {{visibility_timeout}}
11
11
{{ #if api_timeout }}
12
12
api_timeout: {{ api_timeout }}
13
13
{{ /if }}
14
+ {{ #if max_number_of_messages }}
15
+ max_number_of_messages: {{ max_number_of_messages }}
16
+ {{ /if }}
14
17
{{ #if endpoint }}
15
18
endpoint: {{ endpoint }}
16
19
{{ /if }}
Original file line number Diff line number Diff line change @@ -61,6 +61,13 @@ streams:
61
61
type : bool
62
62
multi : false
63
63
default : false
64
+ - name : max_number_of_messages
65
+ type : integer
66
+ title : Maximum Concurrent SQS Messages
67
+ description : The maximum number of SQS messages that can be inflight at any time.
68
+ default : 5
69
+ required : false
70
+ show_user : false
64
71
- input : aws-cloudwatch
65
72
template_path : aws-cloudwatch.yml.hbs
66
73
title : AWS ELB Logs via CloudWatch
Original file line number Diff line number Diff line change 1
1
format_version : 1.0.0
2
2
name : aws
3
3
title : AWS
4
- version : 1.13.2
4
+ version : 1.14.0
5
5
license : basic
6
6
description : Collect logs and metrics from Amazon Web Services with Elastic Agent.
7
7
type : integration
You can’t perform that action at this time.
0 commit comments