mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
fill out reports
This commit is contained in:
parent
0d7f81f311
commit
f13517d262
7 changed files with 30 additions and 2 deletions
|
@ -222,9 +222,9 @@ module.exports = {
|
|||
sidebarDepth: 2,
|
||||
children: [
|
||||
"/enterprise/reference/config.md",
|
||||
"/enterprise/reference/configure",
|
||||
"/enterprise/reference/manage",
|
||||
"/enterprise/reference/reports",
|
||||
"/enterprise/reference/manage",
|
||||
"/enterprise/reference/configure",
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
@ -2,9 +2,23 @@ settings:
|
|||
- name: "Reports"
|
||||
settings:
|
||||
- name: "Traffic"
|
||||
doc: |
|
||||
View the traffic running through Pomerium. Filter by [Route][route-concept] name, or date range.
|
||||
|
||||

|
||||
- name: "Runtime"
|
||||
doc: |
|
||||
Monitor how much system resources Pomerium is consuming. Filter by date range, service, and instance.
|
||||
|
||||

|
||||
- name: "Sessions"
|
||||
doc: |
|
||||
View active Sessions. From here you can revoke sessions, filter by session or user information, or revoke one or multiple sessions. You can also export the data.
|
||||
|
||||

|
||||
- name: "Events"
|
||||
doc: |
|
||||

|
||||
- name: "Deployments"
|
||||
- name: "Manage"
|
||||
settings:
|
||||
|
|
BIN
docs/enterprise/img/events-fullpage.png
Normal file
BIN
docs/enterprise/img/events-fullpage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
docs/enterprise/img/runtime-fullpage.png
Normal file
BIN
docs/enterprise/img/runtime-fullpage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
BIN
docs/enterprise/img/sessions-fullpage.png
Normal file
BIN
docs/enterprise/img/sessions-fullpage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
docs/enterprise/img/traffic-fullpage.png
Normal file
BIN
docs/enterprise/img/traffic-fullpage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
|
@ -11,15 +11,29 @@ meta:
|
|||
|
||||
## Traffic
|
||||
|
||||
View the traffic running through Pomerium. Filter by [Route][route-concept] name, or date range.
|
||||
|
||||

|
||||
|
||||
|
||||
## Runtime
|
||||
|
||||
Monitor how much system resources Pomerium is consuming. Filter by date range, service, and instance.
|
||||
|
||||

|
||||
|
||||
|
||||
## Sessions
|
||||
|
||||
View active Sessions. From here you can revoke sessions, filter by session or user information, or revoke one or multiple sessions. You can also export the data.
|
||||
|
||||

|
||||
|
||||
|
||||
## Events
|
||||
|
||||

|
||||
|
||||
|
||||
## Deployments
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue