Skip to content

Commit 1e3d7ba

Browse files
authored
[8.18][DOCS] Update steps to configure dashboard for Security: Host module. (#2988)
1 parent 87c753a commit 1e3d7ba

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/en/stack/ml/anomaly-detection/ootb-ml-jobs-siem.asciidoc

+33
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,39 @@ for data that matches the query.
116116
|===
117117
// end::security-cloudtrail-jobs[]
118118

119+
[discrete]
120+
[[security-host-jobs]]
121+
== Security: Host
122+
123+
Anomaly detection jobs for host-based threat hunting and detection.
124+
125+
In the {ml-app} app, these configurations are available only when data exists
126+
that matches the query specified in the
127+
https://github.com/elastic/kibana/blob/{branch}/x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security_host/manifest.json[manifest file].
128+
In the {security-app}, it looks in the {data-source} specified in the
129+
{kibana-ref}/advanced-options.html#securitysolution-defaultindex[`securitySolution:defaultIndex` advanced setting]
130+
for data that matches the query.
131+
132+
To access the host traffic anomalies dashboard in Kibana, install the `Host Traffic Anomalies` integration by navigating to `Management -> Integrations`. Follow the instructions on the integration's `Overview` page to complete the installation. Once the dashboard is successfully installed and configured, you can find it under `Security -> Dashboards -> Host Traffic Anomalies`.
133+
134+
// tag::security-host-jobs[]
135+
136+
|===
137+
|Name |Description |Job |Datafeed
138+
139+
|high_count_events_for_a_host_name
140+
|Looks for a sudden spike in host based traffic. This can be due to a range of security issues, such as a compromised system, DDoS attacks, malware infections, privilege escalation, or data exfiltration.
141+
|https://github.com/elastic/kibana/blob/{branch}/x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security_host/ml/high_count_events_for_a_host_name.json[image:images/link.svg[A link icon]]
142+
|https://github.com/elastic/kibana/blob/{branch}/x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security_host/ml/datafeed_high_count_events_for_a_host_name.json[image:images/link.svg[A link icon]]
143+
144+
|low_count_events_for_a_host_name
145+
|Looks for a sudden drop in host based traffic. This can be due to a range of security issues, such as a compromised system, a failed service, or a network misconfiguration.
146+
|https://github.com/elastic/kibana/blob/{branch}/x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security_host/ml/low_count_events_for_a_host_name.json[image:images/link.svg[A link icon]]
147+
|https://github.com/elastic/kibana/blob/{branch}/x-pack/platform/plugins/shared/ml/server/models/data_recognizer/modules/security_host/ml/datafeed_low_count_events_for_a_host_name.json[image:images/link.svg[A link icon]]
148+
|===
149+
150+
// end::security-host-jobs[]
151+
119152
[discrete]
120153
[[security-linux-jobs]]
121154
== Security: Linux

0 commit comments

Comments
 (0)