diff --git a/packages/ti_misp/_dev/build/docs/README.md b/packages/ti_misp/_dev/build/docs/README.md index 2197581381b..20611659661 100644 --- a/packages/ti_misp/_dev/build/docs/README.md +++ b/packages/ti_misp/_dev/build/docs/README.md @@ -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 diff --git a/packages/ti_misp/changelog.yml b/packages/ti_misp/changelog.yml index a87319514dc..5af3b27dcfc 100644 --- a/packages/ti_misp/changelog.yml +++ b/packages/ti_misp/changelog.yml @@ -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 diff --git a/packages/ti_misp/docs/README.md b/packages/ti_misp/docs/README.md index 79790f5d0e3..e0d38ac70f7 100644 --- a/packages/ti_misp/docs/README.md +++ b/packages/ti_misp/docs/README.md @@ -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 diff --git a/packages/ti_misp/manifest.yml b/packages/ti_misp/manifest.yml index 152925bb9c7..e1d4f3c01c4 100644 --- a/packages/ti_misp/manifest.yml +++ b/packages/ti_misp/manifest.yml @@ -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