Skip to content

Commit 58fefb8

Browse files
Remove updated_at field from latest issues transform unique keys. (#15727)
* refactor(transform): update unique keys for latest issues and bump version to 2.0.0 * refactor(transform): bump version to 2.17.0 and update changelog with bugfix details * chore(manifest): bump version to 2.18.0 * chore: update version to 2.17.1 and enhance changelog description for unique keys transformation * Remove updated_at field from latest transform unique key * changelog: add bugfix entry for removing updated_at field; update version to 2.17.2 in manifest
1 parent e660777 commit 58fefb8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/github/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.17.2"
3+
changes:
4+
- description: Remove updated_at field from latest issues transform unique keys.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15727
27
- version: "2.17.1"
38
changes:
49
- description: Update the latest issues by transforming unique keys to utilize the id and updated_at fields.

packages/github/elasticsearch/transform/latest_issues/transform.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dest:
1717
latest:
1818
unique_key:
1919
- github.issues.id
20-
- github.issues.updated_at
2120
sort: "event.ingested"
2221
description: >-
2322
Latest Issues from GitHub. As issues get updated, this transform stores only the latest state of each issue inside the destination index. Thus the transform's destination index contains only the latest state of the issue.
@@ -36,5 +35,5 @@ _meta:
3635
managed: false
3736
# Bump this version to delete, reinstall, and restart the transform during
3837
# package installation.
39-
fleet_transform_version: 2.0.0
38+
fleet_transform_version: 2.0.1
4039
run_as_kibana_system: false

packages/github/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: github
22
title: GitHub
3-
version: "2.17.1"
3+
version: "2.17.2"
44
description: Collect logs from GitHub with Elastic Agent.
55
type: integration
66
format_version: "3.4.0"

0 commit comments

Comments
 (0)