Skip to content

Commit b438e2a

Browse files
committed
address pr comment
1 parent 986e898 commit b438e2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/snyk/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# newer versions go on top
22
- version: "2.2.0"
33
changes:
4-
- description: Add `attributes.status` and `attributes.updated_at` field values to fingerprint.
4+
- description: Add `attributes.ignored`, `attributes.status` and `attributes.updated_at` field values to fingerprint.
55
type: enhancement
66
link: https://github.com/elastic/integrations/pull/14430
77
- version: "2.1.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ processors:
2828
- fingerprint:
2929
fields:
3030
- snyk.issues.id
31+
- snyk.issues.attributes.ignored
3132
- snyk.issues.attributes.status
3233
- snyk.issues.attributes.updated_at
3334
target_field: _id

0 commit comments

Comments
 (0)