diff --git a/packages/ti_anomali/_dev/build/docs/README.md b/packages/ti_anomali/_dev/build/docs/README.md index ae6f29350e2..d3863ec9854 100644 --- a/packages/ti_anomali/_dev/build/docs/README.md +++ b/packages/ti_anomali/_dev/build/docs/README.md @@ -2,16 +2,15 @@ The Anomali integration supports the following datasets. -- `limo` dataset: Support for Anomali Limo, a freely available Threat Intelligence service -- `threatstream` dataset: Support for Anomali ThreatStream, a commercial Threat Intelligence service. +- `limo` dataset: Support for [Anomali Limo](https://www.anomali.com/resources/limo), a freely available Threat Intelligence service +- `threatstream` dataset: Support for [Anomali ThreatStream](https://www.anomali.com/products/threatstream), a commercial Threat Intelligence service. ## Logs ### Anomali Limo Anomali Limo offers multiple sources called collections. Each collection has a specific ID, which -then fits into the url used in this configuration. A list of different -collections can be found using the default guest/guest credentials at [Limo Collections.](https://limo.anomali.com/api/v1/taxii2/feeds/collections/) +then fits into the url used in this configuration. A list of different collections can be found using the default guest/guest credentials at [Limo Collections](https://limo.anomali.com/api/v1/taxii2/feeds/collections/). An example if you want to use the feed with ID 42, the URL to configure would end up like this: `https://limo.anomali.com/api/v1/taxii2/feeds/collections/41/objects` diff --git a/packages/ti_anomali/changelog.yml b/packages/ti_anomali/changelog.yml index d1707ac3995..4405fd27c60 100644 --- a/packages/ti_anomali/changelog.yml +++ b/packages/ti_anomali/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.3.3" + changes: + - description: added links to Anomoli documentation in readme + type: enhancement + link: https://github.com/elastic/integrations/pull/3167 - version: "1.3.2" changes: - description: Fix threatstream diff --git a/packages/ti_anomali/docs/README.md b/packages/ti_anomali/docs/README.md index 624429060d6..ebd87ebba41 100644 --- a/packages/ti_anomali/docs/README.md +++ b/packages/ti_anomali/docs/README.md @@ -2,16 +2,15 @@ The Anomali integration supports the following datasets. -- `limo` dataset: Support for Anomali Limo, a freely available Threat Intelligence service -- `threatstream` dataset: Support for Anomali ThreatStream, a commercial Threat Intelligence service. +- `limo` dataset: Support for [Anomali Limo](https://www.anomali.com/resources/limo), a freely available Threat Intelligence service +- `threatstream` dataset: Support for [Anomali ThreatStream](https://www.anomali.com/products/threatstream), a commercial Threat Intelligence service. ## Logs ### Anomali Limo Anomali Limo offers multiple sources called collections. Each collection has a specific ID, which -then fits into the url used in this configuration. A list of different -collections can be found using the default guest/guest credentials at [Limo Collections.](https://limo.anomali.com/api/v1/taxii2/feeds/collections/) +then fits into the url used in this configuration. A list of different collections can be found using the default guest/guest credentials at [Limo Collections](https://limo.anomali.com/api/v1/taxii2/feeds/collections/). An example if you want to use the feed with ID 42, the URL to configure would end up like this: `https://limo.anomali.com/api/v1/taxii2/feeds/collections/41/objects` diff --git a/packages/ti_anomali/manifest.yml b/packages/ti_anomali/manifest.yml index c4915061d3e..19b7a6e02b3 100644 --- a/packages/ti_anomali/manifest.yml +++ b/packages/ti_anomali/manifest.yml @@ -1,6 +1,6 @@ name: ti_anomali title: Anomali -version: 1.3.2 +version: 1.3.3 release: ga description: Ingest threat intelligence indicators from Anomali with Elastic Agent. type: integration