Skip to content

Commit 5e4d485

Browse files
authored
Merge pull request #226 from openobserve/update-docs
Update enterprise feature availability markings across documentation portal
2 parents 3e02a8f + 5bcfa72 commit 5e4d485

File tree

12 files changed

+42
-23
lines changed

12 files changed

+42
-23
lines changed

docs/user-guide/actions/actions-in-openobserve.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ description: >-
55
---
66
This guide explains what Actions are, their types, and use cases.
77

8+
!!! info "Availability"
9+
This feature is available in Enterprise Edition and Cloud. Not available in Open Source.
10+
811
## What are Actions
9-
**Actions** in OpenObserve are user-defined Python scripts that support custom automation workflows. They can be applied to log data directly from the Logs UI or used as alert destinations.
12+
Actions in OpenObserve are user-defined Python scripts that support custom automation workflows. They can be applied to log data directly from the Logs UI or used as alert destinations.
1013

1114
- Previously, OpenObserve supported log transformations only through VRL (Vector Remap Language). Python scripts written for Actions expand the capabilities of log transformations in OpenObserve.
1215
- Additionally, earlier, when an alert gets triggered, users used to get notified via email or webhook. But, with Actions as alert destinations, users can take an immediate action by adding an automation workflow using Actions.

docs/user-guide/actions/create-and-use-real-time-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ description: >-
88

99
This guide provides instruction on how to create Real-time Actions.
1010

11+
!!! info "Availability"
12+
This feature is available in Enterprise Edition and Cloud. Not available in Open Source.
13+
1114
## Create a Real-time Action
1215
??? info "Prerequisite"
1316
Create a Service Account and Assign a Role

docs/user-guide/actions/create-and-use-scheduled-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ description: >-
66
---
77
This guide provides step-by-step instructions for creating and using Scheduled Actions in OpenObserve.
88

9+
!!! info "Availability"
10+
This feature is available in Enterprise Edition and Cloud. Not available in Open Source.
11+
912
**Scheduled Actions** in OpenObserve allow you to execute custom Python scripts at a specific time, either **once** or on a **recurring schedule** defined using a cron expression.
1013
Scheduled Actions run based on time, making them suitable for:
1114

docs/user-guide/federated-search/federated-search-architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: Technical explanation of OpenObserve deployment modes, normal clust
44
---
55
This document explains the technical architecture of OpenObserve deployments, how queries execute in normal clusters, and how [federated search](../) coordinates queries across clusters in a supercluster.
66

7-
> This feature is available in Enterprise Edition.
7+
!!! info "Availability"
8+
This feature is available in Enterprise Edition. Not available in Open Source and Cloud.
89

910
## Understanding OpenObserve deployments
1011
Before diving into how federated search works, you need to understand how OpenObserve can be deployed. OpenObserve scales from a single machine to a globally distributed infrastructure.

docs/user-guide/federated-search/how-to-use-federated-search.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: Federated Search in OpenObserve - How-to Guide
33
description: Step-by-step instructions for querying your current cluster and performing federated searches across one or more clusters in a supercluster setup.
44
---
55
This document explains how to query your current cluster and how to perform [federated searches](../) across one or more different clusters in a supercluster setup.
6-
> This feature is available in Enterprise Edition.
6+
7+
!!! info "Availability"
8+
This feature is available in Enterprise Edition. Not available in Open Source and Cloud.
79

810
## How to query your current cluster in a supercluster
911

@@ -17,7 +19,7 @@ Query your current cluster when you know the data is in your cluster or when you
1719
- Results will include data from the current cluster only.
1820
<br>
1921
**Steps:**
20-
![current-cluster-query](current-cluster-query.png)
22+
![current-cluster-query](../../images/current-cluster-query.png)
2123

2224
1. Navigate to the **Logs** page.
2325
2. Enter your query in the SQL Query Editor.
@@ -30,7 +32,7 @@ Query your current cluster when you know the data is in your cluster or when you
3032
3133
**Result**<br>
3234
Data from the selected cluster only.
33-
![current-cluster-query-result](current-cluster-query-result.png)
35+
![current-cluster-query-result](../../images/current-cluster-query-result.png)
3436

3537

3638
## How to query one or more different clusters in a supercluster
@@ -44,7 +46,7 @@ Use federated search when you need data from multiple clusters.
4446

4547
**Steps**
4648
<br>
47-
![federated-search](federated-search.png)
49+
![federated-search-multi-select](../../images/federated-search-multi-select.png)
4850

4951
1. Navigate to the **Logs** page.
5052
2. Enter your query in the SQL Query Editor.
@@ -57,7 +59,7 @@ Use federated search when you need data from multiple clusters.
5759
5860
**Result**<br>
5961
Combined data from all selected clusters.
60-
![federated-search-result](federated-search-result.png)
62+
![federated-search-result](../../images/federated-search-result.png)
6163
## Region selection reference
6264

6365
Use this quick reference to understand how region selection affects query execution:

docs/user-guide/federated-search/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ description: Learn what federated search is, key concepts, prerequisites, and wh
44
---
55
This document provides an overview of federated search in OpenObserve.
66

7-
> This feature is available in Enterprise Edition.
8-
7+
!!! info "Availability"
8+
This feature is available in Enterprise Edition. Not available in Open Source and Cloud.
9+
910
## What is federated search?
1011

1112
Federated search enables querying across multiple OpenObserve clusters that are connected as a supercluster, all from one interface.

docs/user-guide/identity-and-access-management/role-based-access-control.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ description: >-
55
---
66
This guide provides an overview of Role-Based Access Control (RBAC), its features, and how it is implemented in OpenObserve.
77

8-
## Overview
8+
!!! info "Availability"
9+
This feature is available in Enterprise Edition and Cloud. Not available in Open Source.
910

10-
OpenObserve uses RBAC to manage what actions users can perform based on their assigned roles. Instead of giving all users the same level of access, RBAC ensures that each user can only access the features and data relevant to their role.
11+
- **Enterprise version**: RBAC requires manual configuration using [OpenFGA](https://openfga.dev/api/service). Learn more about [enabling RBAC in OpenObserve Enterprise](enable-rbac-in-openobserve-enterprise.md).
12+
- **Cloud version**: RBAC is preconfigured and does not require setup.
13+
- **Open-source version**: RBAC is not supported. All users have unrestricted access to all features.
1114

12-
RBAC is available in **OpenObserve Enterprise** and **Cloud** versions but is not supported in the open-source version:
15+
## Overview
1316

14-
- **Enterprise version**: RBAC requires manual configuration using [OpenFGA](https://openfga.dev/api/service). Learn more about [enabling RBAC in OpenObserve Enterprise](enable-rbac-in-openobserve-enterprise.md).
15-
- **Cloud version**: RBAC is preconfigured and does not require setup.
16-
- **Open-source version**: RBAC is not supported. All users have unrestricted access to all features.
17+
OpenObserve uses RBAC to manage what actions users can perform based on their assigned roles. Instead of giving all users the same level of access, RBAC ensures that each user can only access the features and data relevant to their role.
1718

1819
## How OpenObserve Implements RBAC
1920

docs/user-guide/identity-and-access-management/sso.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ description: >-
55
---
66
<!-- search: SSO, Single Sign-On-->
77

8-
> `Applicable to enterprise version`
8+
!!! info "Availability"
9+
This feature is available in Enterprise Edition and Cloud. Not available in Open Source.
910

11+
## SSO in OpenObserve
1012
OpenObserve, integrates Single Sign-On (SSO) capabilities using Dex, an OpenID Connect Identity (OIDC) and OAuth 2.0 provider. Dex does not have a user database and instead uses external identity providers like LDAP, Google, GitHub, etc. for authentication.
1113

12-
## Setup OpenObserve
14+
## Configure SSO in OpenObserve
1315

1416
You must set following environment variables to enable SSO in OpenObserve.
1517

docs/user-guide/management/aggregation-cache.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description: Learn how streaming aggregation works in OpenObserve Enterprise.
55
---
66
This page explains what streaming aggregation is and shows how to use it to improve query performance with aggregation cache in OpenObserve.
77

8-
> This is an enterprise feature.
98

109
=== "Overview"
1110

docs/user-guide/management/audit-trail.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ description: >-
66
---
77
# Audit Trail
88

9-
> **Note:** This feature is applicable to the Enterprise Edition.
10-
9+
!!! info "Availability"
10+
This feature is available in Enterprise Edition and Cloud. Not available in Open Source.
11+
1112
## What is Audit Trail
1213
Audit Trail records user actions across all organizations in OpenObserve. It captures non-ingestion API calls and helps you monitor activity and improve security.
1314

@@ -31,7 +32,7 @@ When audit logging is enabled using the `O2_AUDIT_ENABLED` environment variable,
3132
!!! note "Example"
3233
The following example shows a captured audit event from the `audit` stream:
3334
![audit-trail](../../images/audit-trail.png)
34-
35+
3536
!!! note "Use cases"
3637
Because audit events are stored in a log stream, you can:
3738

0 commit comments

Comments
 (0)