Skip to content

Commit bcdd3f6

Browse files
Merge branch 'main' into background-search
2 parents 37d54f0 + ea8c9d1 commit bcdd3f6

File tree

118 files changed

+982
-392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+982
-392
lines changed

deploy-manage/api-keys/elasticsearch-api-keys.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Several types of {{es}} API keys exist:
1515
* **Cross-cluster** API key: allows other clusters to connect to this cluster.
1616
* **Managed** API key: created and managed by {{kib}} to run background tasks.
1717

18-
To manage API keys in {{kib}}, go to **Management > Stack Management > API Keys** from the navigation menu or use the [global search field](../../explore-analyze/find-and-organize/find-apps-and-objects.md).
18+
To manage API keys in {{kib}}, go to the **API keys** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
1919

2020
![API Keys UI](/deploy-manage/images/kibana-api-keys.png "")
2121

@@ -42,10 +42,13 @@ Two methods are available to create an API key:
4242

4343
Your personal API key is created with a default expiration of 90 days from the time of creation. You can manage the key from the **API Keys** page.
4444

45-
* To create a personal or cross-cluster API key with configurable options, go to **Management > Stack Management > API Keys** from the navigation menu or use the [global search field](../../explore-analyze/find-and-organize/find-apps-and-objects.md), and select **Create API key**.
45+
* To create a personal or cross-cluster API key with configurable options:
46+
1. Go to the **API keys** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
47+
2. Select **Create API key**.
4648

47-
![Create API Key UI](/deploy-manage/images/kibana-create-user-api-key.png "")
49+
![Create API Key UI](/deploy-manage/images/kibana-create-user-api-key.png "")
4850

51+
From the **Create API key** pane, you can configure your new key:
4952
1. Choose to create either a user or a cross-cluster API key.
5053
2. Optionally, set an expiry date. By default the API key will not expire, but it's a good security practice to give the key a limited lifespan.
5154
3. Configure access:
@@ -55,7 +58,9 @@ Two methods are available to create an API key:
5558

5659
## Update an API key [update-api-key]
5760

58-
To update an API key, go to **Management > Stack Management > API Keys** from the navigation menu or use the [global search field](../../explore-analyze/find-and-organize/find-apps-and-objects.md), and then click on the name of the key. You cannot update the name or the type of an API key.
61+
To update an API key, go to the **API keys** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). From the **API keys** page, click on the name of the key you want to update.
62+
63+
You can't update the name or the type of an API key.
5964

6065
* For a user API key, you can update:
6166
* The API key's access to {{es}} APIs and resources.
@@ -71,7 +76,7 @@ To update an API key, go to **Management > Stack Management > API Keys** from th
7176

7277
## View and delete API keys [view-api-keys]
7378

74-
The **API Keys** feature in {{kib}} lists your API keys, including the name, date created, and status. If an API key expires, its status changes from `Active` to `Expired`.
79+
The **API Keys** management page in {{kib}} lists your API keys, including the name, date created, and status. If an API key expires, its status changes from `Active` to `Expired`.
7580

7681
If you have `manage_security` or `manage_api_key` permissions, you can view the API keys of all users, and see which API key was created by which user in which realm. If you have only the `manage_own_api_key` permission, you see only a list of your own keys.
7782

deploy-manage/deploy/elastic-cloud/regions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ The following AWS regions are currently available:
2626

2727
| Region | Name |
2828
| :--- | :--- |
29+
| ap-northeast-1 | Asia Pacific (Tokyo) |
2930
| ap-southeast-1 | Asia Pacific (Singapore) |
3031
| eu-central-1 | Europe (Frankfurt) |
3132
| eu-west-1 | Europe (Ireland) |
33+
| eu-west-2 | Europe (London) |
3234
| us-east-1 | US East (N. Virginia) |
3335
| us-east-2 | US East (Ohio) |
3436
| us-west-2 | US West (Oregon) |

deploy-manage/kibana-reporting-configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ When security is enabled, you grant users access to {{report-features}} with [{{
121121
4. Click **Update user**.
122122

123123

124-
Granting the privilege to generate reports also grants the user the privilege to view their reports in **Stack Management > Reporting**. Users can only access their own reports.
124+
Granting the privilege to generate reports also grants the user the privilege to view their reports in **Reporting**. Users can only access their own reports.
125+
126+
To view reports, go to the **Reporting** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
125127

126128

127129
::::

deploy-manage/license/manage-your-license-in-self-managed-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ If your license expires, your subscription level reverts to Basic and you will n
3636

3737
Licenses are provided as a *JSON* file and have an effective date and an expiration date. You cannot install a new license before its effective date. License updates take effect immediately and do not require restarting {{es}}.
3838

39-
You can update your license from **Stack Management > License Management** or through the [update license API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-license-post).
39+
To update your license from {{kib}}, go to the **License Management** management page using the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). You can also use the [update license API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-license-post).
4040

deploy-manage/manage-connectors.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ products:
1212

1313
# Connectors [connector-management]
1414

15-
Connectors serve as a central place to store connection information for both Elastic and third-party systems. They enable the linking of actions to rules, which execute as background tasks on the {{kib}} server when rule conditions are met. This allows rules to route actions to various destinations such as log files, ticketing systems, and messaging tools. Different {{kib}} apps may have their own rule types, but they typically share connectors. The **{{stack-manage-app}} > {{connectors-ui}}** provides a central location to view and manage all connectors in the current space.
15+
Connectors serve as a central place to store connection information for both Elastic and third-party systems. They enable the linking of actions to rules, which execute as background tasks on the {{kib}} server when rule conditions are met. This allows rules to route actions to various destinations such as log files, ticketing systems, and messaging tools. Different {{kib}} apps may have their own rule types, but they typically share connectors. The **{{connectors-ui}}** provides a central location to view and manage all connectors in the current space.
16+
17+
You can find the **{{connectors-ui}}** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
1618

1719
::::{note}
1820
This page is about {{kib}} connectors that integrate with services like generative AI model providers. If you’re looking for content connectors that synchronize third-party data into {{es}}, refer to [Connector clients](elasticsearch://reference/search-connectors/index.md).
@@ -33,7 +35,7 @@ If you're using {{stack}}, use the [action configuration settings](kibana://refe
3335

3436
## Connector list [connectors-list]
3537

36-
In **{{stack-manage-app}} > {{connectors-ui}}**, you can find a list of the connectors in the current space. You can use the search bar to find specific connectors by name and type. The **Type** dropdown also enables you to filter to a subset of connector types.
38+
In **{{connectors-ui}}**, you can find a list of the connectors in the current space. You can use the search bar to find specific connectors by name and type. The **Type** dropdown also enables you to filter to a subset of connector types.
3739

3840
:::{image} /deploy-manage/images/kibana-connector-filter-by-type.png
3941
:alt: Filtering the connector list by types of connectors

deploy-manage/manage-spaces.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ products:
2525
:screenshot:
2626
:::
2727

28-
To go to **Spaces**, find **Stack Management** in the navigation menu or use the [global search bar](/explore-analyze/find-and-organize/find-apps-and-objects.md).
28+
You can find the **Spaces** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
2929

3030
For more info on working with spaces, check out:
3131
- [Create a space](#spaces-managing)
@@ -127,7 +127,9 @@ serverless: unavailable
127127

128128
You can create a custom experience for users by configuring the {{kib}} landing page on a per-space basis. The landing page can route users to a specific dashboard, application, or saved object as they enter each space.
129129

130-
To configure the landing page, use the default route setting in [Stack Management > {{kib}} > Advanced settings](kibana://reference/advanced-settings.md#kibana-general-settings). For example, you might set the default route to `/app/dashboards`.
130+
To configure the landing page, use the default route setting in the [{{kib}} advanced settings](kibana://reference/advanced-settings.md#kibana-general-settings). For example, you might set the default route to `/app/dashboards`.
131+
132+
You can access the **Advanced Settings** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
131133

132134
:::{image} /deploy-manage/images/kibana-spaces-configure-landing-page.png
133135
:alt: Configure space-level landing page

deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@ Depending on your selected installation method, you may have to provide the foll
122122
With this authentication method, you need to create an API key to grant access to your cluster. Complete the following steps:
123123

124124
1. From your {{ecloud}} home page, select a deployment.
125-
2. Go to **Stack management** > **API keys** and select **Create API key**.
126-
3. In the flyout, enter a name for your key and select **User API key**.
127-
4. Enable **Control security privileges** and enter the following script:
125+
2. Go to the **API keys** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
126+
3. Select **Create API key**.
127+
4. In the flyout, enter a name for your key and select **User API key**.
128+
5. Enable **Control security privileges** and enter the following script:
128129
```json
129130
{
130131
"autoops": {

deploy-manage/monitor/monitoring-data/config-monitoring-data-streams-elastic-agent.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ metrics-elasticsearch.stack_monitoring.shard
3535

3636
To change the settings of each data stream, edit the `metrics-{{product}}.stack_monitoring.{{dataset}}@custom` component template that already exists. You can do this in {{kib}}:
3737

38-
* Navigate to **Stack Management** > **Index Management** > **Component Templates**.
38+
39+
* Go to the **Index Management** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
40+
* Select **Component Templates**.
3941
* Search for the component template.
4042
* Select the **Edit** action.
4143

deploy-manage/monitor/monitoring-data/config-monitoring-data-streams-metricbeat-8.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ You need to repeat this procedure when upgrading the {{stack}} to get the latest
4444

4545
You can clone index templates in {{kib}}:
4646

47-
* Navigate to **Stack Management** > **Index Management** > **Index Templates**.
47+
* go to the **Index Management** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
48+
* Select **Index Templates**,
4849
* From the **View** dropdown, select **System templates**.
4950
* Search for the index template.
5051
* Select the **Clone** action.

deploy-manage/monitor/monitoring-data/config-monitoring-indices-metricbeat-7-internal-collection.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ When monitoring [using {{metricbeat}} 7](../stack-monitoring/collecting-monitori
1515
* `.monitoring-{{product}}-7-mb-{{date}}`, when using {{metricbeat}} 7.
1616
* `.monitoring-{{product}}-7-{{date}}`, when using internal collection.
1717

18-
The settings and mappings for these indices are determined by [legacy index templates](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-template) named `.monitoring-{{product}}`. You can retrieve these templates in {{kib}} by navigating to **Stack Management** > **Index Management** > **Index Templates**, or by using the {{es}} `_template` API:
18+
The settings and mappings for these indices are determined by [legacy index templates](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-template) named `.monitoring-{{product}}`.
19+
20+
You can retrieve these templates in {{kib}}. To manage index templates, go to the **Index Management** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md), and then select **Index Templates**,
21+
22+
You can also use the {{es}} `_template` API:
1923

2024
```console
2125
GET /_template/.monitoring-*

0 commit comments

Comments
 (0)