Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/docs/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"user-guide/errors",
"user-guide/dashboards",
"user-guide/sql-editor",
"user-guide/promql",
"user-guide/rbac",
"user-guide/api-keys",
"user-guide/log-iq",
Expand Down
6 changes: 6 additions & 0 deletions content/docs/self-hosted/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ This section lists all the environment variables applicable to the OIDC mode. Th

Refer to [OIDC](/docs/user-guide/openid) section for more details.

<<<<<<< promql
### Applicable to PromQL

Variables that tune Parseable's PromQL query engine — query splitting, per-query limits, distributed execution, and result caching — are documented on the [PromQL page](/docs/user-guide/promql#environment-variables).
=======
### Applicable to Parseable Enterprise

<OfferingPills enterprise className="mb-4" />
Expand All @@ -136,3 +141,4 @@ This section lists environment variables that apply only to Parseable Enterprise
| `P_AUDIT_LOGS_FILE_PATH` | `No` | File path where Parseable audit logs (JSON) are written. If unset, audit logs are not persisted to file. | `-` | `/var/log/parseable/audit.log` |
| `P_LOGS_MAX_FILE_SIZE` | `No` | Maximum size (in bytes) of a single rotated log file. | `10485760` (10 MB) | `52428800` |
| `P_LOGS_MAX_TOTAL_SIZE` | `No` | Maximum total size (in bytes) of all retained log files. Must be greater than or equal to `P_LOGS_MAX_FILE_SIZE`. | `1073741824` (1 GB) | `5368709120` |
>>>>>>> main
1 change: 1 addition & 0 deletions content/docs/user-guide/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"alerting",
"dashboards",
"sql-editor",
"promql",
"rbac",
"api-keys",
"log-iq",
Expand Down
Loading