Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/ti_misp/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.38.1"
changes:
- description: Updated transform to sort by '@timestamp' to ensure the latest documents are selected for each unique key.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- description: Updated transform to sort by '@timestamp' to ensure the latest documents are selected for each unique key.
- description: Updated transform to sort by `@timestamp` to ensure the latest documents are selected for each unique key.

type: bugfix
link: https://github.com/elastic/integrations/pull/15816
- version: "1.38.0"
changes:
- description: Update Kibana constraint to support 9.0.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ latest:
- event.dataset
- misp.attribute.uuid
- misp.attribute.Event.uuid
sort: "event.ingested"
sort: "@timestamp"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also needs to update fleet_transform_version.

description: Latest MISP IoC data
frequency: 30s
sync:
Expand Down
2 changes: 1 addition & 1 deletion packages/ti_misp/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ti_misp
title: MISP
version: "1.38.0"
version: "1.38.1"
description: Ingest threat intelligence indicators from MISP platform with Elastic Agent.
type: integration
format_version: "3.0.2"
Expand Down