You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page explains how to use the settings available under General Settings in OpenObserve. These settings allow you to configure scrape interval, theme colors, and Enterprise branding.
3
+
4
+
## What you can do in general settings
5
+
General settings provides the following configuration options:
6
+
7
+
- Scrape interval
8
+
- Theme configuration for light and dark modes
9
+
- Enterprise branding features such as custom logo text and custom logo
10
+
11
+
!!! note "Note"
12
+
`_meta` organizations can access all settings. Regular organizations see only the options allowed for their specific license and permissions.
13
+
14
+
### Scrape interval
15
+
> This setting is available for all organizations.
16
+
17
+

18
+
The scrape interval defines how often the monitoring system collects metrics. Enter the number of seconds and select Save.
19
+
20
+
### Theme configuration
21
+
Theme configuration allows you to manage the default colors for light mode and dark mode for your organization. When you save these values, they are applied across the UI for all users in the organization.
22
+

23
+
24
+
You can set the following fields:
25
+
26
+
- Light mode color
27
+
- Dark mode color
28
+
29
+
Select **Save** to apply the changes.
30
+
31
+
### Theme configuration using environment variables
32
+
You can also configure the default theme colors at the system level. These values become the initial defaults for all organizations.
33
+
34
+
-`ZO_DEFAULT_THEME_LIGHT_MODE_COLOR`: Sets the default color used in light mode. Default:"#3F7994"
35
+
-`ZO_DEFAULT_THEME_DARK_MODE_COLOR`: Sets the default color used in dark mode. Default: "#5B9FBE"
36
+
37
+
If these variables are set, the UI loads these colors automatically unless overridden by an organization through the General Settings page.
38
+
39
+
### Enterprise branding
40
+
Enterprise branding options appear only in the `_meta` org when Enterprise features are enabled.
-**Installation ID**: The Installation ID field is usually prefilled by the system. If it is not prefilled, copy it from the License page under Management in the meta organization.
41
-
-**Contact Name and Email Address**: Enter the name and email address of the primary contact person for your organization. This person will receive the license key and future communication related to license renewal or verification.
42
-
-**Address**: Provide the official address of your organization. This must be a valid, complete postal address because it is used for verification and record keeping.
43
-
-**Use case**: Describe how you plan to use OpenObserve. Provide clear details about your expected data volume or operational requirements.
44
-
**Ingestion limit**: Select a limit based on the actual ingestion volume of your installation. To determine the correct value, review the usage stream in OpenObserve to identify your peak daily ingestion. Choose a limit that is higher than your highest observed ingestion volume to avoid data loss or ingestion failures.
45
-
-**Additional email addresses**: List additional recipients who should receive notifications related to license issuance or updates.
46
-
-**Base URLs**: Enter the base URLs used by your OpenObserve installation. The License Server accepts multiple base URLs because some installations may operate from more than one domain. Add each URL that users use to access your OpenObserve instance.
- **Installation ID**: The Installation ID field is usually prefilled by the system. If it is not prefilled, copy it from the License page under Management in the meta organization.
43
+
- **Contact Name and Email Address**: Enter the name and email address of the primary contact person for your organization. This person will receive the license key and future communication related to license renewal or verification.
44
+
- **Address**: Provide the official address of your organization. This must be a valid, complete postal address because it is used for verification and record keeping.
45
+
- **Use case**: Describe how you plan to use OpenObserve. Provide clear details about your expected data volume or operational requirements.
46
+
- **Ingestion limit**: Select a limit based on the actual ingestion volume of your installation. To determine the correct value, review the usage stream in OpenObserve to identify your peak daily ingestion. Choose a limit that is higher than your highest observed ingestion volume to avoid data loss or ingestion failures.
47
+
- **Additional email addresses**: List additional recipients who should receive notifications related to license issuance or updates.
48
+
- **Base URLs**: Enter the base URLs used by your OpenObserve installation. The License Server accepts multiple base URLs because some installations may operate from more than one domain. Add each URL that users use to access your OpenObserve instance.
0 commit comments