Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ti_misp/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MISP Integration

The MISP integration uses the REST API from the running MISP instance to retrieve indicators and Threat Intelligence.
The MISP integration uses the [REST API from the running MISP instance](https://www.circl.lu/doc/misp/automation/#automation-api) to retrieve indicators and Threat Intelligence.

## Logs

Expand Down
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.4.1"
changes:
- description: update readme to include link to MISP documentation
type: enhancement
link: https://github.com/elastic/integrations/pull/3168
- version: "1.4.0"
changes:
- description: Fix pagination looping forever
Expand Down
2 changes: 1 addition & 1 deletion packages/ti_misp/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MISP Integration

The MISP integration uses the REST API from the running MISP instance to retrieve indicators and Threat Intelligence.
The MISP integration uses the [REST API from the running MISP instance](https://www.circl.lu/doc/misp/automation/#automation-api) to retrieve indicators and Threat Intelligence.

## Logs

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.4.0
version: 1.4.1
release: ga
description: Ingest threat intelligence indicators from MISP platform with Elastic Agent.
type: integration
Expand Down