File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
data_stream/vulnerability Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 4.5.0"
3+ changes :
4+ - description : Allow user configuration of maximum number of CEL executions for the vulnerability data stream.
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/pull/
27- version : " 4.4.1"
38 changes :
4- - description : Update transform to filter out documents containing an error.message from vulnerability latest index
9+ - description : Update transform to filter out documents containing an error.message from vulnerability latest index.
510 type : bugfix
611 link : https://github.com/elastic/integrations/pull/15722
712- version : " 4.4.0"
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ redact:
3131 fields:
3232 - access_key
3333 - secret_key
34+ {{ #if max_executions }}
35+ max_executions: {{ max_executions }}
36+ {{ /if }}
3437program: |
3538 state.with(state.?chunk_status.orValue("") != "PROCESSING" && !state.?want_more.orValue(false) ?
3639 post_request(
Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ streams:
5959 required : true
6060 show_user : false
6161 default : 30s
62+ - name : max_executions
63+ type : integer
64+ title : Maximum Pages Per Interval
65+ description : Maximum Pages Per Interval is the maximum number of pages that can be collected at each interval.
66+ multi : false
67+ required : false
68+ show_user : false
69+ default : 1000
6270 - name : tags
6371 type : text
6472 title : Tags
Original file line number Diff line number Diff line change 11format_version : " 3.4.0"
22name : tenable_io
33title : Tenable Vulnerability Management
4- version : " 4.4.1 "
4+ version : " 4.5.0 "
55description : Collect logs from Tenable Vulnerability Management with Elastic Agent.
66type : integration
77categories :
You can’t perform that action at this time.
0 commit comments