Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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_recordedfuture/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recorded Future Integration

The Recorded Future integration fetches _risklists_ from the Recorded Future API.
The Recorded Future integration fetches _risklists_ from the [Recorded Future API](https://api.recordedfuture.com/index.html).
It supports `domain`, `hash`, `ip` and `url` entities.

In order to use it you need to define the `entity` and `list` to fetch. Check with
Expand Down
5 changes: 5 additions & 0 deletions packages/ti_recordedfuture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.1.3"
changes:
- description: update readme added link to recorded future API documentation
type: enhancement
link: https://github.com/elastic/integrations/pull/3172
- version: "0.1.2"
changes:
- description: Add field mapping for event.created
Expand Down
2 changes: 1 addition & 1 deletion packages/ti_recordedfuture/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recorded Future Integration

The Recorded Future integration fetches _risklists_ from the Recorded Future API.
The Recorded Future integration fetches _risklists_ from the [Recorded Future API](https://api.recordedfuture.com/index.html).
It supports `domain`, `hash`, `ip` and `url` entities.

In order to use it you need to define the `entity` and `list` to fetch. Check with
Expand Down
2 changes: 1 addition & 1 deletion packages/ti_recordedfuture/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ti_recordedfuture
title: Recorded Future
version: 0.1.2
version: 0.1.3
release: beta
description: Collect threat intelligence from Recorded Future with Elastic Agent.
type: integration
Expand Down