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
Copy file name to clipboardExpand all lines: _dashboards/workspace/create-workspace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ nav_order: 1
6
6
---
7
7
8
8
# Create a workspace
9
-
Introduced 2.18
9
+
**Introduced 2.18**
10
10
{: .label .label-purple }
11
11
12
12
Before getting started with this tutorial, you must enable the workspace feature flag. See [Enabling the ACL feature]({{site.url}}{{site.baseurl}}/dashboards/workspace/workspace/#enabling-the-workspace-feature) for more information.
Copy file name to clipboardExpand all lines: _dashboards/workspace/workspace-acl.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ nav_order: 3
6
6
---
7
7
8
8
# Workspace access control lists
9
-
Introduced 2.18
9
+
**Introduced 2.18**
10
10
{: .label .label-purple }
11
11
12
12
Workspace access control lists (ACLs) manage authorization for saved objects `AuthZ(Authorization)` while enabling [Security in OpenSearch]({{site.url}}{{site.baseurl}}/security/) for `AuthN(Authentication)`.
@@ -47,7 +47,7 @@ Set all users as admins with this wildcard setting:
47
47
```yaml
48
48
opensearchDashboards.dashboardAdmin.users: ["*"]
49
49
```
50
-
{% include copy-curl.html %}
50
+
{% include copy.html %}
51
51
52
52
### Configuring admin access for a single user
53
53
@@ -56,7 +56,7 @@ Configure a user with the `admin-user-id` setting:
Copy file name to clipboardExpand all lines: _dashboards/workspace/workspace.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ has_children: true
6
6
---
7
7
8
8
# Workspace for OpenSearch Dashboards
9
-
Introduced 2.18
9
+
**Introduced 2.18**
10
10
{: .label .label-purple }
11
11
12
12
The Workspace feature in OpenSearch Dashboards enables you to tailor your environment with use-case-specific configurations. For example, you can create dedicated workspaces for observability scenarios, allowing you to focus on relevant functionalities. Additionally, the Workspace feature enables organization of visual assets, such as dashboards and visualizations, within a workspace with isolated storage.
@@ -25,7 +25,7 @@ interface Workspace {
25
25
uiSettings:Record<string, unknown>;
26
26
}
27
27
```
28
-
{% include copy-curl.html %}
28
+
{% include copy.html %}
29
29
30
30
The Workspace data model is composed of the following key attributes:
31
31
@@ -48,7 +48,7 @@ The following object shows a typical Workspace configuration:
48
48
features: ["use-case-analytics"],
49
49
}
50
50
```
51
-
{% include copy-curl.html %}
51
+
{% include copy.html %}
52
52
53
53
The configuration creates the `Analytics team` using the `use-case-observability` feature set. Use cases map to specific feature groups, limiting functionality to the defined set within each workspace.
54
54
@@ -77,7 +77,7 @@ The following saved object shows a dashboard object associated with the workspac
77
77
workspaces: ["M5NqCu"]
78
78
}
79
79
```
80
-
{% include copy-curl.html %}
80
+
{% include copy.html %}
81
81
82
82
Saved objects support association with multiple workspaces, facilitating cross-team collaboration and resource sharing. This feature is useful when an object is relevant to multiple teams, projects, or use cases.
83
83
@@ -90,7 +90,7 @@ The following example shows a data source object linked to multiple workspaces:
0 commit comments