Skip to content

[ti_recordedfuture] Add DLM policy and update format_version to 3.0.0 #7848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Sep 25, 2023
Merged
3 changes: 3 additions & 0 deletions packages/ti_recordedfuture/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# newer versions go on top
- version: "1.16.0"
changes:
- description: Add DLM policy. Add owner.type to package manifest. Update format_version to 3.0.0
type: enhancement
link: https://github.com/elastic/integrations/pull/7848
- 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.
type: enhancement
link: https://github.com/elastic/integrations/pull/7789
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data_retention: "5d"
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ frequency: 30s
sync:
time:
field: event.ingested
delay: 60s
# Updated to 120s because of refresh delay in Serverless. With default 60s, sometimes transform wouldn't process all documents.
delay: 120s
retention_policy:
time:
field: event.ingested
Expand Down
3 changes: 2 additions & 1 deletion packages/ti_recordedfuture/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Recorded Future
version: "1.16.0"
description: Ingest threat intelligence indicators from Recorded Future risk lists with Elastic Agent.
type: integration
format_version: 2.11.0
format_version: 3.0.0
categories: ["security", "threat_intel"]
conditions:
kibana:
Expand All @@ -26,3 +26,4 @@ policy_templates:
description: "Load indicators from a CSV file"
owner:
github: elastic/security-external-integrations
type: elastic