Skip to content

Commit 7d33b9d

Browse files
rename package folder. update logo
1 parent da9fabc commit 7d33b9d

20 files changed

+44
-23
lines changed

packages/ml_problem_child/changelog.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/ml_problem_child/docs/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/ml_problem_child/img/sample-logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# newer versions go on top
2+
- version: "0.0.1"
3+
changes:
4+
- description: Initial release of the package
5+
type: ml-problem-child
6+
link: https://github.com/elastic/integrations/pull/2115
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# ML ProblemChild
2+
3+
The ProblemChild package contains the [ProblemChild model and associated assets](https://www.elastic.co/blog/problemchild-generate-alerts-to-detect-living-off-the-land-attacks), which are used to detect living off the land (LotL) activity.
4+
5+
To download the assets, click **Settings** > **Install ML ProblemChild assets**.
6+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "A pipeline of pipelines for ProblemChild detection"
33
processors:
44
- pipeline:
55
if: ctx.containsKey('event') && ctx['event'].containsKey('kind') && ctx['event'].containsKey('category') && ctx['event']['kind'] == 'event' && ctx['event']['category'].contains('process') && ctx.containsKey('host') && ctx['host'].containsKey('os') && (ctx['host']['os'].containsKey('type') || ctx['host']['os'].containsKey('family') || ctx['host']['os'].containsKey('platform')) && (ctx['host']['os']['type'] == 'windows' || ctx['host']['os']['type'] == 'Windows' || ctx['host']['os']['family'] == 'windows' || ctx['host']['os']['family'] == 'Windows' || ctx['host']['os']['platform'] == 'windows' || ctx['host']['os']['platform'] == 'Windows')
6-
name: '{{ IngestPipeline "ml_problem_child_inference_pipeline" }}'
6+
name: '{{ IngestPipeline "problem_child_inference_pipeline" }}'
77
on_failure:
88
- set:
99
field: error.message

packages/ml_problem_child/elasticsearch/ml_model/problemchild_20210526_1.0.json renamed to packages/problem_child/elasticsearch/ml_model/problemchild_20210526_1.0.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)