Skip to content

Commit 8e8372a

Browse files
author
Craig
committed
change for security app
changes to two datafeeds needed for logic in the Security app - added the suffix "_ecs" to two ids.
1 parent 0c4725a commit 8e8372a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • x-pack/plugins/ml/server/models/data_recognizer/modules/security_linux

x-pack/plugins/ml/server/models/data_recognizer/modules/security_linux/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"job_id": "v2_linux_rare_metadata_process"
8787
},
8888
{
89-
"id": "datafeed-v2_linux_anomalous_user_name",
89+
"id": "datafeed-v2_linux_anomalous_user_name_ecs",
9090
"file": "datafeed_v2_linux_anomalous_user_name_ecs.json",
9191
"job_id": "v2_linux_anomalous_user_name_ecs"
9292
},
@@ -96,7 +96,7 @@
9696
"job_id": "v2_linux_anomalous_process_all_hosts_ecs"
9797
},
9898
{
99-
"id": "datafeed-v2_linux_anomalous_network_port_activity",
99+
"id": "datafeed-v2_linux_anomalous_network_port_activity_ecs",
100100
"file": "datafeed_v2_linux_anomalous_network_port_activity_ecs.json",
101101
"job_id": "v2_linux_anomalous_network_port_activity_ecs"
102102
}

0 commit comments

Comments
 (0)