Skip to content

Commit 441147a

Browse files
authored
[ti_recordedfuture] Add DLM policy and update format_version to 3.0.0 (#7848)
* Add DLM policy and update format_version to 3.0.0
1 parent 45b8a8d commit 441147a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

packages/ti_recordedfuture/changelog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
link: https://github.com/elastic/integrations/pull/7920
77
- version: "1.16.0"
88
changes:
9+
- description: Add DLM policy. Add owner.type to package manifest. Update format_version to 3.0.0
10+
type: enhancement
11+
link: https://github.com/elastic/integrations/pull/7848
912
- description: Add tags.yml file so that integration's dashboards and saved searches are tagged with "Security Solution" and displayed in the Security Solution UI.
1013
type: enhancement
1114
link: https://github.com/elastic/integrations/pull/7789
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data_retention: "5d"

packages/ti_recordedfuture/elasticsearch/transform/latest_ioc/transform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ frequency: 30s
2121
sync:
2222
time:
2323
field: event.ingested
24-
delay: 60s
24+
# Updated to 120s because of refresh delay in Serverless. With default 60s, sometimes transform wouldn't process all documents.
25+
delay: 120s
2526
retention_policy:
2627
time:
2728
field: event.ingested

packages/ti_recordedfuture/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Recorded Future
33
version: "1.17.0"
44
description: Ingest threat intelligence indicators from Recorded Future risk lists with Elastic Agent.
55
type: integration
6-
format_version: 2.11.0
6+
format_version: 3.0.0
77
categories: ["security", "threat_intel"]
88
conditions:
99
kibana:
@@ -26,3 +26,4 @@ policy_templates:
2626
description: "Load indicators from a CSV file"
2727
owner:
2828
github: elastic/security-external-integrations
29+
type: elastic

0 commit comments

Comments
 (0)