Skip to content

Commit

Permalink
Stack Management is now Management
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-leborgne committed Sep 30, 2024
1 parent 85efbf1 commit 00bb799
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion serverless/pages/api-keys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A _managed API key_ is created and managed by ((kib)) to correctly run backgroun
You must have the `manage_security`, `manage_api_key`, or the `manage_own_api_key`
cluster privileges to use API keys in Elastic. API keys can also be seen in a readonly view with access to the page and the `read_security` cluster privilege. To manage roles, open the main menu, then click
**Stack Management → Roles**, or use the <DocLink id="enKibanaRoleManagementApi">Role Management API</DocLink>. */}
**Management → Custom Roles**, or use the <DocLink id="enKibanaRoleManagementApi">Role Management API</DocLink>. */}

## Create an API key

Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/explore-your-data-ml-nlp-inference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ you can use it to perform ((nlp)) tasks in ingest pipelines.

In ((kib)), you can create and edit pipelines under **Content****Pipelines**.

<div style={{ textAlign: "center" }}><DocImage url="../images/ml-nlp-pipeline-lang.png" alt="Creating a pipeline in the Stack Management app" /></div>
<div style={{ textAlign: "center" }}><DocImage url="../images/ml-nlp-pipeline-lang.png" alt="Creating a pipeline in the Management app" /></div>

1. Click **Create pipeline** or edit an existing pipeline.
1. Add an [((infer)) processor](((ref))/inference-processor.html) to your pipeline:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ To personalize your dashboards, add your own logos and graphics with the **Image

1. To save the new image panel to your dashboard click **Save**.

To manage your uploaded image files, open the main menu, then click **Stack Management → Kibana → Files**.
To manage your uploaded image files, open the main menu, then click ** Management → Files**.

<DocCallOut title="Warning" color="warning">

Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/index-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you use ((es)) ((security-features)), the following <DocLink id="enElasticsea
* The `manage_index_templates` cluster privilege to manage index templates.
To add these privileges, go to **Stack Management → Security → Roles**.
To add these privileges, go to **Management → Custom Roles**.
*/}

Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/saved-objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TBD: Need serverless-specific RBAC requirements
To access **Saved Objects**, you must have the required `Saved Objects Management` ((kib)) privilege.
To add the privilege, open the main menu, and then click **Stack Management → Roles**.
To add the privilege, open the main menu, and then click **Management → Roles**.
<DocCallOut title="Note">
Granting access to `Saved Objects Management` authorizes users to
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/spaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can identify the space you're in or switch to a different space from the hea

![Space breadcrumb](../images/space-breadcrumb.png)

You can view and manage the spaces of a project from the **Spaces** page in **Stack Management**.
You can view and manage the spaces of a project from the **Spaces** page in **Management**.

## Required permissions

Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/tags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TBD: What are the serverless RBAC requirements?
To create tags, you must meet the minimum requirements.
* Access to **Tags** requires the `Tag Management` Kibana privilege. To add the privilege, open the main menu,
and then click **Stack Management → Roles**.
and then click **Management → Custom Roles**.
* The `read` privilege allows you to assign tags to the saved objects for which you have write permission.
* The `write` privilege enables you to create, edit, and delete tags.
Expand Down

0 comments on commit 00bb799

Please sign in to comment.