Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ docs/
├── docs/ # Documentation content
│ ├── 1secure/ # 1Secure product docs
│ ├── usercube/ # UserCube on-premises docs
│ ├── usercube_saas/ # UserCube SaaS docs
│ ├── usercube/saas/ # UserCube SaaS docs
│ ├── strongpoint*/ # StrongPoint product variants
│ └── [other-products]/ # Other product documentation
├── static/ # Static assets (images, files)
Expand Down
8 changes: 4 additions & 4 deletions docs/1secure/admin/alerts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impact your organization's security, enabling you to respond swiftly to potentia
You can access the generated alerts in the following ways:

- View the alerts generated for an organization on the Netwrix 1Secure dashboard. See the
[1Secure Dashboard](../dashboard/index.md) topic for additional information.
[1Secure Dashboard](/docs/1secure/admin/dashboard/index.md) topic for additional information.
- Receive alerts as email notifications sent to the specified email address(es). See the
[Manage Delivery Settings for an Alert Profile](profiles.md#manage-delivery-settings-for-an-alert-profile) topic
for setting up email notifications.
Expand All @@ -29,7 +29,7 @@ Follow the steps to view the alerts within an alert profile.

**Step 2 –** Click an alert profile. The alerts for the profile are displayed in a list.

![Alerts List within an alert profile](../../../../static/img/product_docs/1secure/admin/alerts/alertslist.webp)
![Alerts List within an alert profile](/img/product_docs/1secure/admin/alerts/alertslist.webp)

You can view the following for each alert in the list:

Expand Down Expand Up @@ -57,10 +57,10 @@ Follow the steps to add a custom alert.

**Step 3 –** Click **Add**. The New Alert pane is displayed.

![New Alert Pane](../../../../static/img/product_docs/1secure/admin/alerts/addcustomalert.webp)
![New Alert Pane](/img/product_docs/1secure/admin/alerts/addcustomalert.webp)

**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](../searchandreports/customreports.md)
record is generated for the report. See the [ Custom Reports](/docs/1secure/admin/searchandreports/customreports.md)
topic for additional information.

**Step 5 –** Specify a name and description for the alert.
Expand Down
12 changes: 6 additions & 6 deletions docs/1secure/admin/alerts/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ receive notifications when alerts in the profile are triggered.

To view the alert profiles, navigate to Configuration > Alerts.

![Alert Profiles List](../../../../static/img/product_docs/1secure/admin/alerts/alertsprofiles.webp)
![Alert Profiles List](/img/product_docs/1secure/admin/alerts/alertsprofiles.webp)

Alert profiles are displayed in the list with the following information:

Expand All @@ -36,17 +36,17 @@ Follow the steps to add an alert profile.

**Step 2 –** Click **Add profile**. The New alert profile pane is displayed.

![New Alert Profile pane](../../../../static/img/product_docs/1secure/admin/alerts/addalertprofile.webp)
![New Alert Profile pane](/img/product_docs/1secure/admin/alerts/addalertprofile.webp)

**Step 3 –** Enter a name for the alert profile in the Name field and click **Save**.

The alert profile is added to the list. You can:

- Assign this profile to an organization. You can do this when creating a new organization or
editing an organization. See the [Add Organizations](../organizations/addorganizations.md) topic
editing an organization. See the [Add Organizations](/docs/1secure/admin/organizations/addorganizations.md) topic
for additional information.
- 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 [Alerts](index.md) topic for
for alerts, and set delivery settings for the alert profile. See [Alerts](/docs/1secure/admin/alerts/index.md) topic for
additional information.

## Modify the Name of an Alert Profile
Expand Down Expand Up @@ -90,7 +90,7 @@ Follow the steps to configure alerts by email.
**Step 3 –** Click the Email icon under Delivery Settings. The Email Delivery Settings pane is
displayed.

![Email Delivery Settings pane](../../../../static/img/product_docs/1secure/admin/alerts/alertsemaildelivery.webp)
![Email Delivery Settings pane](/img/product_docs/1secure/admin/alerts/alertsemaildelivery.webp)

**Step 4 –** . Toggle the Enabled switch to ON to enable email notifications for the alert profile.

Expand All @@ -103,4 +103,4 @@ organization admins by email.
**Step 7 –** Click Save.

You may also link to a third-party ticketing system. See the
[Third-party systems](../../integrations/index.md) topic for additional information.
[Third-party systems](/docs/1secure/integrations/index.md) topic for additional information.
6 changes: 3 additions & 3 deletions docs/1secure/admin/alerts/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To access the Alerts Timeline page, click **Home** at the top and do one of the
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.

![Alerts Timeline Page](../../../../static/img/product_docs/1secure/admin/dashboard/alertstimeline.webp)
![Alerts Timeline Page](/img/product_docs/1secure/admin/dashboard/alertstimeline.webp)

If you are a managed organization user, this page displays insights specific to your organization.

Expand Down Expand Up @@ -74,7 +74,7 @@ This section lists all the triggered alerts with the following information:
user, etc.
- 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](../searchandreports/activity.md) topic for additional information.
[Activity Reports](/docs/1secure/admin/searchandreports/activity.md) topic for additional information.

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
Expand All @@ -83,7 +83,7 @@ the data in descending order.
Edit Alerts Settings

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](index.md) topic for additional
alert and modify existing ones. See the [Alerts](/docs/1secure/admin/alerts/index.md) topic for additional
information.

## Filter Data
Expand Down
22 changes: 11 additions & 11 deletions docs/1secure/admin/dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ organizations, enabling managing organizations, such as Managed Service Provider
identify and prioritize what requires immediate attention. It displays the alerts triggered by
specific events, offering drill-down capabilities that enable you to access detailed information on
specific alerts and issues, ensuring timely and effective responses. See the
[Alerts](../alerts) topic for additional information on alerts.
[Alerts](/docs/1secure/admin/alerts) topic for additional information on alerts.

Click **Home** at the top of the page to access the dashboard. This page is also the default landing
page of the application when you sign in.

![Dashboard Page for managing user](../../../../static/img/product_docs/1secure/admin/dashboard/dashboardpage.webp)
![Dashboard Page for managing user](/img/product_docs/1secure/admin/dashboard/dashboardpage.webp)

If you are a managed organization user, this page displays insights specific to your organization.
See the [Organization Statistics](organizationstatistics.md) topic for additional information.
See the [Organization Statistics](/docs/1secure/admin/dashboard/organizationstatistics.md) topic for additional information.

If you are a managing organization (MSP) user, this page provides insights for all your
organizations.
Expand All @@ -31,21 +31,21 @@ Top 5 Triggered Alerts by Type

This card displays a bar chart that highlights the five most frequently triggered alert types. Hover
over a bar to view the exact number of alerts for that type. Click a bar to navigate to the Alerts
Timeline page. See the [Alerts Timeline](../alerts/timeline.md) topic for additional information.
Timeline page. See the [Alerts Timeline](/docs/1secure/admin/alerts/timeline.md) topic for additional information.

Top 5 Organizations with Most Alerts

This card displays a bar chart that highlights the five organizations with the highest number of
triggered alerts. Hover over a bar to view the exact number of alerts triggered for that
organization. Click a bar to navigate to the Alerts Timeline page. See the
[Alerts Timeline](../alerts/timeline.md) topic for additional information.
[Alerts Timeline](/docs/1secure/admin/alerts/timeline.md) topic for additional information.

Top 5 Organizations at Risk

This card lists the five organizations with the highest risk levels. Each record includes the
organization’s name, risk level (high, medium, or low), and the number of risks detected. Click a
record to navigate to the Risk Assessment dashboard. See the
[Risk Assessment Dashboard](../riskprofiles/riskassessmentdashboard.md) topic for additional
[Risk Assessment Dashboard](/docs/1secure/admin/riskprofiles/riskassessmentdashboard.md) topic for additional
information.

Health Status
Expand All @@ -58,20 +58,20 @@ Organizations List
This section lists all managed organizations with the following information:

- Name – Displays the name of an organization. Click an organization name to navigate to the
Organization Statistics page. See the [Organization Statistics](organizationstatistics.md) topic
Organization Statistics page. See the [Organization Statistics](/docs/1secure/admin/dashboard/organizationstatistics.md) topic
for additional information.

- Alerts – Displays the total number of alerts triggered for the organization. Click the value to
navigate to the Alerts Timeline page. See the [Alerts Timeline](../alerts/timeline.md) topic for
navigate to the Alerts Timeline page. See the [Alerts Timeline](/docs/1secure/admin/alerts/timeline.md) topic for
additional information.
- Risk Level – Displays the risk level for the organization such as, high, medium, or low. Click the
value to navigate to the Risk Assessment dashboard. See the
[Risk Assessment Dashboard](../riskprofiles/riskassessmentdashboard.md) topic for additional
[Risk Assessment Dashboard](/docs/1secure/admin/riskprofiles/riskassessmentdashboard.md) topic for additional
information.
- Users – Displays the total number of users in the organization along with their percentage share
with respect to the total number of users in the managed organizations (tenant) in 1Secure. Click
the value to navigate to the Billable Users page. See the
[System Reports](../searchandreports/system.md) topic for additional information.
[System Reports](/docs/1secure/admin/searchandreports/system.md) topic for additional information.
- Status – Displays the current health status of the organization, which can be: Healthy, Trial in
Progress, New, Update Recommended, Needs Attention, Experiencing Issues, Offline, Disabled, Not
Configured, and Pending Deletion. Click the value to navigate to the Health Status for
Expand All @@ -85,7 +85,7 @@ to sort the data in descending order.
Add Organization

Click the Add Organization button to add a new organization. See the
[Add Organizations](../organizations/addorganizations.md) topic for additional information.
[Add Organizations](/docs/1secure/admin/organizations/addorganizations.md) topic for additional information.

## Filter Data

Expand Down
20 changes: 10 additions & 10 deletions docs/1secure/admin/dashboard/organizationstatistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ identify any potential vulnerabilities or areas for improvement.
To view an organization's statistics, click **Home** in the top bar. On the dashboard, click an
organization name in the Organizations list to open the Statistics page for it.

![Organization Statistics Page](../../../../static/img/product_docs/1secure/admin/dashboard/organizationstatistics.webp)
![Organization Statistics Page](/img/product_docs/1secure/admin/dashboard/organizationstatistics.webp)

You can view the following insights for an organization.

Expand All @@ -31,7 +31,7 @@ here to view the statistics for that Organization.
This link displays the total number of users in the organization along with their percentage share
with respect to the total number of users in the managed organizations (tenant) in 1Secure. Click
the value to navigate to the Billable Users page. See the
[System Reports](../searchandreports/system.md) topic for additional information.
[System Reports](/docs/1secure/admin/searchandreports/system.md) topic for additional information.

## Health Status

Expand All @@ -43,34 +43,34 @@ the organization.
## New Investigation

Click the **New Investigation** card to navigate to the New Investigation page where you can create
a new investigation (custom report). See the [ Custom Reports](../searchandreports/customreports.md)
a new investigation (custom report). See the [ Custom Reports](/docs/1secure/admin/searchandreports/customreports.md)
topic for additional information.

## Risk Assessment

This card displays the risk level for the organization, such as high, medium, or low. Click the card
to navigate to the Risk Assessment page for the selected organization. See the
[Risk Assessment Dashboard](../riskprofiles/riskassessmentdashboard.md) topic for additional
[Risk Assessment Dashboard](/docs/1secure/admin/riskprofiles/riskassessmentdashboard.md) topic for additional
information.

## Saved Custom Reports

This card displays a list of custom reports created for the organization. See the
[ Custom Reports](../searchandreports/customreports.md) topic for additional information.
[ Custom Reports](/docs/1secure/admin/searchandreports/customreports.md) topic for additional information.

## Alerts Timeline

This card displays a line chart illustrating the number of alerts triggered during the past three
months. Hover over a point on the chart to view the exact number of alerts triggered on any specific
date. Click a point on the chart to navigate to the Alerts Timeline page. See the
[Alerts Timeline](../alerts/timeline.md) topic for additional information.
[Alerts Timeline](/docs/1secure/admin/alerts/timeline.md) topic for additional information.

## Changes By Date

This card displays a line chart illustrating the number of changes made to monitored objects during
the past three months. Hover over a point on the chart to view the exact number of changes made on
any specific date. Click a point on the chart to navigate to the Activity page, where you can view
the complete Changes by Date report. See the [Activity Reports](../searchandreports/activity.md)
the complete Changes by Date report. See the [Activity Reports](/docs/1secure/admin/searchandreports/activity.md)
topic for additional information on the Changes by Date report.

## Failed Logon Activity Trend
Expand All @@ -79,7 +79,7 @@ This card displays a line chart illustrating the number of failed logon attempts
during the past 3 months. Hover over a point on the chart to view the exact number of failed logon
attempts on any specific date. Click a point on the chart to navigate to the Activity page, where
you can view the complete Failed Logons report. See the
[Activity Reports](../searchandreports/activity.md) topic for additional information on the Failed
[Activity Reports](/docs/1secure/admin/searchandreports/activity.md) topic for additional information on the Failed
Logons report.

## Accounts with Most Logon Activity (Past 7 Days)
Expand All @@ -88,7 +88,7 @@ This card displays a bar chart highlighting the accounts with the highest number
to the environment during the past 7 days. Each account is represented by a bar. Hover over a bar to
view the exact number of logon attempts for that account. Click a bar to navigate to the Activity
page, where you can view the complete All Logon Activity report. See the
[Activity Reports](../searchandreports/activity.md) topic for additional information on the All
[Activity Reports](/docs/1secure/admin/searchandreports/activity.md) topic for additional information on the All
Logon Activity report.

## Who Made Most Changes (Past 7 Days)
Expand All @@ -97,7 +97,7 @@ This card displays a bar chart highlighting the users who made the most changes
during the past 7 days. Each user account is represented by a bar. Hover over a bar to view the
exact number of changes by that user account. Click a bar to navigate to the Activity page, where
you can view the complete Changes by User report. See the
[Activity Reports](../searchandreports/activity.md) topic for additional information on the Changes
[Activity Reports](/docs/1secure/admin/searchandreports/activity.md) topic for additional information on the Changes
by User report.

## Organization Configuration
Expand Down
Loading