File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
data_stream/issues/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# newer versions go on top
2
+ - version : " 2.2.0"
3
+ changes :
4
+ - description : Add `attributes.status` and `attributes.updated_at` field values to fingerprint.
5
+ type : enhancement
6
+ link : https://github.com/elastic/integrations/pull/
2
7
- version : " 2.1.0"
3
8
changes :
4
9
- description : Add maximum executions configuration option for data streams.
Original file line number Diff line number Diff line change @@ -28,7 +28,10 @@ processors:
28
28
- fingerprint :
29
29
fields :
30
30
- snyk.issues.id
31
+ - snyk.issues.attributes.status
32
+ - snyk.issues.attributes.updated_at
31
33
target_field : _id
34
+ ignore_missing : true
32
35
- set :
33
36
field : vulnerability.scanner.vendor
34
37
value : Snyk
Original file line number Diff line number Diff line change 1
1
format_version : " 3.0.2"
2
2
name : snyk
3
3
title : " Snyk"
4
- version : " 2.1 .0"
4
+ version : " 2.2 .0"
5
5
description : Collect logs from Snyk with Elastic Agent.
6
6
type : integration
7
7
categories :
You can’t perform that action at this time.
0 commit comments