Skip to content

Commit 7d54249

Browse files
committed
starting point
1 parent 74158cb commit 7d54249

File tree

19,025 files changed

+405022
-22127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

19,025 files changed

+405022
-22127
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
# Alerts
2+
3+
When you create an alert profile, several alerts are preconfigured for it. You can, however, choose to enable or disable them as well as add custom alerts to the profile. These alerts are triggered by specific events. This means that when the defined action (event) is detected within the organization the alert profile is assigned to, an alert is generated. Alerts notify you of critical actions that impact your organization's security, enabling you to respond swiftly to potential risks.
4+
5+
You can access the generated alerts in the following ways:
6+
7+
- View the alerts generated for an organization on the Netwrix 1Secure dashboard. See the [1Secure Dashboard](/docs/product_docs/1secure/1secure/admin/dashboard/overview.md) topic for additional information.
8+
- Receive alerts as email notifications sent to the specified email address(es). See the [Manage Delivery Settings for an Alert Profile ](/docs/product_docs/1secure/1secure/admin/alerts/overview.md#Manage-Delivery-Settings-for-an-Alert-Profile)topic for setting up email notifications.
9+
10+
Follow the steps to view the alerts within an alert profile.
11+
12+
__Step 1 –__ Navigate to Configuration > Alerts.
13+
14+
__Step 2 –__ Click an alert profile. The alerts for the profile are displayed in a list.
15+
16+
![Alerts List within an alert profile](/static/img/product_docs/1secure/1secure/admin/alerts/alertslist.png)
17+
18+
You can view the following for each alert in the list:
19+
20+
- Source – Indicates the origin or type of data that triggers the alert. For example, Activity Records.
21+
- Alert Name – The name of the alert
22+
- Is Active – Indicates whether the alert is activated. You can toggle it ON or OFF as required.
23+
- Grouping On – Indicates whether grouping is applied to the alert. If yes, then it displays the criteria, such as What, Who, Where, etc.
24+
- Threshold – The threshold value set for the alert. The threshold is the minimum number of activity records that must occur within a specified time frame (threshold period) to trigger an alert.
25+
- Threshold Period – The threshold period set for the alert. The threshold period is the maximum duration, starting from the first activity record, within which the specified number of activity records (threshold) must occur to trigger an alert.
26+
- Batching Period – The batching period set for the alert. The batching period feature allows you to receive a single notification that includes all alerts triggered during the specified period.
27+
28+
## Add a Custom Alert
29+
30+
Follow the steps to add a custom alert.
31+
32+
__Step 1 –__ Navigate to Configuration > Alerts.
33+
34+
__Step 2 –__ Click an alert profile. The alerts for the profile are displayed in a list.
35+
36+
__Step 3 –__ Click __Add__. The New Alert pane is displayed.
37+
38+
![New Alert Pane](/static/img/product_docs/1secure/1secure/admin/alerts/addcustomalert.png)
39+
40+
__Step 4 –__ Select a custom report from the Report drop-down menu to trigger the alert when a new record is generated for the report. See the [ Custom Reports](/docs/product_docs/1secure/1secure/admin/searchandreports/customreports.md) topic for additional information.
41+
42+
__Step 5 –__ Specify a name and description for the alert.
43+
44+
__Step 6 –__ Toggle the __Is Active__ switch to ON to activate the alert. Notifications are sent for active alerts only.
45+
46+
__Step 7 –__ Toggle the __Is Grouped__ switch to ON, which displays the Grouped On drop-down menu. When grouping is enabled, alerts are organized based on the criteria you select in the _Grouped On_ drop-down menu.
47+
48+
__Step 8 –__ Select one of the following options from the __Grouped On__ drop-down menu:
49+
50+
- Who – Groups alerts with respect to the user who performed the activity (deleted an account, created a record, etc.)
51+
- Where – Groups alerts with respect to the location where the activity is performed. For example, SharePoint Online site, file server, etc.
52+
- What – Groups alerts with respect to the object the activity is performed on, such as a computer, file, etc.
53+
54+
Example: You have two users, User 1 and User 2, each performing different actions. By setting "Grouped On" to "Who", alerts will be generated per user, resulting in two separate alerts — one for User 1 and another for User 2. Each alert will include only the activity associated with that specific user. If grouping is not enabled, all activities will be consolidated into a single alert based on the specified _threshold_ and _threshold period_.
55+
56+
__Step 9 –__ In the Threshold field, specify a threshold for the alert. The threshold is the minimum number of activity records that must occur within a specified time frame (threshold period) to trigger an alert. For example, if the threshold is set to 3, an alert will be triggered when at least 3 activity records are generated within the specified time frame.
57+
58+
__Step 10 –__ In the Threshold Period field, specify a threshold period for the alert. The threshold period is the maximum duration, starting from the first activity record, within which the specified number of activity records (threshold) must occur to trigger an alert. For example, if the threshold is set to 5 and the threshold period is 10 minutes, at least 5 activity records must be generated within 10 minutes to trigger an alert.
59+
60+
__Step 11 –__ If you do not want alert notifications to be sent to you each time an alert is generated, there is a batching period option. In the Batching Period field, specify a batching period for the alert. The batching period feature allows you to receive a single notification that includes all alerts triggered during the specified period. For example, if the batching period is set to 30 minutes (00:30:00) for an alert such as "Computer removed," you will receive a single notification for the alerts generated during that time frame, rather than receiving individual notifications for each alert.
61+
62+
__Step 12 –__ Click __Save__.
63+
64+
The alert is configured and added to the list.
65+
66+
## Modify an Alert
67+
68+
Follow the steps to modify a preconfigured or custom alert.
69+
70+
__Step 1 –__ Navigate to Configuration > Alerts.
71+
72+
__Step 2 –__ Click an alert profile. The alerts for the profile are displayed in a list.
73+
74+
__Step 3 –__ Click the __Edit__ icon for an alert. The Edit alert pane is displayed.
75+
76+
__Step 4 –__ Modify the required information. See the [Add a Custom Alert](#Add-a-Custom-Alert) topic, starting from Step 4 for additional information.
77+
78+
__Step 5 –__ Click __Save__.
79+
80+
## Delete a Custom Alert
81+
82+
Follow the steps to delete a custom alert.
83+
84+
__Step 1 –__ Navigate to Configuration > Alerts.
85+
86+
__Step 2 –__ Click an alert profile. The alerts for the profile are displayed in a list.
87+
88+
__Step 3 –__ Click the __Delete__ icon for an alert to delete it. A dialog box is displayed, prompting you to confirm the deletion of the alert.
89+
90+
__Step 4 –__ Click __Yes__. The alert is deleted from the system.
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# Alert Profiles
2+
3+
Alert profiles provide a way to easily group alert configurations and delivery notification settings together. You can create an alert profile, enable relevant alerts for the profile, and assign it to organization(s). Additionally, you can customize delivery settings and specify which user(s) will receive notifications when alerts in the profile are triggered.
4+
5+
To view the alert profiles, navigate to Configuration > Alerts.
6+
7+
![Alert Profiles List](/static/img/product_docs/1secure/1secure/admin/alerts/alertsprofiles.png)
8+
9+
Alert profiles are displayed in the list with the following information:
10+
11+
- Alert profile – The name of the alert profile
12+
- Alerts enabled – The number of alerts enabled for the profile
13+
- Used in organizations – The number of organizations the alert profile is applied to
14+
- Notification delivery – Indicates whether email notifications are configured for the profile
15+
16+
__NOTE:__ The alert profile named _Netwrix Profile (Default)_ is available by default and is automatically applied to all managed organizations.
17+
18+
## Add an Alert Profile
19+
20+
Follow the steps to add an alert profile.
21+
22+
__Step 1 –__ Navigate to Configuration > Alerts.
23+
24+
__Step 2 –__ Click __Add profile__. The New alert profile pane is displayed.
25+
26+
![New Alert Profile pane](/static/img/product_docs/1secure/1secure/admin/alerts/addalertprofile.png)
27+
28+
__Step 3 –__ Enter a name for the alert profile in the Name field and click __Save__.
29+
30+
The alert profile is added to the list. You can:
31+
32+
- Assign this profile to an organization. You can do this when creating a new organization or editing an organization. See the [Add Organizations](/docs/product_docs/1secure/1secure/admin/organizations/addorganizations.md) topic for additional information.
33+
- Click the profile to review the list of alerts, enable the desired alerts, make necessary edits for alerts, and set delivery settings for the alert profile. See the [Alerts](/docs/product_docs/1secure/1secure/admin/alerts/alerts.md) topic for additional information.
34+
35+
## Modify the Name of an Alert Profile
36+
37+
Follow the steps to modify the name of an alert profile.
38+
39+
__Step 1 –__ Navigate to Configuration > Alerts.
40+
41+
__Step 2 –__ Click the Edit icon for an alert profile. The Edit alert profile pane is displayed.
42+
43+
__Step 3 –__ Modify the name of the profile.
44+
45+
__Step 4 –__ Click __Save__.
46+
47+
## Delete an Alert Profile
48+
49+
__NOTE:__ (1) The alert profile named _Netwrix Profile (Default)_ cannot be deleted.
50+
(2) When an alert profile is deleted, the _Netwrix Profile (Default)_ is automatically assigned to the organizations that were previously assigned the deleted profile.
51+
52+
Follow the steps to delete an alert profile.
53+
54+
__Step 1 –__ Navigate to Configuration > Alerts.
55+
56+
__Step 2 –__ Click the Delete icon for an alert profile to delete it. A dialog box is displayed, prompting you to confirm the deletion of the profile.
57+
58+
__Step 3 –__ Click __Yes__. The alert profile is deleted from the system.
59+
60+
## Manage Delivery Settings for an Alert Profile
61+
62+
You can receive alerts by email or through the third-party ticket service, as used by the Managed Service Providers.
63+
64+
Follow the steps to configure alerts by email.
65+
66+
__Step 1 –__ . Navigate to Configuration > Alerts.
67+
68+
__Step 2 –__ Click an alert profile. The alerts for the profile are displayed in a list.
69+
70+
__Step 3 –__ Click the Email icon under Delivery Settings. The Email Delivery Settings pane is displayed.
71+
72+
![Email Delivery Settings pane](/static/img/product_docs/1secure/1secure/admin/alerts/alertsemaildelivery.png)
73+
74+
__Step 4 –__ . Toggle the Enabled switch to ON to enable email notifications for the alert profile.
75+
76+
__Step 5 –__ In the Email Addresses field, enter the email address of a recipient for alert notifications and click the Add icon. To specify multiple email addresses, add them one by one.
77+
78+
__Step 6 –__ Check the __Email Organization Admins__ check box to send the alerts to all the organization admins by email.
79+
80+
__Step 7 –__ Click Save.
81+
82+
You may also link to a third-party ticketing system. See the [Third-party systems](/docs/product_docs/1secure/1secure/integration/overview.md) topic for additional information.
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Alerts Timeline
2+
3+
The Alerts Timeline page provides a view of triggered alerts. It highlights key statistics, including the top 5 alert types by count and a timeline chart to visualize alerts triggered over time. The page also displays a complete list of generated alerts for thorough analysis and monitoring.
4+
5+
To access the Alerts Timeline page, click __Home__ at the top and do one of the following:
6+
7+
- On the Top 5 Organizations with Most Alerts chart, click a bar. It opens the Alerts Timeline page that displays alert-related data for the organization represented by the selected bar.
8+
- On the Top 5 Triggered Alerts by Type chart, click a bar. It opens the Alerts Timeline page that displays alert-related data for all managed organizations.
9+
- In the organizations list, click an organization name to navigate to the Organization Statistics page, then click the Alerts Timeline chart. It opens the Alerts Timeline page that displays alert-related data for the organization selected in the organizations list.
10+
11+
![Alerts Timeline Page](/static/img/product_docs/1secure/1secure/admin/dashboard/alertstimeline.png)
12+
13+
If you are a managed organization user, this page displays insights specific to your organization.
14+
15+
If you are a managing organization (MSP) user, this page provides insights for all your organizations.
16+
17+
Top 5 Alerts by Count
18+
19+
This card displays a pie chart illustrating the five most frequently triggered alert types. Each slice represents the share of an alert type relative to the others. Hover over a slice to view the exact number of alerts for that type.
20+
The legend maps the colors used in the pie chart to the names of the alert types along with the share percentage.
21+
22+
Click an alert type on the legend to disable it. Disabled alert types are not displayed in the pie chart. Hence, the pie chart displays only the enabled alert types and their percentage shares with respect to each other. You can click a disabled alert type on the legend to enable it.
23+
24+
Alerts Timeline
25+
26+
This card displays a bar chart illustrating the number of alerts triggered for the period selected in the timeframe drop-down menu. Hover over a bar on the chart to view the exact number of alerts triggered on any specific date.
27+
28+
Alerts List
29+
30+
This section lists all the triggered alerts with the following information:
31+
32+
- Organization – Displays the name of the organization the alert belongs to. Click an organization name to view its alert-related data on the Alerts Timeline page. On filtering data by organization, the Organization column is hidden from the Alerts list.
33+
- Alert time – Displays the date and time when the alert is triggered
34+
- Source type – Displays the origin or type of data that triggers the alert. Source types are:
35+
36+
- Activity Records – Alerts generated based on user activities or actions
37+
- Health Notifications – Alerts related to system performance, for example, when Netwrix 1Secure is unable to communicate with Netwrix Cloud Agent.
38+
- Alert name – Displays the name of the alert
39+
- Num activity records – Displays the number of activity records associated with the triggered alert, based on the threshold value set for it. The threshold is the minimum number of activity records that must occur within a specified time frame (threshold period) to trigger an alert.
40+
- Last updated – Displays the date and time when the alert is triggered, based on the threshold value set for it. The threshold is the minimum number of activity records that must occur within a specified time frame (threshold period) to trigger an alert.last updated.
41+
- Item – Displays the name of the entity by which the alert is grouped, such as a computer, file, user, etc.
42+
- Activity Records – Click the Activity Records link for an alert to navigate to the Activity page, where you can view a detailed report for that alert type. See the [Activity Reports](/docs/product_docs/1secure/1secure/admin/searchandreports/activity.md) topic for additional information.
43+
44+
Click a column header to sort data in the alerts list by that column in ascending order. An arrow appears next to the column name to indicate the sort order. Click the column header again to sort the data in descending order.
45+
46+
Edit Alerts Settings
47+
48+
Click the __Edit Alerts Settings__ link to navigate to the Alerts page, where you can create a new alert and modify existing ones. See the [Alerts](/docs/product_docs/1secure/1secure/admin/alerts/alerts.md) topic for additional information.
49+
50+
## Filter Data
51+
52+
Multiple filters are available on this page to enable you to filter data as desired. You can apply one or more filters at a time.
53+
54+
- Organizations – Select an organization from the Organizations drop-down menu to view its alert-related data.
55+
- Filter by Keyword – Type a search string (only alpha characters allowed) in the Filter by keyword field and press Enter. The Alerts list displays the data that matches the specified keyword.
56+
- Alert – Select an alert type from the Alert drop-down menu. The charts and the alerts list display data specific to the selected alert type. By default, All is selected.
57+
- Item – Select an item from the Item drop-down menu. The charts and the alerts list display alert data specific to the selected item. By default, All is selected.
58+
- Timeframe – Select a time period from the Timeframe drop-down menu. The charts and the listing on the page display data for the selected time period. For example, if you select 7 Days, the data will reflect information for the past 7 days. By default, 30 Days is selected. Options are:
59+
60+
- 7 Days
61+
- 30 Days
62+
- 90 Days

0 commit comments

Comments
 (0)