File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
packages/ti_recordedfuture
elasticsearch/transform/latest_ioc Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ data_retention : " 5d"
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ frequency: 30s
2121sync :
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
2526retention_policy :
2627 time :
2728 field : event.ingested
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Recorded Future
33version : " 1.17.0"
44description : Ingest threat intelligence indicators from Recorded Future risk lists with Elastic Agent.
55type : integration
6- format_version : 2.11 .0
6+ format_version : 3.0 .0
77categories : ["security", "threat_intel"]
88conditions :
99 kibana :
@@ -26,3 +26,4 @@ policy_templates:
2626 description : " Load indicators from a CSV file"
2727owner :
2828 github : elastic/security-external-integrations
29+ type : elastic
You can’t perform that action at this time.
0 commit comments