Skip to content

Commit

Permalink
Merge pull request #273 from seqeralabs/EDU-238-and-usage-limit-tiers
Browse files Browse the repository at this point in the history
Free vs paid usage limits, audit log retention period config
  • Loading branch information
llewellyn-sl authored Nov 1, 2024
2 parents 549646c + 93b55cc commit 91b1b36
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 51 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
---
-
Environment variable: '`TOWER_CRON_AUDIT_LOG_CLEAN_UP_TIME_OFFSET`'
Description: >
Application event audit log retention period. Logged events older than this period are deleted. Value includes units (`30d`, `24h`, `60m`, etc.).
Value: 'Default: `365d`'
-
Environment variable: '`TOWER_LOG_APPENDER`'
Description: >
The output format of Seqera logs.
The output format of Platform logs.
Value: 'Options: `STDOUT`, `JSON`'
-
Environment variable: '`TOWER_LOG_LEVEL`'
Description: >
Seqera application logging detail level.
Platform backend logging detail level.
Value: 'Options: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`'
-
Environment variable: '`TOWER_SECURITY_LOGLEVEL`'
Description: >
Seqera authentication logging detail level.
Platform authentication logging detail level.
Value: 'Options: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`'
-
Environment variable: '`TOWER_LOG_DIR`'
Description: >
Base directory to store Seqera logs.
Base directory to store Platform logs.
Value:
-
Environment variable: '`TOWER_LOG_PATTERN`'
Expand All @@ -27,12 +32,12 @@
-
Environment variable: '`TOWER_LOG_MAX_HISTORY`'
Description: >
The maximum number of log files retained by the logging system.
The maximum number of backend log files retained by the system.
Value:
-
Environment variable: '`TOWER_LOG_MAX_SIZE`'
Description: >
The maximum file size of the Seqera backend log file. When this limit is reached, a new log file is created.
The maximum file size of the Platform backend log file. When this limit is reached, a new log file is created.
Value:
-
Environment variable: '`LOGGER_LEVELS_IO_SEQERA_TOWER_AGENT`'
Expand Down
32 changes: 16 additions & 16 deletions platform_versioned_docs/version-23.4/limits/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@ Seqera Platform elements and features have default limits per workspace and orga

### Workspaces

| Description | Value |
| ------------ | ----- |
| Active runs | 5 |
| Members | 50 |
| Participants | 50 |
| Pipelines | 100 |
| Datasets | 100 |
| Labels | 1000 |
| Description | Free | Cloud Pro + Enterprise |
| ------------ | ---- | ---------------------- |
| Active runs | 5 | 100, or per license |
| Members | 50 | 50, or per license |
| Participants | 50 | 50, or per license |
| Pipelines | 100 | 100, or per license |
| Datasets | 100 | 1000, or per license |
| Labels | 1000 | 1000, or per license |

:::note
Some Enterprise instances on older licenses are limited to 100 labels per workspace. [Contact support](mailto:[email protected]) to upgrade your license.
:::

### Organizations

| Description | Value |
| ----------- | ----- |
| Workspaces | 50 |
| Teams | 20 |
| Description | Free | Cloud Pro + Enterprise |
| ----------- | ---- | ---------------------- |
| Workspaces | 50 | 50, or per license |
| Teams | 20 | 20, or per license |

### Datasets

| Description | Value |
| -------------------- | ----- |
| File size | 10 MB |
| Versions per dataset | 100 |
| Description | Default limit |
| -------------------- | ------------- |
| File size | 10 MB |
| Versions per dataset | 100 |

If you need higher limits and capabilities, [contact us](https://seqera.io/contact-us/) to discuss your application requirements.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ tags: [logging, audit logs, admin panel]

Root users can view application event audit logs from the [Admin panel](../administration/overview.mdx) **Audit logs** tab.

## Audit log event format
:::info
Application event audit logs are retained for 365 days by default. In Platform Enterprise, this retention period can be [customized](../enterprise/configuration/overview.mdx#logging).
:::

### Audit log event format

Audit log entries record the following event details:

Expand All @@ -22,7 +26,7 @@ Audit log entries record the following event details:
- **Client IP**: IP address of user/client initiating the event. Empty for Seqera-initiated events.
- **Creation date**: Event timestamp in `YYYY-MM-DD-HH-MM-SS` format.

## Audit log events
### Audit log events

Audit logs include administration, security, and application resource events.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
---
-
Environment variable: '`TOWER_CRON_AUDIT_LOG_CLEAN_UP_TIME_OFFSET`'
Description: >
Application event audit log retention period. Logged events older than this period are deleted. Value includes units (`30d`, `24h`, `60m`, etc.).
Value: 'Default: `365d`'
-
Environment variable: '`TOWER_LOG_APPENDER`'
Description: >
The output format of Seqera logs.
The output format of Platform logs.
Value: 'Options: `STDOUT`, `JSON`'
-
Environment variable: '`TOWER_LOG_LEVEL`'
Description: >
Seqera application logging detail level.
Platform backend logging detail level.
Value: 'Options: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`'
-
Environment variable: '`TOWER_SECURITY_LOGLEVEL`'
Description: >
Seqera authentication logging detail level.
Platform authentication logging detail level.
Value: 'Options: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`'
-
Environment variable: '`TOWER_LOG_DIR`'
Description: >
Base directory to store Seqera logs.
Base directory to store Platform logs.
Value:
-
Environment variable: '`TOWER_LOG_PATTERN`'
Expand All @@ -27,12 +32,12 @@
-
Environment variable: '`TOWER_LOG_MAX_HISTORY`'
Description: >
The maximum number of log files retained by the logging system.
The maximum number of backend log files retained by the system.
Value:
-
Environment variable: '`TOWER_LOG_MAX_SIZE`'
Description: >
The maximum file size of the Seqera backend log file. When this limit is reached, a new log file is created.
The maximum file size of the Platform backend log file. When this limit is reached, a new log file is created.
Value:
-
Environment variable: '`LOGGER_LEVELS_IO_SEQERA_TOWER_AGENT`'
Expand Down
38 changes: 19 additions & 19 deletions platform_versioned_docs/version-24.1/limits/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@ Seqera Platform elements and features have default limits per workspace and orga

### Workspaces

| Description | Value |
| ------------ | ----- |
| Active runs | 5 |
| Members | 50 |
| Participants | 50 |
| Pipelines | 100 |
| Datasets | 100 |
| Labels | 1000 |
| Description | Free | Cloud Pro + Enterprise |
| ------------ | ---- | ---------------------- |
| Active runs | 5 | 100, or per license |
| Members | 50 | 50, or per license |
| Participants | 50 | 50, or per license |
| Pipelines | 100 | 100, or per license |
| Datasets | 100 | 1000, or per license |
| Labels | 1000 | 1000, or per license |

:::note
Some Enterprise instances on older licenses are limited to 100 labels per workspace. [Contact support](mailto:[email protected]) to upgrade your license.
:::

### Organizations

| Description | Value |
| ----------- | ----- |
| Workspaces | 50 |
| Teams | 20 |
| Description | Free | Cloud Pro + Enterprise |
| ----------- | ---- | ---------------------- |
| Workspaces | 50 | 50, or per license |
| Teams | 20 | 20, or per license |

### Datasets

| Description | Value |
| -------------------- | ----- |
| File size | 10 MB |
| Versions per dataset | 100 |
| Description | Default limit |
| -------------------- | ------------- |
| File size | 10 MB |
| Versions per dataset | 100 |

### Data Studios

| Description | Value |
| -------------------- | ----- |
| Running Data Studio sessions | 100 |
| Description | Free | Cloud Pro + Enterprise |
| ---------------------------- | ---- | ---------------------- |
| Running data studio sessions | 1 | 1000, or per license |

If you need higher limits and capabilities, [contact us](https://seqera.io/contact-us/) to discuss your application requirements.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ tags: [logging, audit logs, admin panel]

Root users can view application event audit logs from the [Admin panel](../administration/overview.mdx) **Audit logs** tab.

## Audit log event format
:::info
Application event audit logs are retained for 365 days by default. In Platform Enterprise, this retention period can be [customized](../enterprise/configuration/overview.mdx#logging).
:::

### Audit log event format

Audit log entries record the following event details:

Expand All @@ -22,7 +26,7 @@ Audit log entries record the following event details:
- **Client IP**: IP address of user/client initiating the event. Empty for Seqera-initiated events.
- **Creation date**: Event timestamp in `YYYY-MM-DD-HH-MM-SS` format.

## Audit log events
### Audit log events

Audit logs include administration, security, and application resource events.

Expand Down

0 comments on commit 91b1b36

Please sign in to comment.