Skip to content

Commit 55b5dfc

Browse files
committed
snyk: add attributes.{ignored,status,updated_at} field values to fingerprint
1 parent 61f98c9 commit 55b5dfc

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

packages/snyk/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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.

packages/snyk/data_stream/issues/elasticsearch/ingest_pipeline/default.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/snyk/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.2"
22
name: snyk
33
title: "Snyk"
4-
version: "2.2.0"
4+
version: "2.3.0"
55
description: Collect logs from Snyk with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)