Skip to content

Commit 659ea37

Browse files
committed
update
1 parent b9c60b2 commit 659ea37

File tree

13 files changed

+96
-20
lines changed

13 files changed

+96
-20
lines changed

docs/privilegesecure/4.1/admin/dashboard/credentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The dashboard has the following features:
4141
topic for additional information.
4242
- Schedule Rotation — Add the credential rotation task to the queue. This button is only available
4343
when the Method is Automatic managed. See the
44-
[Scheduled Tasks Page](/docs/privilegesecure/4.1/admin/interface/servicenodes/scheduledtasks.md)
44+
[Scheduled Tasks Page](/docs/privilegesecure/4.1/admin/configurationinterface/servicenodes/scheduledtasks.md)
4545
topic for additional information.
4646
- Verify — Checks that the credentials for the selected account match the credentials set by
4747
Privilege Secure
@@ -78,7 +78,7 @@ The table has the following columns:
7878
- Manual — Credential rotation must be initiated manually with the Rotate Service Account
7979
button, or the credential must be manually updated on both the resource and in Privilege
8080
Secure. See the
81-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
81+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
8282
section for information on updating credentials for Internal service accounts.
8383
- Not Managed — Not currently managed by Privilege Secure and no credentials have ever been
8484
stored
@@ -91,7 +91,7 @@ The table has the following columns:
9191

9292
- Standard — Local or domain user account, including managed users created by activity sessions
9393
- Internal — Internal service account used by Privilege Secure with no dependencies. See the
94-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
94+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
9595
topic for additional information.
9696
- Service — Local or domain service account with one or more dependencies. Includes Internal
9797
service accounts with one or more dependencies.

docs/privilegesecure/4.1/admin/dashboard/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The table has the following columns:
8585
topic for additional information.
8686
- Service Account — Displays the service account associated with the resource. Click the link to
8787
view additional details. See the
88-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
88+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
8989
topic for additional information.
9090
- Platform — Displays the type of platform, which defines the resource. See the
9191
[Platforms Page](/docs/privilegesecure/4.1/admin/interface/platforms/overview.md)

docs/privilegesecure/4.1/admin/interface/accesspolicy/credentialbasedpolicytabs/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The table has the following columns:
4141
- User Name — Displays the sAMAccountName for the account
4242
- Type — Icon indicates the type of object
4343
- Certified — Indicates the access entitlement for the user or group. See the
44-
[Access Certification Page](/docs/privilegesecure/4.1/admin/interface/accesscertification/accesscertification.md)
44+
[Access Certification Page](/docs/privilegesecure/4.1/admin/audit&reporting/accesscertification/accesscertification.md)
4545
topic for additional information.
4646

4747
- Approved — Access entitlements have been approved
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: "Activity Log Page"
3+
description: "Activity Log Page"
4+
sidebar_position: 30
5+
---
6+
7+
# Activity Log Page
8+
9+
The Activity Log page shows the activity logs for users and resources. From here, search and
10+
investigate the records.
11+
12+
![activitylogpage](/img/product_docs/privilegesecure/4.1/accessmanagement/admin/auditreporting/page/activitylogpage.webp)
13+
14+
The Activity Log page has the following features:
15+
16+
- Search — Searches the table or list for matches to the search string. When matches are found, the
17+
table or list is filtered to the matching results.
18+
19+
- Additionally, filter by table and date
20+
21+
- Change type — Filter by change type:
22+
23+
- All Users
24+
- Top 5 Users
25+
- Top 10 Users
26+
27+
- Date range — Filter by date range. Enter a start date and end date.
28+
- Refresh button — Reload the information displayed
29+
30+
The Summary for the Date Range table shows combined information for all the logs:
31+
32+
- Column headers can be resized and sorted in ascending or descending order::
33+
34+
- Sessions — Total number of sessions
35+
- Total Duration — Total duration of all sessions combined
36+
- Average — The average duration of a session
37+
- Minimum — The minimum duration of a session
38+
- Maximum — The maximum duration of a session
39+
40+
- Export as CSV – Allows exporting the Activity Log as a CSV file
41+
42+
The Top 5 Users for the Date Range table lists the users with the most sessions:
43+
44+
- Column headers can be resized and sorted in ascending or descending order:
45+
46+
- User — The user logged in to the session. Click to open the
47+
[User, Group, & Application Details Page](/docs/privilegesecure/4.1/admin/interface/usersgroups/usergroupapplication/usergroupapplication.md).
48+
- Sessions — Number of sessions per user
49+
- Total Duration — Total duration of all sessions per user
50+
- Average — The average duration of a session per user
51+
- Minimum — The minimum duration of a session per user
52+
- Maximum — The maximum duration of a session per user
53+
54+
The Sessions by All Users table lists all user sessions:
55+
56+
- Column headers can be resized and sorted in ascending or descending order:
57+
58+
- Session User — The user logged in to the session. See the
59+
[User, Group, & Application Details Page](/docs/privilegesecure/4.1/admin/interface/usersgroups/usergroupapplication/usergroupapplication.md)
60+
topic for additional information.
61+
- Host — The resource the session is using. The details vary based on the type of resource. See
62+
the
63+
[Resources Page](/docs/privilegesecure/4.1/admin/interface/resources/resources.md)
64+
topic for additional information.
65+
- Login Account — Account user is logged in with
66+
- Policy — Policy associated with the session. See the
67+
[Access Policy Page](/docs/privilegesecure/4.1/admin/interface/accesspolicy/accesspolicy.md)
68+
topic for additional information.
69+
- Activity — Activity associated with the session. See the
70+
[Activities Page](/docs/privilegesecure/4.1/admin/interface/activities/activities.md)
71+
topic for additional information.
72+
- Start — Start time of the session
73+
- Duration — Duration of the session
74+
- End — End time of the session
75+
- Notes — Any notes that were entered when the session was created
76+
- Ticket Number — Any ticket numbers that were entered when the session was created

docs/privilegesecure/4.1/admin/interface/credentials/credentialgroups/addcredentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Both tables have the following columns:
3737
- Manual — Credential rotation must be initiated manually with the Rotate Service Account
3838
button, or the credential must be manually updated on both the resource and in Privilege
3939
Secure. See the
40-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
40+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
4141
section for information on updating credentials for Internal service accounts.
4242
- Not Managed — Not currently managed by Privilege Secure and no credentials have ever been
4343
stored
@@ -50,7 +50,7 @@ Both tables have the following columns:
5050

5151
- Standard — Local or domain user account, including managed users created by activity sessions
5252
- Internal — Internal service account used by Privilege Secure with no dependencies. See the
53-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
53+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
5454
topic for additional information.
5555
- Service — Local or domain service account with one or more dependencies. Includes Internal
5656
service accounts with one or more dependencies.

docs/privilegesecure/4.1/admin/interface/credentials/credentialgroups/credentialgroups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The table has the following columns:
6565
- Manual — Credential rotation must be initiated manually with the Rotate Service Account
6666
button, or the credential must be manually updated on both the resource and in Privilege
6767
Secure. See the
68-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
68+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
6969
topic for information on updating credentials for Internal service accounts.
7070
- Not Managed — Not currently managed by Privilege Secure and no credentials have ever been
7171
stored
@@ -78,7 +78,7 @@ The table has the following columns:
7878

7979
- Standard — Local or domain user account, including managed users created by activity sessions
8080
- Internal — Internal service account used by Privilege Secure with no dependencies. See the
81-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
81+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
8282
topic for additional information.
8383
- Service — Local or domain service account with one or more dependencies. Includes Internal
8484
service accounts with one or more dependencies.

docs/privilegesecure/4.1/admin/interface/credentials/credentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The page has the following features:
4141
topic for additional information.
4242
- Schedule Rotation — Add the credential rotation task to the queue. This button is only available
4343
when the Method is Automatic managed. See the
44-
[Scheduled Tasks Page](/docs/privilegesecure/4.1/admin/interface/servicenodes/scheduledtasks.md)
44+
[Scheduled Tasks Page](/docs/privilegesecure/4.1/admin/configurationinterface/servicenodes/scheduledtasks.md)
4545
topic for additional information.
4646
- Verify — Checks that the credentials for the selected account match the credentials set by
4747
Privilege Secure
@@ -78,7 +78,7 @@ The table has the following columns:
7878
- Manual — Credential rotation must be initiated manually with the Rotate Service Account
7979
button, or the credential must be manually updated on both the resource and in Privilege
8080
Secure. See the
81-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
81+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
8282
section for information on updating credentials for Internal service accounts.
8383
- Not Managed — Not currently managed by Privilege Secure and no credentials have ever been
8484
stored
@@ -91,7 +91,7 @@ The table has the following columns:
9191

9292
- Standard — Local or domain user account, including managed users created by activity sessions
9393
- Internal — Internal service account used by Privilege Secure with no dependencies. See the
94-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
94+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
9595
topic for additional information.
9696
- Service — Local or domain service account with one or more dependencies. Includes Internal
9797
service accounts with one or more dependencies.

docs/privilegesecure/4.1/admin/interface/credentials/manageinternalserviceaccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Try the following possible solutions to resolve:
3333
[Users & Groups Page](/docs/privilegesecure/4.1/admin/interface/usersgroups/usersgroups.md)
3434
topic for additional information.
3535
- Check the spelling of the Username associated with the service account. See the
36-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
36+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
3737
topic for additional information.
3838
- Make sure the user is in Active Directory in the expected domain
3939

docs/privilegesecure/4.1/admin/interface/resources/addandchange/addresourcesonboard/addresourcesonboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The window has the following features:
2727
- Available Resources — Shows all available resources
2828
- Resources And Groups to Add — Shows selected resources
2929
- Service Account — Provides a list of available Service Accounts. See the
30-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
30+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
3131
topic for additional information.
3232
- Add — Onboards resources and closes the window
3333
- Cancel — Discards modifications and closes the window
@@ -77,7 +77,7 @@ The window has the following features:
7777
topic for additional information.
7878
- Remove — Removes the selected item
7979
- Service Account — Provides a list of available Service Accounts. See the
80-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
80+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
8181
topic for additional information.
8282
- Add — Onboards resources and closes the window
8383
- Cancel — Discards modifications and closes the window
@@ -143,7 +143,7 @@ The window has the following features:
143143
- Add — Adds the resource in the textbox to the table
144144
- Remove — Removes the selected item
145145
- Service Account — Provides a list of available Service Accounts. See the
146-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md)
146+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md)
147147
topic for additional information.
148148
- Add — Onboards resources and closes the window
149149
- Cancel — Discards modifications and closes the window

docs/privilegesecure/4.1/admin/interface/resources/addandchange/addresourcesonboard/resourceimportcsv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Resources can be onboarded via a CSV import process. Create a CSV file with the
1616
[Platforms Page](/docs/privilegesecure/4.1/admin/interface/platforms/overview.md).
1717
- Credential — Displays the service account associated with the resource. This is an optional value,
1818
but it must be an exact match to known service accounts on the
19-
[Service Accounts Page](/docs/privilegesecure/4.1/admin/interface/serviceaccounts/serviceaccounts.md).
19+
[Service Accounts Page](/docs/privilegesecure/4.1/admin/configurationinterface/serviceaccounts/serviceaccounts.md).
2020

2121
The CSV file must contain one resource per row. Each resource must be identified by either a DNS
2222
Host Name or an IP Address. All other values are optional.

0 commit comments

Comments
 (0)