We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986e898 commit b438e2aCopy full SHA for b438e2a
packages/snyk/changelog.yml
@@ -1,7 +1,7 @@
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.
+ - 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
7
- version: "2.1.0"
packages/snyk/data_stream/issues/elasticsearch/ingest_pipeline/default.yml
@@ -28,6 +28,7 @@ processors:
28
- fingerprint:
29
fields:
30
- snyk.issues.id
31
+ - snyk.issues.attributes.ignored
32
- snyk.issues.attributes.status
33
- snyk.issues.attributes.updated_at
34
target_field: _id
0 commit comments