Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
6 changes: 3 additions & 3 deletions packages/ti_anomali/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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 https://limo.anomali.com/api/v1/taxii2/feeds/collections/[Limo Collections].
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`
Expand Down
5 changes: 5 additions & 0 deletions packages/ti_anomali/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.1"
changes:
- description: added links to Anomoli documentation in readme
type: enhancement
link: https://github.com/elastic/integrations/pull/3167
- version: "1.3.0"
changes:
- description: Update to ECS 8.2
Expand Down
6 changes: 3 additions & 3 deletions packages/ti_anomali/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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 https://limo.anomali.com/api/v1/taxii2/feeds/collections/[Limo Collections].
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`
Expand Down
2 changes: 1 addition & 1 deletion packages/ti_anomali/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ti_anomali
title: Anomali
version: 1.3.0
version: 1.3.1
release: ga
description: Collect threat intelligence from Anomali APIs with Elastic Agent.
type: integration
Expand Down