Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ti_misp] Add recent new field to latest_ioc transform dest #8963

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/ti_misp/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.30.1"
changes:
- description: Add recent new field to latest_ioc transform dest
type: enhancement
link: https://github.com/elastic/integrations/pull/8963
- version: "1.30.0"
changes:
- description: Added attribute limit option to the UI
Expand Down
Expand Up @@ -78,3 +78,5 @@
name: organization.id
- external: ecs
name: labels
- name: threat.indicator.email.subject
type: keyword
Expand Up @@ -33,4 +33,4 @@ retention_policy:
_meta:
managed: true
# Bump this version to delete, reinstall, and restart the transform during package.
fleet_transform_version: 0.1.0
fleet_transform_version: 0.1.1
2 changes: 1 addition & 1 deletion packages/ti_misp/manifest.yml
@@ -1,6 +1,6 @@
name: ti_misp
title: MISP
version: "1.30.0"
version: "1.30.1"
description: Ingest threat intelligence indicators from MISP platform with Elastic Agent.
type: integration
format_version: "3.0.0"
Expand Down