File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
data_stream/issues/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 2.3.0"
3+ changes :
4+ - description : Add `attributes.ignored`, `attributes.status` and `attributes.updated_at` field values to fingerprint.
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/pull/14430
27- version : " 2.2.0"
38 changes :
49 - description : Fetch related projects for issues.
Original file line number Diff line number Diff line change @@ -28,7 +28,11 @@ processors:
2828 - fingerprint :
2929 fields :
3030 - snyk.issues.id
31+ - snyk.issues.attributes.ignored
32+ - snyk.issues.attributes.status
33+ - snyk.issues.attributes.updated_at
3134 target_field : _id
35+ ignore_missing : true
3236 - set :
3337 field : vulnerability.scanner.vendor
3438 value : Snyk
Original file line number Diff line number Diff line change 11format_version : " 3.0.2"
22name : snyk
33title : " Snyk"
4- version : " 2.2 .0"
4+ version : " 2.3 .0"
55description : Collect logs from Snyk with Elastic Agent.
66type : integration
77categories :
You can’t perform that action at this time.
0 commit comments