debian-mirror-gitlab/doc/user/application_security/threat_monitoring/index.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2020-04-22 19:07:51 +05:30
---
type: reference, howto
2021-01-29 00:20:46 +05:30
stage: Protect
2020-06-23 00:09:42 +05:30
group: Container Security
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-04-22 19:07:51 +05:30
---
# Threat Monitoring **(ULTIMATE)**
2021-12-11 22:18:48 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/14707) in GitLab 12.9.
2020-04-22 19:07:51 +05:30
2021-11-11 11:23:49 +05:30
The **Threat Monitoring** page provides alerts and metrics
2020-06-23 00:09:42 +05:30
for the GitLab application runtime security features. You can access
these by navigating to your project's **Security & Compliance > Threat
Monitoring** page.
2020-04-22 19:07:51 +05:30
GitLab supports statistics for the following security features:
- [Container Network Policies](../../../topics/autodevops/stages.md#network-policy)
2021-11-11 11:23:49 +05:30
## Container Network Policy Alert list
2021-03-11 19:13:27 +05:30
2021-12-11 22:18:48 +05:30
> [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/3438) in GitLab 13.9.
2021-03-11 19:13:27 +05:30
2021-06-08 01:23:25 +05:30
The policy alert list displays your policy's alert activity. You can sort the list by these columns:
- Date and time
- Events
- Status
You can filter the list with the **Policy Name** filter and the **Status** filter at the top. Use
the selector menu in the **Status** column to set the status for each alert:
2021-03-11 19:13:27 +05:30
- Unreviewed
- In review
- Resolved
- Dismissed
2021-06-08 01:23:25 +05:30
By default, the list doesn't display resolved or dismissed alerts.
2021-11-11 11:23:49 +05:30
![Policy Alert List](img/threat_monitoring_policy_alert_list_v14_3.png)
2021-03-11 19:13:27 +05:30
2021-06-08 01:23:25 +05:30
Clicking an alert's row opens the alert drawer, which shows more information about the alert. A user
can also create an incident from the alert and update the alert status in the alert drawer.
2021-03-11 19:13:27 +05:30
2021-04-17 20:07:23 +05:30
Clicking an alert's name takes the user to the [alert details page](../../../operations/incident_management/alerts.md#alert-details-page).