Skip to content

Commit a380c6e

Browse files
authored
[LMD] Remove time_of_day detector from ML module (#13687)
* Remove time_of_week detector from ML module * update changelog.yml
1 parent 8eac547 commit a380c6e

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

packages/lmd/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.5.0"
3+
changes:
4+
- description: Remove time_of_day detector from anomaly jobs module
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/13687
27
- version: "2.4.0"
38
changes:
49
- description: Add exclusions for Elastic endpoint agents

packages/lmd/kibana/ml_module/lmd-ml.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -311,17 +311,11 @@
311311
"analysis_config": {
312312
"bucket_span": "6h",
313313
"detectors": [
314-
{
315-
"detector_description": "time_of_day partitionfield=\"source.ip\"",
316-
"function": "time_of_day",
317-
"partition_field_name": "source.ip",
318-
"detector_index": 0
319-
},
320314
{
321315
"detector_description": "time_of_week partitionfield=\"source.ip\"",
322316
"function": "time_of_week",
323317
"partition_field_name": "source.ip",
324-
"detector_index": 1
318+
"detector_index": 0
325319
}
326320
],
327321
"influencers": [

packages/lmd/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.0
22
name: lmd
33
title: "Lateral Movement Detection"
4-
version: 2.4.0
4+
version: 2.5.0
55
source:
66
license: "Elastic-2.0"
77
description: "ML package to detect lateral movement based on file transfer activity and Windows RDP events."

0 commit comments

Comments
 (0)