diff --git a/deploy-manage/manage-spaces.md b/deploy-manage/manage-spaces.md index b9ac03522b..f9dd690194 100644 --- a/deploy-manage/manage-spaces.md +++ b/deploy-manage/manage-spaces.md @@ -1,10 +1,13 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/xpack-spaces.html - https://www.elastic.co/guide/en/serverless/current/spaces.html --- -# Manage spaces +# Manage spaces [xpack-spaces] % What needs to be done: Refine @@ -23,4 +26,106 @@ $$$spaces-control-feature-visibility$$$ $$$spaces-control-user-access$$$ -$$$spaces-managing$$$ \ No newline at end of file +$$$spaces-managing$$$ + +**Spaces** let you organize your content and users according to your needs. + +- **\[Not available in serverless]** Each space has its own navigation. +- Each space has its own saved objects. +- Users can only access the spaces that they have been granted access to. This access is based on user roles, and a given role can have different permissions per space. + +{{kib}} creates a default space for you. When you create more spaces, users are asked to choose a space when they log in, and can change their current space at any time from the top menu. + +:::{image} ../images/kibana-change-space.png +:alt: Change current space menu +:class: screenshot +::: + +To go to **Spaces**, find **Stack Management** in the navigation menu or use the [global search bar](/get-started/the-stack.md#kibana-navigation-search). + + +## Required permissions [_required_privileges_3] + +The `kibana_admin` role or equivalent is required to manage **Spaces**. + +::::{note} +In a serverless project, you must have an admin role on that project to manage its **Spaces**. +:::: + + +## Create a space [spaces-managing] + +$$$spaces-control-feature-visibility$$$ +You can have up to 1,000 spaces by default. The maximum number of spaces can be configured by the `xpack.spaces.maxSpaces` setting (refer to [Spaces settings in {{kib}}](https://www.elastic.co/guide/en/kibana/current/spaces-settings-kb.html)). + +::::{note} +In a serverless project, the number of spaces is limited to 100. +:::: + +1. Select **Create space** and provide a name, description, and URL identifier. + + The URL identifier is a short text string that becomes part of the {{kib}} URL when you are inside that space. {{kib}} suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier once you create the space. + +2. **\[Not available in serverless]** Select a **Solution view**. This setting controls the navigation that all users of the space will get: + + * **Search**: A light navigation menu focused on analytics and Search use cases. Features specific to Observability and Security are hidden. + * **Observability**: A light navigation menu focused on analytics and Observability use cases. Features specific to Search and Security are hidden. + * **Security**: A light navigation menu focused on analytics and Security use cases. Features specific to Observability and Search are hidden. + * **Classic**: All features from all solutions are visible by default using the classic, multilayered navigation menus. You can customize which features are visible individually. + +3. **\[Not available in serverless]** If you selected the **Classic*** solution view, you can customize the ***Feature visibility** as you need it to be for that space. + ::::{note} + Even when disabled in this menu, some Management features can remain visible to some users depending on their privileges. Additionally, controlling feature visibility is not a security feature. To secure access to specific features on a per-user basis, you must configure [{{kib}} Security](/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-roles.md). + :::: + +4. Customize the avatar of the space to your liking. +5. Save your new space by selecting **Create space**. + +You can edit all of the space settings you just defined at any time, except for the URL identifier. + +{{kib}} also has an [API](https://www.elastic.co/guide/en/kibana/current/spaces-api.html) if you prefer to create spaces programmatically. + + +## Define access to a space [spaces-control-user-access] + +::::{note} +In serverless projects, customizing access to a space is available for the following project types only: [![Elasticsearch](../images/serverless-es-badge.svg "")](/solutions/search.md) [![Security](../images/serverless-sec-badge.svg "")](/solutions/security/elastic-security-serverless.md) +:::: + +Users can access spaces based on the roles that they have. + +* Certain reserved roles can view and access all spaces by default. You can’t prevent those roles from accessing a space. Instead, you can grant different roles to your users. +* When creating or editing a role, you can define which existing spaces that role can access, and with which permissions. Role management differs between Kibana version 9.0 and serverless projects. + - For Kibana version 9.0 and later, check [Creating or editing a role](/deploy-manage/users-roles/cluster-or-deployment-auth/defining-roles.md). + - For serverless projects, check [Custom roles](/deploy-manage/users-roles/cloud-organization/user-roles.md). +* **\[Not available in serverless]** When editing a space, you can assign roles to the space and define the permissions within the space for these roles. To do that, go to the **Permissions** tab of the space you’re editing. + + When a role is assigned to *All Spaces*, you can’t remove its access from the space settings. You must instead edit the role to give it more granular access to individual spaces. + + + +## Delete a space [_delete_a_space] + +Deleting a space permanently removes the space and all of its contents. Find the space on the **Spaces** overview page and click the trash icon in the Actions column. You can’t delete the default space, but you can customize it to your liking. + + +## Move saved objects between spaces [spaces-moving-objects] + +To move saved objects between spaces, you can [copy objects](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-copy-to-space), or [export and import objects](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-export-objects). + + +## Configure a space-level landing page [spaces-default-route] + +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. + +To configure the landing page, use the default route setting in [Stack Management > {{kib}} > Advanced settings](https://www.elastic.co/guide/en/kibana/current/advanced-options.html#kibana-general-settings). For example, you might set the default route to `/app/dashboards`. + +:::{image} ../images/kibana-spaces-configure-landing-page.png +:alt: Configure space-level landing page +:class: screenshot +::: + + +## Disable spaces [spaces-delete-started] + +Since {{kib}} 8.0, the Spaces feature cannot be disabled. \ No newline at end of file diff --git a/deploy-manage/manage-spaces/manage-spaces-serverless.md b/deploy-manage/manage-spaces/manage-spaces-serverless.md new file mode 100644 index 0000000000..788c0e4964 --- /dev/null +++ b/deploy-manage/manage-spaces/manage-spaces-serverless.md @@ -0,0 +1,50 @@ +--- +applies: + serverless: +--- + +# Manage spaces in serverless projects [spaces] + + +This content applies to: [![Elasticsearch](../../images/serverless-es-badge.svg "")](/solutions/search.md) [![Observability](../../images/serverless-obs-badge.svg "")](/solutions/observability.md) [![Security](../../images/serverless-sec-badge.svg "")](/solutions/security/elastic-security-serverless.md) + + + +## Required permissions [spaces-required-permissions] + +You must have an admin role on a project to manage its **Spaces**. + + +## Create or edit a space [spaces-create-or-edit-a-space] + +You can have up to 100 spaces in a project. + +1. Click **Create space** or select the space you want to edit. +2. Provide: + + * A meaningful name and description for the space. + * A URL identifier. The URL identifier is a short text string that becomes part of the {{kib}} URL. {{kib}} suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier later. + +3. Customize the avatar of the space to your liking. +4. Save the space. + +{{kib}} also has an [API](https://www.elastic.co/docs/api/doc/serverless/group/endpoint-spaces) if you prefer to create spaces programmatically. + + +## Customize access to space [spaces-customize-access-to-space] + +Customizing access to a space is available for the following project types only: [![Elasticsearch](../../images/serverless-es-badge.svg "")](/solutions/search.md) [![Security](../../images/serverless-sec-badge.svg "")](/solutions/security/elastic-security-serverless.md) + +As an administrator, you can define custom roles with specific access to certain spaces and features in a project. Refer to [Custom roles](/deploy-manage/users-roles/cloud-organization/user-roles.md). + + +## Delete a space [spaces-delete-a-space] + +Deleting a space permanently removes the space and all of its contents. Find the space on the *Spaces* page and click the trash icon in the Actions column. + +You can’t delete the default space, but you can customize it to your liking. + + +## Move saved objects between spaces [spaces-move-saved-objects-between-spaces] + +To move saved objects between spaces, you can [copy objects](/explore-analyze/find-and-organize.md#saved-objects-copy-to-other-spaces) or [export and import objects](/explore-analyze/find-and-organize.md#saved-objects-import-and-export). diff --git a/deploy-manage/manage-spaces/manage-spaces-stack.md b/deploy-manage/manage-spaces/manage-spaces-stack.md new file mode 100644 index 0000000000..e2467cda2f --- /dev/null +++ b/deploy-manage/manage-spaces/manage-spaces-stack.md @@ -0,0 +1,81 @@ +--- +applies: + stack: ga 9.0 +--- + +# Manage spaces in Elastic Stack 9.0 [xpack-spaces] + + +## Required privileges [_required_privileges_3] + +The `kibana_admin` role or equivalent is required to manage **Spaces**. + + +## Create a space [spaces-managing] + +$$$spaces-control-feature-visibility$$$ +You can have up to 1,000 spaces by default. The maximum number of spaces can be configured by the `xpack.spaces.maxSpaces` setting (refer to [Spaces settings in {{kib}}](https://www.elastic.co/guide/en/kibana/current/spaces-settings-kb.html)). + +1. Select **Create space** and provide a name, description, and URL identifier. + + The URL identifier is a short text string that becomes part of the {{kib}} URL when you are inside that space. {{kib}} suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier once you create the space. + +2. Select a **Solution view**. This setting controls the navigation that all users of the space will get: + + * **Search**: A light navigation menu focused on analytics and Search use cases. Features specific to Observability and Security are hidden. + * **Observability**: A light navigation menu focused on analytics and Observability use cases. Features specific to Search and Security are hidden. + * **Security**: A light navigation menu focused on analytics and Security use cases. Features specific to Observability and Search are hidden. + * **Classic**: All features from all solutions are visible by default using the classic, multilayered navigation menus. You can customize which features are visible individually. + +3. If you selected the **Classic*** solution view, you can customize the ***Feature visibility** as you need it to be for that space. + + ::::{note} + Even when disabled in this menu, some Management features can remain visible to some users depending on their privileges. Additionally, controlling feature visibility is not a security feature. To secure access to specific features on a per-user basis, you must configure [{{kib}} Security](/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-roles.md). + :::: + +4. Customize the avatar of the space to your liking. +5. Save your new space by selecting **Create space**. + +You can edit all of the space settings you just defined at any time, except for the URL identifier. + +{{kib}} also has an [API](https://www.elastic.co/guide/en/kibana/current/spaces-api.html) if you prefer to create spaces programmatically. + + +## Define access to a space [spaces-control-user-access] + + +Users can access spaces based on the roles that they have. + +* Certain reserved roles can view and access all spaces by default. You can’t prevent those roles from accessing a space. Instead, you can grant different roles to your users. +* When [creating or editing a role](/deploy-manage/users-roles/cluster-or-deployment-auth/defining-roles.md), you can define which existing spaces that role can access, and with which permissions. +* When editing a space, you can assign roles to the space and define the permissions within the space for these roles. To do that, go to the **Permissions** tab of the space you’re editing. + + When a role is assigned to *All Spaces*, you can’t remove its access from the space settings. You must instead edit the role to give it more granular access to individual spaces. + + + +## Delete a space [_delete_a_space] + +Deleting a space permanently removes the space and all of its contents. Find the space on the **Spaces** overview page and click the trash icon in the Actions column. You can’t delete the default space, but you can customize it to your liking. + + +## Move saved objects between spaces [spaces-moving-objects] + +To move saved objects between spaces, you can [copy objects](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-copy-to-space), or [export and import objects](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-export-objects). + + +## Configure a space-level landing page [spaces-default-route] + +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. + +To configure the landing page, use the default route setting in [Stack Management > {{kib}} > Advanced settings](https://www.elastic.co/guide/en/kibana/current/advanced-options.html#kibana-general-settings). For example, you might set the default route to `/app/dashboards`. + +:::{image} ../../images/kibana-spaces-configure-landing-page.png +:alt: Configure space-level landing page +:class: screenshot +::: + + +## Disable spaces [spaces-delete-started] + +Since {{kib}} 8.0, the Spaces feature cannot be disabled. diff --git a/deploy-manage/manage-spaces2.md b/deploy-manage/manage-spaces2.md new file mode 100644 index 0000000000..300edd543d --- /dev/null +++ b/deploy-manage/manage-spaces2.md @@ -0,0 +1,183 @@ +--- +applies: + stack: ga 9.0 + serverless: +mapped_urls: + - https://www.elastic.co/guide/en/kibana/current/xpack-spaces.html + - https://www.elastic.co/guide/en/serverless/current/spaces.html +--- + +# Manage spaces [xpack-spaces] + +% What needs to be done: Refine + +% GitHub issue: https://github.com/elastic/docs-projects/issues/348 + +% Scope notes: Create a new landing page including the content that is relevant for both serverless and stateful Highlight the differences in subheadings for serverless and stateful Link to solution topics on spaces + +% Use migrated content from existing pages that map to this page: + +% - [ ] ./raw-migrated-files/kibana/kibana/xpack-spaces.md +% - [ ] ./raw-migrated-files/docs-content/serverless/spaces.md + +% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc): + +$$$spaces-control-feature-visibility$$$ + +$$$spaces-control-user-access$$$ + +$$$spaces-managing$$$ + +**Spaces** let you organize your content and users according to your needs. + +- **\[Not available in serverless]** Each space has its own navigation. +- Each space has its own saved objects. +- Users can only access the spaces that they have been granted access to. This access is based on user roles, and a given role can have different permissions per space. + +{{kib}} creates a default space for you. When you create more spaces, users are asked to choose a space when they log in, and can change their current space at any time from the top menu. + +:::{image} ../images/kibana-change-space.png +:alt: Change current space menu +:class: screenshot +::: + +To go to **Spaces**, find **Stack Management** in the navigation menu or use the [global search bar](/get-started/the-stack.md#kibana-navigation-search). + + +## Required permissions [_required_privileges_3] + +::::{tab-set} +:group: stack-serverless + +:::{tab-item} Kibana 9.0 and later +:sync: stack +The `kibana_admin` role or equivalent is required to manage **Spaces**. +::: + +:::{tab-item} Serverless +:sync: serverless + +You must have the admin role on your serverless project to manage its **Spaces**. +::: + +:::: + + + +## Create a space [spaces-managing] + +::::{tab-set} +:group: stack-serverless + +:::{tab-item} Kibana 9.0 and later +:sync: stack + +You can have up to 1,000 spaces by default. The maximum number of spaces can be configured by the `xpack.spaces.maxSpaces` setting (refer to [Spaces settings in {{kib}}](https://www.elastic.co/guide/en/kibana/current/spaces-settings-kb.html)). + +1. Select **Create space** and provide a name, description, and URL identifier. + The URL identifier is a short text string that becomes part of the {{kib}} URL when you are inside that space. {{kib}} suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier once you create the space. + +2. Select a **Solution view**. This setting controls the navigation that all users of the space will get: + * **Search**: A light navigation menu focused on analytics and Search use cases. Features specific to Observability and Security are hidden. + * **Observability**: A light navigation menu focused on analytics and Observability use cases. Features specific to Search and Security are hidden. + * **Security**: A light navigation menu focused on analytics and Security use cases. Features specific to Observability and Search are hidden. + * **Classic**: All features from all solutions are visible by default using the classic, multilayered navigation menus. You can customize which features are visible individually. + +3. If you selected the **Classic*** solution view, you can customize the ***Feature visibility** as you need it to be for that space. + + % This is hacking since proper admonition blocks are currently breaking my tabs + > **Note:** Even when disabled in this menu, some Management features can remain visible to some users depending on their privileges. Additionally, controlling feature visibility is not a security feature. To secure access to specific features on a per-user basis, you must configure [{{kib}} Security](/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-roles.md). + + +4. Customize the avatar of the space to your liking. +5. Save your new space by selecting **Create space**. + +You can edit all of the space settings you just defined at any time, except for the URL identifier. + +{{kib}} also has an [API](https://www.elastic.co/guide/en/kibana/current/spaces-api.html) if you prefer to create spaces programmatically. + +::: + +:::{tab-item} Serverless +:sync: serverless + +You can have up to 100 spaces in a project. + +1. Click **Create space** or select the space you want to edit. +2. Provide: + + * A meaningful name and description for the space. + * A URL identifier. The URL identifier is a short text string that becomes part of the {{kib}} URL. {{kib}} suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier later. + +3. Customize the avatar of the space to your liking. +4. Save the space. + +{{kib}} also has an [API](https://www.elastic.co/docs/api/doc/serverless/group/endpoint-spaces) if you prefer to create spaces programmatically. +::: + +:::: + + +## Define access to a space [spaces-control-user-access] + +::::{tab-set} +:group: stack-serverless + +:::{tab-item} Kibana 9.0 and later +:sync: stack + +Users can access spaces based on the roles that they have. + +* Certain reserved roles can view and access all spaces by default. You can’t prevent those roles from accessing a space. Instead, you can grant different roles to your users. +* When [creating or editing a role](/deploy-manage/users-roles/cluster-or-deployment-auth/defining-roles.md), you can define which existing spaces that role can access, and with which permissions. +* When editing a space, you can assign roles to the space and define the permissions within the space for these roles. To do that, go to the **Permissions** tab of the space you’re editing. + + When a role is assigned to *All Spaces*, you can’t remove its access from the space settings. You must instead edit the role to give it more granular access to individual spaces. +::: + +:::{tab-item} Serverless +:sync: serverless + +Customizing access to a space is available for the following project types only: [![Elasticsearch](../images/serverless-es-badge.svg "")](/solutions/search.md) [![Security](../images/serverless-sec-badge.svg "")](/solutions/security/elastic-security-serverless.md) + +As an administrator, you can define custom roles with specific access to certain spaces and features in a project. Refer to [Custom roles](/deploy-manage/users-roles/cloud-organization/user-roles.md). +::: + +:::: + + + +## Delete a space [_delete_a_space] + +Deleting a space permanently removes the space and all of its contents. Find the space on the **Spaces** overview page and click the trash icon in the Actions column. + +You can’t delete the default space, but you can customize it to your liking. + + +## Move saved objects between spaces [spaces-moving-objects] + +To move saved objects between spaces, you can [copy objects](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-copy-to-space), or [export and import objects](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-export-objects). + + +## Configure a space-level landing page [spaces-default-route] + +::::{tab-set} +:group: stack-serverless + +:::{tab-item} Kibana 9.0 and later +:sync: stack + +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. + +To configure the landing page, use the default route setting in [Stack Management > {{kib}} > Advanced settings](https://www.elastic.co/guide/en/kibana/current/advanced-options.html#kibana-general-settings). For example, you might set the default route to `/app/dashboards`. + +![Configure space-level landing page](../images/kibana-spaces-configure-landing-page.png) +::: + +:::{tab-item} Serverless +:sync: serverless + +This capability is not available in serverless projects. +::: + +:::: \ No newline at end of file diff --git a/deploy-manage/manage-spaces3.md b/deploy-manage/manage-spaces3.md new file mode 100644 index 0000000000..387f23e646 --- /dev/null +++ b/deploy-manage/manage-spaces3.md @@ -0,0 +1,48 @@ +--- +applies: + stack: ga 9.0 + serverless: +mapped_urls: + - https://www.elastic.co/guide/en/kibana/current/xpack-spaces.html + - https://www.elastic.co/guide/en/serverless/current/spaces.html +--- + +# Manage spaces [xpack-spaces] + +% What needs to be done: Refine + +% GitHub issue: https://github.com/elastic/docs-projects/issues/348 + +% Scope notes: Create a new landing page including the content that is relevant for both serverless and stateful Highlight the differences in subheadings for serverless and stateful Link to solution topics on spaces + +% Use migrated content from existing pages that map to this page: + +% - [ ] ./raw-migrated-files/kibana/kibana/xpack-spaces.md +% - [ ] ./raw-migrated-files/docs-content/serverless/spaces.md + +% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc): + +$$$spaces-control-feature-visibility$$$ + +$$$spaces-control-user-access$$$ + +$$$spaces-managing$$$ + +**Spaces** let you organize your content and users according to your needs. + +- **\[Not available in serverless]** Each space has its own navigation. +- Each space has its own saved objects. +- Users can only access the spaces that they have been granted access to. This access is based on user roles, and a given role can have different permissions per space. + +{{kib}} creates a default space for you. When you create more spaces, users are asked to choose a space when they log in, and can change their current space at any time from the top menu. + +:::{image} ../images/kibana-change-space.png +:alt: Change current space menu +:class: screenshot +::: + +To go to **Spaces**, find **Stack Management** in the navigation menu or use the [global search bar](/get-started/the-stack.md#kibana-navigation-search). + +Spaces provide different capabilities depending on the type of environment you're running: +- [Managing spaces in Kibana version 9.0.0 or later](manage-spaces/manage-spaces-stack.md) +- [Managing spaces in Elastic Cloud Serverless](manage-spaces/manage-spaces-serverless.md) \ No newline at end of file diff --git a/deploy-manage/manage-spaces4.md b/deploy-manage/manage-spaces4.md new file mode 100644 index 0000000000..a65786d863 --- /dev/null +++ b/deploy-manage/manage-spaces4.md @@ -0,0 +1,146 @@ +--- +applies: + stack: all + serverless: all +mapped_urls: + - https://www.elastic.co/guide/en/kibana/current/xpack-spaces.html + - https://www.elastic.co/guide/en/serverless/current/spaces.html +--- + +# Manage spaces [xpack-spaces] + +% What needs to be done: Refine + +% GitHub issue: https://github.com/elastic/docs-projects/issues/348 + +% Scope notes: Create a new landing page including the content that is relevant for both serverless and stateful Highlight the differences in subheadings for serverless and stateful Link to solution topics on spaces + +% Use migrated content from existing pages that map to this page: + +% - [ ] ./raw-migrated-files/kibana/kibana/xpack-spaces.md +% - [ ] ./raw-migrated-files/docs-content/serverless/spaces.md + +% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc): + +$$$spaces-control-feature-visibility$$$ + +$$$spaces-control-user-access$$$ + +$$$spaces-managing$$$ + +**Spaces** let you organize your content and users according to your needs. + +- Each space has its own saved objects. +- Users can only access the spaces that they have been granted access to. This access is based on user roles, and a given role can have different permissions per space. +- Each space has its own navigation **[Non-serverless deployments only]** + +{{kib}} creates a default space for you. When you create more spaces, users are asked to choose a space when they log in, and can change their current space at any time from the top menu. + +:::{image} ../images/kibana-change-space.png +:alt: Change current space menu +:class: screenshot +::: + +To go to **Spaces**, find **Stack Management** in the navigation menu or use the [global search bar](/get-started/the-stack.md#kibana-navigation-search). + + +## Required permissions [_required_privileges_3] + +* **Serverless projects:** `Admin` or equivalent +* **Non-serverless deployments:** `kibana_admin` or equivalent + + +## Create a space [spaces-managing] + +The maximum number of spaces that you can have differs by deployment type: + +* **Serverless:** Maximum of 100 spaces. +* **Non-serverless deployments:** Controlled by the [`xpack.spaces.maxSpaces`](https://www.elastic.co/guide/en/kibana/current/spaces-settings-kb.html) setting. Default is 1000. + +To create a space: + +::::{tab-set} +:group: stack-serverless + +:::{tab-item} Serverless projects +:sync: serverless + +1. Click **Create space** or select the space you want to edit. +2. Provide: + + * A meaningful name and description for the space. + * A URL identifier. The URL identifier is a short text string that becomes part of the {{kib}} URL. {{kib}} suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier later. + +3. Customize the avatar of the space to your liking. +4. Save the space. +::: + +:::{tab-item} Non-serverless deployments +:sync: stack + +1. Select **Create space** and provide a name, description, and URL identifier. + The URL identifier is a short text string that becomes part of the {{kib}} URL when you are inside that space. {{kib}} suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier once you create the space. + +2. Select a **Solution view**. This setting controls the navigation that all users of the space will get: + * **Search**: A light navigation menu focused on analytics and Search use cases. Features specific to Observability and Security are hidden. + * **Observability**: A light navigation menu focused on analytics and Observability use cases. Features specific to Search and Security are hidden. + * **Security**: A light navigation menu focused on analytics and Security use cases. Features specific to Observability and Search are hidden. + * **Classic**: All features from all solutions are visible by default using the classic, multilayered navigation menus. You can customize which features are visible individually. + +3. If you selected the **Classic** solution view, you can customize the **Feature visibility** as you need it to be for that space. + + % This is hacking since proper admonition blocks are currently breaking my tabs + > **Note:** Even when disabled in this menu, some Management features can remain visible to some users depending on their privileges. Additionally, controlling feature visibility is not a security feature. To secure access to specific features on a per-user basis, you must configure [{{kib}} Security](/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-roles.md). + +4. Customize the avatar of the space to your liking. +5. Save your new space by selecting **Create space**. +::: + +:::: + +You can edit all of the space settings you just defined at any time, except for the URL identifier. + +Elastic also allows you to manage spaces using APIs: + +* **Serverless projects:** [Spaces API](https://www.elastic.co/docs/api/doc/serverless/operation/operation-get-spaces-space) +* **Non-serverless deployments:** [Spaces API](https://www.elastic.co/docs/api/doc/kibana/operation/operation-post-spaces-copy-saved-objects) + + +## Define access to a space [spaces-control-user-access] + +**Serverless project types:** [![Elasticsearch](../images/serverless-es-badge.svg "")](/solutions/search.md) [![Security](../images/serverless-sec-badge.svg "")](/solutions/security/elastic-security-serverless.md) + +Users can access spaces based on the roles that they have. + +* Certain reserved roles can view and access all spaces by default. You can’t prevent those roles from accessing a space. Instead, you can grant different roles to your users. +* When creating or editing a role, you can define which existing spaces that role can access, and with which permissions. Role management differs between non-serverless deployments and serverless projects. + - For non-Serverless deployments, check [Creating or editing a role](/deploy-manage/users-roles/cluster-or-deployment-auth/defining-roles.md). + - For Serverless projects, check [Custom roles](/deploy-manage/users-roles/cloud-organization/user-roles.md). + + +If you're managing a non-serverless deployment, then you can also assign roles and define permissions for a space from the **Permissions** tab of the space settings. + +When a role is assigned to *All Spaces*, you can’t remove its access from the space settings. You must instead edit the role to give it more granular access to individual spaces. + + + +## Delete a space [_delete_a_space] + +Deleting a space permanently removes the space and all of its contents. Find the space on the **Spaces** overview page and click the trash icon in the Actions column. You can’t delete the default space, but you can customize it to your liking. + + +## Move saved objects between spaces [spaces-moving-objects] + +To move saved objects between spaces, you can [copy objects](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-copy-to-space), or [export and import objects](/explore-analyze/find-and-organize/saved-objects.md#managing-saved-objects-export-objects). + + +## Configure a space-level landing page [spaces-default-route] + +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. + +To configure the landing page, use the default route setting in [Stack Management > {{kib}} > Advanced settings](https://www.elastic.co/guide/en/kibana/current/advanced-options.html#kibana-general-settings). For example, you might set the default route to `/app/dashboards`. + +:::{image} ../images/kibana-spaces-configure-landing-page.png +:alt: Configure space-level landing page +:class: screenshot +::: \ No newline at end of file diff --git a/deploy-manage/toc.yml b/deploy-manage/toc.yml index 6102870923..ab1ff45994 100644 --- a/deploy-manage/toc.yml +++ b/deploy-manage/toc.yml @@ -678,6 +678,12 @@ toc: - file: users-roles/cluster-or-deployment-auth/controlling-access-at-document-field-level.md - file: users-roles/cluster-or-deployment-auth/submitting-requests-on-behalf-of-other-users.md - file: manage-spaces.md + - file: manage-spaces2.md + - file: manage-spaces3.md + children: + - file: manage-spaces/manage-spaces-stack.md + - file: manage-spaces/manage-spaces-serverless.md + - file: manage-spaces4.md - file: api-keys.md children: - file: api-keys/elasticsearch-api-keys.md diff --git a/explore-analyze/aggregations.md b/explore-analyze/aggregations.md index 92d7dbb64a..8f205bcc23 100644 --- a/explore-analyze/aggregations.md +++ b/explore-analyze/aggregations.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html --- diff --git a/explore-analyze/ai-assistant.md b/explore-analyze/ai-assistant.md index 67749b8175..85a6354dee 100644 --- a/explore-analyze/ai-assistant.md +++ b/explore-analyze/ai-assistant.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/search-ai-assistant.html - https://www.elastic.co/guide/en/observability/current/obs-ai-assistant.html diff --git a/explore-analyze/alerts.md b/explore-analyze/alerts.md index 2cb23e5390..b5b8f2a6fa 100644 --- a/explore-analyze/alerts.md +++ b/explore-analyze/alerts.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/alerting-getting-started.html#alerting-concepts-differences - https://www.elastic.co/guide/en/serverless/current/project-settings-alerts.html diff --git a/explore-analyze/alerts/cases.md b/explore-analyze/alerts/cases.md index e3f95e6243..c0b36c9ff2 100644 --- a/explore-analyze/alerts/cases.md +++ b/explore-analyze/alerts/cases.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/cases.html --- diff --git a/explore-analyze/alerts/cases/manage-cases-settings.md b/explore-analyze/alerts/cases/manage-cases-settings.md index 975643e586..8827ae49cc 100644 --- a/explore-analyze/alerts/cases/manage-cases-settings.md +++ b/explore-analyze/alerts/cases/manage-cases-settings.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/manage-cases-settings.html --- diff --git a/explore-analyze/alerts/cases/manage-cases.md b/explore-analyze/alerts/cases/manage-cases.md index 9e0aa46554..bf9984f05c 100644 --- a/explore-analyze/alerts/cases/manage-cases.md +++ b/explore-analyze/alerts/cases/manage-cases.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/manage-cases.html --- diff --git a/explore-analyze/alerts/cases/setup-cases.md b/explore-analyze/alerts/cases/setup-cases.md index 2380ea30ad..389f99f5e1 100644 --- a/explore-analyze/alerts/cases/setup-cases.md +++ b/explore-analyze/alerts/cases/setup-cases.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/setup-cases.html --- diff --git a/explore-analyze/alerts/kibana.md b/explore-analyze/alerts/kibana.md index 4f9691b294..5bfa5af02b 100644 --- a/explore-analyze/alerts/kibana.md +++ b/explore-analyze/alerts/kibana.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/alerting-getting-started.html - https://www.elastic.co/guide/en/serverless/current/rules.html diff --git a/explore-analyze/alerts/kibana/alerting-common-issues.md b/explore-analyze/alerts/kibana/alerting-common-issues.md index c492eabb9d..cb4a1ab277 100644 --- a/explore-analyze/alerts/kibana/alerting-common-issues.md +++ b/explore-analyze/alerts/kibana/alerting-common-issues.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/alerting-common-issues.html --- diff --git a/explore-analyze/alerts/kibana/alerting-troubleshooting.md b/explore-analyze/alerts/kibana/alerting-troubleshooting.md index 0908d2480c..6ecbc994d1 100644 --- a/explore-analyze/alerts/kibana/alerting-troubleshooting.md +++ b/explore-analyze/alerts/kibana/alerting-troubleshooting.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/alerting-troubleshooting.html --- diff --git a/explore-analyze/alerts/kibana/create-manage-rules.md b/explore-analyze/alerts/kibana/create-manage-rules.md index ede39ff491..afbb130c07 100644 --- a/explore-analyze/alerts/kibana/create-manage-rules.md +++ b/explore-analyze/alerts/kibana/create-manage-rules.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/create-and-manage-rules.html --- diff --git a/explore-analyze/alerts/kibana/event-log-index.md b/explore-analyze/alerts/kibana/event-log-index.md index d0ef9bed68..1f7dfc259f 100644 --- a/explore-analyze/alerts/kibana/event-log-index.md +++ b/explore-analyze/alerts/kibana/event-log-index.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/event-log-index.html --- diff --git a/explore-analyze/alerts/kibana/maintenance-windows.md b/explore-analyze/alerts/kibana/maintenance-windows.md index 073b7d7eff..c6c8c36a35 100644 --- a/explore-analyze/alerts/kibana/maintenance-windows.md +++ b/explore-analyze/alerts/kibana/maintenance-windows.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/maintenance-windows.html - https://www.elastic.co/guide/en/serverless/current/maintenance-windows.html diff --git a/explore-analyze/alerts/kibana/rule-action-variables.md b/explore-analyze/alerts/kibana/rule-action-variables.md index 8e5505e2e1..5296b59daf 100644 --- a/explore-analyze/alerts/kibana/rule-action-variables.md +++ b/explore-analyze/alerts/kibana/rule-action-variables.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/rule-action-variables.html --- diff --git a/explore-analyze/alerts/kibana/rule-types.md b/explore-analyze/alerts/kibana/rule-types.md index 5dd73dc4a8..41611164f2 100644 --- a/explore-analyze/alerts/kibana/rule-types.md +++ b/explore-analyze/alerts/kibana/rule-types.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/rule-types.html --- diff --git a/explore-analyze/alerts/kibana/testing-connectors.md b/explore-analyze/alerts/kibana/testing-connectors.md index 92e90d71c3..ad2f811320 100644 --- a/explore-analyze/alerts/kibana/testing-connectors.md +++ b/explore-analyze/alerts/kibana/testing-connectors.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/testing-connectors.html --- diff --git a/explore-analyze/alerts/kibana/view-alerts.md b/explore-analyze/alerts/kibana/view-alerts.md index 871f0be4ec..fc29fbbe03 100644 --- a/explore-analyze/alerts/kibana/view-alerts.md +++ b/explore-analyze/alerts/kibana/view-alerts.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/view-alerts.html --- diff --git a/explore-analyze/alerts/watcher.md b/explore-analyze/alerts/watcher.md index 3b4945a9e8..82f570d911 100644 --- a/explore-analyze/alerts/watcher.md +++ b/explore-analyze/alerts/watcher.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-alerting.html - https://www.elastic.co/guide/en/cloud/current/ec-watcher.html diff --git a/explore-analyze/alerts/watcher/action-foreach.md b/explore-analyze/alerts/watcher/action-foreach.md index 7d02c49d65..416875297d 100644 --- a/explore-analyze/alerts/watcher/action-foreach.md +++ b/explore-analyze/alerts/watcher/action-foreach.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/action-foreach.html --- diff --git a/explore-analyze/alerts/watcher/encrypting-data.md b/explore-analyze/alerts/watcher/encrypting-data.md index 2313143afe..3e350fb8f9 100644 --- a/explore-analyze/alerts/watcher/encrypting-data.md +++ b/explore-analyze/alerts/watcher/encrypting-data.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/encrypting-data.html --- diff --git a/explore-analyze/alerts/watcher/example-watches.md b/explore-analyze/alerts/watcher/example-watches.md index 7264da3eca..a5ebb6c273 100644 --- a/explore-analyze/alerts/watcher/example-watches.md +++ b/explore-analyze/alerts/watcher/example-watches.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/example-watches.html --- diff --git a/explore-analyze/alerts/watcher/how-watcher-works.md b/explore-analyze/alerts/watcher/how-watcher-works.md index 99eec09c5a..603d44c2da 100644 --- a/explore-analyze/alerts/watcher/how-watcher-works.md +++ b/explore-analyze/alerts/watcher/how-watcher-works.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/how-watcher-works.html --- diff --git a/explore-analyze/alerts/watcher/managing-watches.md b/explore-analyze/alerts/watcher/managing-watches.md index 2b804fc7f7..c3aa2c766c 100644 --- a/explore-analyze/alerts/watcher/managing-watches.md +++ b/explore-analyze/alerts/watcher/managing-watches.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/managing-watches.html --- diff --git a/explore-analyze/alerts/watcher/watch-cluster-status.md b/explore-analyze/alerts/watcher/watch-cluster-status.md index d84f0be940..58e1313043 100644 --- a/explore-analyze/alerts/watcher/watch-cluster-status.md +++ b/explore-analyze/alerts/watcher/watch-cluster-status.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/watch-cluster-status.html --- diff --git a/explore-analyze/alerts/watcher/watcher-getting-started.md b/explore-analyze/alerts/watcher/watcher-getting-started.md index a41e00d9d1..fb7393b61a 100644 --- a/explore-analyze/alerts/watcher/watcher-getting-started.md +++ b/explore-analyze/alerts/watcher/watcher-getting-started.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/watcher-getting-started.html --- diff --git a/explore-analyze/dashboards.md b/explore-analyze/dashboards.md index d6008e800a..0db44c57bf 100644 --- a/explore-analyze/dashboards.md +++ b/explore-analyze/dashboards.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/dashboard.html --- diff --git a/explore-analyze/dashboards/_import_dashboards.md b/explore-analyze/dashboards/_import_dashboards.md index f0c3b0cd1a..5f46e6b53a 100644 --- a/explore-analyze/dashboards/_import_dashboards.md +++ b/explore-analyze/dashboards/_import_dashboards.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/_import_dashboards.html --- diff --git a/explore-analyze/dashboards/_tutorials.md b/explore-analyze/dashboards/_tutorials.md index 928a9d2442..b874777730 100644 --- a/explore-analyze/dashboards/_tutorials.md +++ b/explore-analyze/dashboards/_tutorials.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/_tutorials.html --- diff --git a/explore-analyze/dashboards/add-controls.md b/explore-analyze/dashboards/add-controls.md index 77177bcd99..8d3436042b 100644 --- a/explore-analyze/dashboards/add-controls.md +++ b/explore-analyze/dashboards/add-controls.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/add-controls.html --- diff --git a/explore-analyze/dashboards/arrange-panels.md b/explore-analyze/dashboards/arrange-panels.md index 76c42b374c..a17f145e94 100644 --- a/explore-analyze/dashboards/arrange-panels.md +++ b/explore-analyze/dashboards/arrange-panels.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/arrange-panels.html --- diff --git a/explore-analyze/dashboards/building.md b/explore-analyze/dashboards/building.md index 76e2944619..b6c6f53251 100644 --- a/explore-analyze/dashboards/building.md +++ b/explore-analyze/dashboards/building.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/create-dashboards.html --- diff --git a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md index 62925a2d97..c30babee09 100644 --- a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md +++ b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/create-a-dashboard-of-panels-with-ecommerce-data.html --- diff --git a/explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md b/explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md index a3723dca95..d535a89284 100644 --- a/explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md +++ b/explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/create-a-dashboard-of-panels-with-web-server-data.html --- diff --git a/explore-analyze/dashboards/create-dashboard.md b/explore-analyze/dashboards/create-dashboard.md index 1be1b20c90..a3e082e137 100644 --- a/explore-analyze/dashboards/create-dashboard.md +++ b/explore-analyze/dashboards/create-dashboard.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/create-dashboard.html --- diff --git a/explore-analyze/dashboards/drilldowns.md b/explore-analyze/dashboards/drilldowns.md index 3d47016a16..d14fd91121 100644 --- a/explore-analyze/dashboards/drilldowns.md +++ b/explore-analyze/dashboards/drilldowns.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/drilldowns.html --- diff --git a/explore-analyze/dashboards/duplicate-dashboards.md b/explore-analyze/dashboards/duplicate-dashboards.md index 9ce5ab47bc..138e3434bb 100644 --- a/explore-analyze/dashboards/duplicate-dashboards.md +++ b/explore-analyze/dashboards/duplicate-dashboards.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/duplicate-dashboards.html --- diff --git a/explore-analyze/dashboards/managing.md b/explore-analyze/dashboards/managing.md index c658ac5050..58293c3ef3 100644 --- a/explore-analyze/dashboards/managing.md +++ b/explore-analyze/dashboards/managing.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/_manage_dashboards.html --- diff --git a/explore-analyze/dashboards/open-dashboard.md b/explore-analyze/dashboards/open-dashboard.md index 2973b5d326..73215c977d 100644 --- a/explore-analyze/dashboards/open-dashboard.md +++ b/explore-analyze/dashboards/open-dashboard.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/open-the-dashboard.html --- diff --git a/explore-analyze/dashboards/sharing.md b/explore-analyze/dashboards/sharing.md index 7ce6059b9f..0dca4c4eba 100644 --- a/explore-analyze/dashboards/sharing.md +++ b/explore-analyze/dashboards/sharing.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/share-the-dashboard.html --- diff --git a/explore-analyze/dashboards/tutorials.md b/explore-analyze/dashboards/tutorials.md index 928a9d2442..b874777730 100644 --- a/explore-analyze/dashboards/tutorials.md +++ b/explore-analyze/dashboards/tutorials.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/_tutorials.html --- diff --git a/explore-analyze/dashboards/using.md b/explore-analyze/dashboards/using.md index 48539c4001..afd19b8ce6 100644 --- a/explore-analyze/dashboards/using.md +++ b/explore-analyze/dashboards/using.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/_use_and_filter_dashboards.html --- diff --git a/explore-analyze/discover.md b/explore-analyze/discover.md index ce62d60a53..b8b4bea2b2 100644 --- a/explore-analyze/discover.md +++ b/explore-analyze/discover.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/discover.html --- diff --git a/explore-analyze/discover/discover-get-started.md b/explore-analyze/discover/discover-get-started.md index 92d604e3bf..72c34428df 100644 --- a/explore-analyze/discover/discover-get-started.md +++ b/explore-analyze/discover/discover-get-started.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/discover-get-started.html --- diff --git a/explore-analyze/discover/discover-search-for-relevance.md b/explore-analyze/discover/discover-search-for-relevance.md index ec51da7b49..36e8ab2fb1 100644 --- a/explore-analyze/discover/discover-search-for-relevance.md +++ b/explore-analyze/discover/discover-search-for-relevance.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/discover-search-for-relevance.html --- diff --git a/explore-analyze/discover/document-explorer.md b/explore-analyze/discover/document-explorer.md index 1d9eaa5278..67b18fb343 100644 --- a/explore-analyze/discover/document-explorer.md +++ b/explore-analyze/discover/document-explorer.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/document-explorer.html --- diff --git a/explore-analyze/discover/run-pattern-analysis-discover.md b/explore-analyze/discover/run-pattern-analysis-discover.md index ee5e0d1985..d1453c4ea3 100644 --- a/explore-analyze/discover/run-pattern-analysis-discover.md +++ b/explore-analyze/discover/run-pattern-analysis-discover.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/run-pattern-analysis-discover.html --- diff --git a/explore-analyze/discover/search-sessions.md b/explore-analyze/discover/search-sessions.md index ca24ecfe7a..91d2576148 100644 --- a/explore-analyze/discover/search-sessions.md +++ b/explore-analyze/discover/search-sessions.md @@ -1,14 +1,17 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/search-sessions.html --- # Run a search session in the background [search-sessions] -::::{admonition} Deprecated in 8.15.0. +::::{admonition} Search Sessions aren't available in all versions of the Elastic Stack :class: warning -Search Sessions are deprecated and will be removed in a future version. +Search Sessions were added in Elastic Stack 9.3 in Beta, and became Generally Available in 9.6. :::: diff --git a/explore-analyze/discover/search-sessions2.md b/explore-analyze/discover/search-sessions2.md new file mode 100644 index 0000000000..99932eb0e8 --- /dev/null +++ b/explore-analyze/discover/search-sessions2.md @@ -0,0 +1,77 @@ +--- +applies: + stack: unavailable 9.0 + stack: beta 9.3 + stack: ga 9.6 + serverless: ga +--- + +# Run a search session in the background [search-sessions] + + +Sometimes you might need to search through large amounts of data, no matter how long the search takes. Consider a threat hunting scenario, where you need to search through years of data. You can save a long-running search, so {{kib}} processes your request in the background, and you can continue your work. + +Save your search session from **Discover** or **Dashboard**, and when your session is complete, view and manage it in **Stack Management**. Search sessions are [enabled by default](https://www.elastic.co/guide/en/kibana/current/search-session-settings-kb.html). + +:::{image} ../../images/kibana-search-session.png +:alt: Search Session indicator displaying the current state of the search +:class: screenshot +::: + + +## Requirements [_requirements] + +* To save a session, you must have permissions for **Discover** and **Dashboard**, and the [search sessions subfeature](../../deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md#kibana-feature-privileges). +* To view and restore a saved session, you must have access to **Stack Management**. + + +## Example: Save a search session [_example_save_a_search_session] + +You’re trying to understand a trend you see on a dashboard. You need to look at several years of data, currently in [cold storage](../../manage-data/lifecycle/data-tiers.md#cold-tier), but you don’t have time to wait. You want {{kib}} to continue working in the background, so tomorrow you can open your browser and pick up where you left off. + +1. Load your dashboard. + Your search session begins automatically. The icon after the dashboard title displays the current state of the search session. A clock icon indicates the search session is in progress. A checkmark indicates that the search session is complete. + +2. To continue a search in the background, click the clock icon, and then click **Save session**. + ![Search Session indicator displaying the current state of the search](../../images/kibana-search-session-awhile.png "title =50%") + Once you save a search session, you can start a new search, navigate to a different application, or close the browser. + +3. To view your saved search sessions, go to the **Search Sessions** management page using the navigation menu or the [global search field](../../get-started/the-stack.md#kibana-navigation-search). For a saved or completed session, you can also open this view from the search sessions popup. + ![Search Sessions management view with actions for inspecting](../../images/kibana-search-sessions-menu.png "") + +4. Use the edit menu in **Search Sessions** to: + + * **Inspect** the queries and filters that makeup the session. + * **Edit the name** of a session. + * **Extend** the expiration of a completed session. + * **Delete** a session. + +5. To restore a search session, click its name in the **Search Sessions** view. + + You’re returned to the place from where you started the search session. The data is the same, but behaves differently: + + * Relative dates are converted to absolute dates. + * Panning and zooming is disabled for maps. + * Changing a filter, query, or drilldown starts a new search session, which can be slow. + + + +## Limitations [_limitations] + +Some visualization features do not fully support background search sessions. When you restore a dashboard, panels with unsupported features won’t load immediately, but instead send out additional data requests, which can take a while to complete. The **Your search session is still running** warning appears. You can either wait for these additional requests to complete or come back to the dashboard later when all data requests have finished. + +A panel on a dashboard can behave like this if one of the following features is used: + +**Lens** + +* A **top values** dimension with an enabled **Group other values as "Other"** setting. This is configurable in the **Advanced** section of the dimension. +* An **intervals** dimension. + +**Aggregation-based** visualizations + +* A **terms** aggregation with an enabled **Group other values in separate bucket** setting. +* A **histogram** aggregation. + +**Maps** + +* Layers using joins, blended layers, or tracks layers. diff --git a/explore-analyze/discover/show-field-statistics.md b/explore-analyze/discover/show-field-statistics.md index 1be92ebdf5..eab50b52d6 100644 --- a/explore-analyze/discover/show-field-statistics.md +++ b/explore-analyze/discover/show-field-statistics.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/show-field-statistics.html --- diff --git a/explore-analyze/discover/try-esql.md b/explore-analyze/discover/try-esql.md index 1ef61c3c90..c9934c8df2 100644 --- a/explore-analyze/discover/try-esql.md +++ b/explore-analyze/discover/try-esql.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/try-esql.html --- diff --git a/explore-analyze/find-and-organize.md b/explore-analyze/find-and-organize.md index 980fd1dceb..3b033ee3b6 100644 --- a/explore-analyze/find-and-organize.md +++ b/explore-analyze/find-and-organize.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/serverless/current/saved-objects.html - https://www.elastic.co/guide/en/serverless/current/project-settings-content.html diff --git a/explore-analyze/find-and-organize/data-views.md b/explore-analyze/find-and-organize/data-views.md index 52d950c7e6..76c93aeeaf 100644 --- a/explore-analyze/find-and-organize/data-views.md +++ b/explore-analyze/find-and-organize/data-views.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/data-views.html - https://www.elastic.co/guide/en/serverless/current/data-views.html diff --git a/explore-analyze/find-and-organize/files.md b/explore-analyze/find-and-organize/files.md index 898a787b68..fec4c75582 100644 --- a/explore-analyze/find-and-organize/files.md +++ b/explore-analyze/find-and-organize/files.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/serverless/current/files.html --- diff --git a/explore-analyze/find-and-organize/reports.md b/explore-analyze/find-and-organize/reports.md index be19fe4766..2ad3b56760 100644 --- a/explore-analyze/find-and-organize/reports.md +++ b/explore-analyze/find-and-organize/reports.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/serverless/current/reports.html --- diff --git a/explore-analyze/find-and-organize/saved-objects.md b/explore-analyze/find-and-organize/saved-objects.md index 31027ea62a..5bd52b8c6c 100644 --- a/explore-analyze/find-and-organize/saved-objects.md +++ b/explore-analyze/find-and-organize/saved-objects.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/serverless/current/saved-objects.html - https://www.elastic.co/guide/en/kibana/current/managing-saved-objects.html diff --git a/explore-analyze/find-and-organize/tags.md b/explore-analyze/find-and-organize/tags.md index f46cb188d7..18eb849b22 100644 --- a/explore-analyze/find-and-organize/tags.md +++ b/explore-analyze/find-and-organize/tags.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/serverless/current/tags.html - https://www.elastic.co/guide/en/kibana/current/managing-tags.html diff --git a/explore-analyze/geospatial-analysis.md b/explore-analyze/geospatial-analysis.md index 7100bc159e..f71aeec7ec 100644 --- a/explore-analyze/geospatial-analysis.md +++ b/explore-analyze/geospatial-analysis.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/geospatial-analysis.html --- diff --git a/explore-analyze/index.md b/explore-analyze/index.md index 0a2495eb92..1ba3a16674 100644 --- a/explore-analyze/index.md +++ b/explore-analyze/index.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/serverless/current/elasticsearch-explore-your-data.html - https://www.elastic.co/guide/en/kibana/current/introduction.html#visualize-and-analyze diff --git a/explore-analyze/machine-learning/aiops-labs.md b/explore-analyze/machine-learning/aiops-labs.md index 8f401599c5..13f226c208 100644 --- a/explore-analyze/machine-learning/aiops-labs.md +++ b/explore-analyze/machine-learning/aiops-labs.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/xpack-ml-aiops.html - https://www.elastic.co/guide/en/serverless/current/observability-machine-learning.html diff --git a/explore-analyze/machine-learning/aiops-labs/observability-aiops-analyze-spikes.md b/explore-analyze/machine-learning/aiops-labs/observability-aiops-analyze-spikes.md index 83dfd1dedc..911803f9bb 100644 --- a/explore-analyze/machine-learning/aiops-labs/observability-aiops-analyze-spikes.md +++ b/explore-analyze/machine-learning/aiops-labs/observability-aiops-analyze-spikes.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/serverless/current/observability-aiops-analyze-spikes.html --- diff --git a/explore-analyze/machine-learning/aiops-labs/observability-aiops-detect-anomalies.md b/explore-analyze/machine-learning/aiops-labs/observability-aiops-detect-anomalies.md index ce8899cf53..9fd129d038 100644 --- a/explore-analyze/machine-learning/aiops-labs/observability-aiops-detect-anomalies.md +++ b/explore-analyze/machine-learning/aiops-labs/observability-aiops-detect-anomalies.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/serverless/current/observability-aiops-detect-anomalies.html --- diff --git a/explore-analyze/machine-learning/aiops-labs/observability-aiops-detect-change-points.md b/explore-analyze/machine-learning/aiops-labs/observability-aiops-detect-change-points.md index 427cbddaec..cb663e1626 100644 --- a/explore-analyze/machine-learning/aiops-labs/observability-aiops-detect-change-points.md +++ b/explore-analyze/machine-learning/aiops-labs/observability-aiops-detect-change-points.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/serverless/current/observability-aiops-detect-change-points.html --- diff --git a/explore-analyze/machine-learning/aiops-labs/observability-aiops-forecast-anomalies.md b/explore-analyze/machine-learning/aiops-labs/observability-aiops-forecast-anomalies.md index 18a69ac81b..1cb5f8f334 100644 --- a/explore-analyze/machine-learning/aiops-labs/observability-aiops-forecast-anomalies.md +++ b/explore-analyze/machine-learning/aiops-labs/observability-aiops-forecast-anomalies.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/serverless/current/observability-aiops-forecast-anomalies.html --- diff --git a/explore-analyze/machine-learning/aiops-labs/observability-aiops-tune-anomaly-detection-job.md b/explore-analyze/machine-learning/aiops-labs/observability-aiops-tune-anomaly-detection-job.md index 97dae9c925..830c8e207f 100644 --- a/explore-analyze/machine-learning/aiops-labs/observability-aiops-tune-anomaly-detection-job.md +++ b/explore-analyze/machine-learning/aiops-labs/observability-aiops-tune-anomaly-detection-job.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/serverless/current/observability-aiops-tune-anomaly-detection-job.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection.md b/explore-analyze/machine-learning/anomaly-detection.md index bc094722c7..3cd148d9e6 100644 --- a/explore-analyze/machine-learning/anomaly-detection.md +++ b/explore-analyze/machine-learning/anomaly-detection.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/machine-learning/current/ml-ad-overview.html - https://www.elastic.co/guide/en/kibana/current/xpack-ml-anomalies.html diff --git a/explore-analyze/machine-learning/anomaly-detection/anomaly-detection-scale.md b/explore-analyze/machine-learning/anomaly-detection/anomaly-detection-scale.md index 4512dcce54..38b774d151 100644 --- a/explore-analyze/machine-learning/anomaly-detection/anomaly-detection-scale.md +++ b/explore-analyze/machine-learning/anomaly-detection/anomaly-detection-scale.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/anomaly-detection-scale.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/geographic-anomalies.md b/explore-analyze/machine-learning/anomaly-detection/geographic-anomalies.md index 279a310f2b..6f7b8019af 100644 --- a/explore-analyze/machine-learning/anomaly-detection/geographic-anomalies.md +++ b/explore-analyze/machine-learning/anomaly-detection/geographic-anomalies.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/geographic-anomalies.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/mapping-anomalies.md b/explore-analyze/machine-learning/anomaly-detection/mapping-anomalies.md index 40623a57e2..10d975f66e 100644 --- a/explore-analyze/machine-learning/anomaly-detection/mapping-anomalies.md +++ b/explore-analyze/machine-learning/anomaly-detection/mapping-anomalies.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/mapping-anomalies.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-ad-algorithms.md b/explore-analyze/machine-learning/anomaly-detection/ml-ad-algorithms.md index e5ff20fbf9..046cfdd077 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-ad-algorithms.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-ad-algorithms.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-ad-algorithms.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-ad-concepts.md b/explore-analyze/machine-learning/anomaly-detection/ml-ad-concepts.md index 043b89a736..de310dee75 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-ad-concepts.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-ad-concepts.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-ad-concepts.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-ad-explain.md b/explore-analyze/machine-learning/anomaly-detection/ml-ad-explain.md index 58b42c5335..99a648d740 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-ad-explain.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-ad-explain.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-ad-explain.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-ad-forecast.md b/explore-analyze/machine-learning/anomaly-detection/ml-ad-forecast.md index 958a3b7790..312b7d8ba9 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-ad-forecast.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-ad-forecast.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-ad-forecast.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-ad-resources.md b/explore-analyze/machine-learning/anomaly-detection/ml-ad-resources.md index f785985ce8..d0ffff1501 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-ad-resources.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-ad-resources.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-ad-resources.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-api-quickref.md b/explore-analyze/machine-learning/anomaly-detection/ml-api-quickref.md index 0640971f6d..7bf052610e 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-api-quickref.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-api-quickref.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-api-quickref.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-aggregation.md b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-aggregation.md index 48aca370d2..2bfea4608d 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-aggregation.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-aggregation.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-configuring-aggregation.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-alerts.md b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-alerts.md index 593a859260..91533ccf47 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-alerts.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-alerts.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-configuring-alerts.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-categories.md b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-categories.md index ac62f839bc..5fd9df7f3d 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-categories.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-categories.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-configuring-categories.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-detector-custom-rules.md b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-detector-custom-rules.md index e55f4d2003..34a9f097a2 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-detector-custom-rules.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-detector-custom-rules.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-configuring-detector-custom-rules.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-transform.md b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-transform.md index e835b3ed99..33c5b96182 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-transform.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-transform.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-configuring-transform.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-url.md b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-url.md index ef622d2206..dd7e7b882f 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-configuring-url.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-configuring-url.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-configuring-url.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-delayed-data-detection.md b/explore-analyze/machine-learning/anomaly-detection/ml-delayed-data-detection.md index e5d0cc0722..f3c8db65c4 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-delayed-data-detection.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-delayed-data-detection.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-delayed-data-detection.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-functions.md b/explore-analyze/machine-learning/anomaly-detection/ml-functions.md index 166a7fcbeb..7f798f06ce 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-functions.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-functions.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-functions.html --- diff --git a/explore-analyze/machine-learning/anomaly-detection/ml-reverting-model-snapshot.md b/explore-analyze/machine-learning/anomaly-detection/ml-reverting-model-snapshot.md index 4afe700742..12bbdff9f2 100644 --- a/explore-analyze/machine-learning/anomaly-detection/ml-reverting-model-snapshot.md +++ b/explore-analyze/machine-learning/anomaly-detection/ml-reverting-model-snapshot.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-reverting-model-snapshot.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics.md b/explore-analyze/machine-learning/data-frame-analytics.md index adfa295181..2d4095b22e 100644 --- a/explore-analyze/machine-learning/data-frame-analytics.md +++ b/explore-analyze/machine-learning/data-frame-analytics.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/machine-learning/current/ml-dfanalytics.html - https://www.elastic.co/guide/en/kibana/current/xpack-ml-dfanalytics.html diff --git a/explore-analyze/machine-learning/data-frame-analytics/dfa-regression-lossfunction.md b/explore-analyze/machine-learning/data-frame-analytics/dfa-regression-lossfunction.md index 3562cfa927..335bc45e2e 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/dfa-regression-lossfunction.md +++ b/explore-analyze/machine-learning/data-frame-analytics/dfa-regression-lossfunction.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/dfa-regression-lossfunction.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/hyperparameters.md b/explore-analyze/machine-learning/data-frame-analytics/hyperparameters.md index 36f8fdda6b..725d122c80 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/hyperparameters.md +++ b/explore-analyze/machine-learning/data-frame-analytics/hyperparameters.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/hyperparameters.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-classification.md b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-classification.md index 4ae0f76d56..d893d9cf2b 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-classification.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-classification.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-dfa-classification.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-concepts.md b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-concepts.md index 8d4b7f023e..c497c2c007 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-concepts.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-concepts.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-dfa-concepts.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-custom-urls.md b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-custom-urls.md index bf6d9ef83b..64dc06b31c 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-custom-urls.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-custom-urls.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-dfa-custom-urls.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-finding-outliers.md b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-finding-outliers.md index b237b6c567..7729bbccd4 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-finding-outliers.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-finding-outliers.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-dfa-finding-outliers.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-regression.md b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-regression.md index 6dab15d005..87e3a60738 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-regression.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-regression.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-dfa-regression.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-resources.md b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-resources.md index b11e79db6a..b631c4cad7 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-resources.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-resources.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-dfa-resources.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-scale.md b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-scale.md index 685a8876bf..c88eb10107 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-scale.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-scale.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-dfa-scale.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-dfanalytics-apis.md b/explore-analyze/machine-learning/data-frame-analytics/ml-dfanalytics-apis.md index caf0eb40db..3f37a807d7 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-dfanalytics-apis.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-dfanalytics-apis.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-dfanalytics-apis.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-feature-encoding.md b/explore-analyze/machine-learning/data-frame-analytics/ml-feature-encoding.md index e6f0feb6a3..c41a40a408 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-feature-encoding.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-feature-encoding.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-feature-encoding.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-feature-importance.md b/explore-analyze/machine-learning/data-frame-analytics/ml-feature-importance.md index f6463c4642..bc867c4fa6 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-feature-importance.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-feature-importance.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-feature-importance.html --- diff --git a/explore-analyze/machine-learning/data-frame-analytics/ml-trained-models.md b/explore-analyze/machine-learning/data-frame-analytics/ml-trained-models.md index 69639ecfc4..ace409e145 100644 --- a/explore-analyze/machine-learning/data-frame-analytics/ml-trained-models.md +++ b/explore-analyze/machine-learning/data-frame-analytics/ml-trained-models.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-trained-models.html --- diff --git a/explore-analyze/machine-learning/machine-learning-in-kibana/inference-processing.md b/explore-analyze/machine-learning/machine-learning-in-kibana/inference-processing.md index f9a3a820a3..34a186d463 100644 --- a/explore-analyze/machine-learning/machine-learning-in-kibana/inference-processing.md +++ b/explore-analyze/machine-learning/machine-learning-in-kibana/inference-processing.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest-pipeline-search-inference.html --- diff --git a/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-aiops.md b/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-aiops.md index b774405ca7..7d3cb1ce06 100644 --- a/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-aiops.md +++ b/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-aiops.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/xpack-ml-aiops.html --- diff --git a/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-anomalies.md b/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-anomalies.md index 12f2b348cc..989c11ba21 100644 --- a/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-anomalies.md +++ b/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-anomalies.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/xpack-ml-anomalies.html --- diff --git a/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-dfanalytics.md b/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-dfanalytics.md index 4178b7ac65..86f7f599f3 100644 --- a/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-dfanalytics.md +++ b/explore-analyze/machine-learning/machine-learning-in-kibana/xpack-ml-dfanalytics.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/xpack-ml-dfanalytics.html --- diff --git a/explore-analyze/machine-learning/nlp.md b/explore-analyze/machine-learning/nlp.md index 0c9bc6c90a..41a6d6bb35 100644 --- a/explore-analyze/machine-learning/nlp.md +++ b/explore-analyze/machine-learning/nlp.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-apis.md b/explore-analyze/machine-learning/nlp/ml-nlp-apis.md index 78e8b550ed..9af081d4e2 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-apis.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-apis.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-apis.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-auto-scale.md b/explore-analyze/machine-learning/nlp/ml-nlp-auto-scale.md index 8856795521..5b01d17b3e 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-auto-scale.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-auto-scale.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-auto-scale.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-built-in-models.md b/explore-analyze/machine-learning/nlp/ml-nlp-built-in-models.md index 6aaf6ccd57..9fba280b8e 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-built-in-models.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-built-in-models.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-built-in-models.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-classify-text.md b/explore-analyze/machine-learning/nlp/ml-nlp-classify-text.md index 750a0c5c10..e2d0958274 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-classify-text.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-classify-text.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-classify-text.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-deploy-model.md b/explore-analyze/machine-learning/nlp/ml-nlp-deploy-model.md index b24ee042d4..4f92130564 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-deploy-model.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-deploy-model.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-deploy-model.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-deploy-models.md b/explore-analyze/machine-learning/nlp/ml-nlp-deploy-models.md index ebe39c2b6b..10952afeb1 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-deploy-models.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-deploy-models.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-deploy-models.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-examples.md b/explore-analyze/machine-learning/nlp/ml-nlp-examples.md index 32f0b985bc..35d226c5a8 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-examples.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-examples.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-examples.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-extract-info.md b/explore-analyze/machine-learning/nlp/ml-nlp-extract-info.md index b66356afd1..6c15dce91f 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-extract-info.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-extract-info.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-extract-info.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-import-model.md b/explore-analyze/machine-learning/nlp/ml-nlp-import-model.md index b61d790699..4025de370c 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-import-model.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-import-model.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-import-model.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-inference.md b/explore-analyze/machine-learning/nlp/ml-nlp-inference.md index b407bcac65..2d752a18b0 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-inference.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-inference.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-inference.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-lang-ident.md b/explore-analyze/machine-learning/nlp/ml-nlp-lang-ident.md index d2699017cc..0ace24e474 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-lang-ident.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-lang-ident.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-lang-ident.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-limitations.md b/explore-analyze/machine-learning/nlp/ml-nlp-limitations.md index dcebdf9e59..321101e77c 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-limitations.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-limitations.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-limitations.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-overview.md b/explore-analyze/machine-learning/nlp/ml-nlp-overview.md index ba8dc6a995..51b0ceb00a 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-overview.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-overview.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-overview.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-rerank.md b/explore-analyze/machine-learning/nlp/ml-nlp-rerank.md index 421e8dd43c..1a7a528fe8 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-rerank.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-rerank.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-rerank.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-search-compare.md b/explore-analyze/machine-learning/nlp/ml-nlp-search-compare.md index b0e181e10c..cc903108e5 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-search-compare.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-search-compare.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-search-compare.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-select-model.md b/explore-analyze/machine-learning/nlp/ml-nlp-select-model.md index 9b45527bae..bdcd0f06d3 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-select-model.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-select-model.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-select-model.html --- diff --git a/explore-analyze/machine-learning/nlp/ml-nlp-test-inference.md b/explore-analyze/machine-learning/nlp/ml-nlp-test-inference.md index bd0185f0ab..709519f470 100644 --- a/explore-analyze/machine-learning/nlp/ml-nlp-test-inference.md +++ b/explore-analyze/machine-learning/nlp/ml-nlp-test-inference.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/machine-learning/current/ml-nlp-test-inference.html --- diff --git a/explore-analyze/numeral-formatting.md b/explore-analyze/numeral-formatting.md index 02e92127d5..870dc41f3d 100644 --- a/explore-analyze/numeral-formatting.md +++ b/explore-analyze/numeral-formatting.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/numeral.html --- diff --git a/explore-analyze/overview/kibana-quickstart.md b/explore-analyze/overview/kibana-quickstart.md index 9daf178a44..a637129d65 100644 --- a/explore-analyze/overview/kibana-quickstart.md +++ b/explore-analyze/overview/kibana-quickstart.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/get-started.html - https://www.elastic.co/guide/en/kibana/current/kibana-concepts-analysts.html diff --git a/explore-analyze/query-filter.md b/explore-analyze/query-filter.md index ef9a56d5ba..28b462e547 100644 --- a/explore-analyze/query-filter.md +++ b/explore-analyze/query-filter.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/search-analyze.html --- diff --git a/explore-analyze/query-filter/filtering.md b/explore-analyze/query-filter/filtering.md index ee33aede41..5c3ecb4e40 100644 --- a/explore-analyze/query-filter/filtering.md +++ b/explore-analyze/query-filter/filtering.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/kibana-concepts-analysts.html - https://www.elastic.co/guide/en/kibana/current/set-time-filter.html diff --git a/explore-analyze/query-filter/languages/esql.md b/explore-analyze/query-filter/languages/esql.md index 2b5c9a8edb..c53a825be5 100644 --- a/explore-analyze/query-filter/languages/esql.md +++ b/explore-analyze/query-filter/languages/esql.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/elasticsearch/reference/current/esql.html - https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-getting-started.html diff --git a/explore-analyze/query-filter/languages/example-detect-threats-with-eql.md b/explore-analyze/query-filter/languages/example-detect-threats-with-eql.md index cb6ab6b302..a9059b6ce0 100644 --- a/explore-analyze/query-filter/languages/example-detect-threats-with-eql.md +++ b/explore-analyze/query-filter/languages/example-detect-threats-with-eql.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-ex-threat-detection.html --- diff --git a/explore-analyze/query-filter/languages/kql.md b/explore-analyze/query-filter/languages/kql.md index f01d5d425f..3cf0c04940 100644 --- a/explore-analyze/query-filter/languages/kql.md +++ b/explore-analyze/query-filter/languages/kql.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/kuery-query.html --- diff --git a/explore-analyze/query-filter/languages/lucene-query-syntax.md b/explore-analyze/query-filter/languages/lucene-query-syntax.md index 5dd2023187..9417a6d6b3 100644 --- a/explore-analyze/query-filter/languages/lucene-query-syntax.md +++ b/explore-analyze/query-filter/languages/lucene-query-syntax.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/lucene-query.html --- diff --git a/explore-analyze/query-filter/languages/querydsl.md b/explore-analyze/query-filter/languages/querydsl.md index 635a08475b..fbbaf4e494 100644 --- a/explore-analyze/query-filter/languages/querydsl.md +++ b/explore-analyze/query-filter/languages/querydsl.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html - https://www.elastic.co/guide/en/elasticsearch/reference/current/query-filter-context.html diff --git a/explore-analyze/query-filter/languages/sql-async.md b/explore-analyze/query-filter/languages/sql-async.md index 2233a71644..5431222955 100644 --- a/explore-analyze/query-filter/languages/sql-async.md +++ b/explore-analyze/query-filter/languages/sql-async.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-async.html --- diff --git a/explore-analyze/query-filter/languages/sql-cli.md b/explore-analyze/query-filter/languages/sql-cli.md index 50ac07f4e1..ffe8484783 100644 --- a/explore-analyze/query-filter/languages/sql-cli.md +++ b/explore-analyze/query-filter/languages/sql-cli.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-cli.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-dbeaver.md b/explore-analyze/query-filter/languages/sql-client-apps-dbeaver.md index 55b0c5aaf1..b701953925 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-dbeaver.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-dbeaver.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-dbeaver.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-dbvis.md b/explore-analyze/query-filter/languages/sql-client-apps-dbvis.md index ec316e8f7a..ecd8f5e28b 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-dbvis.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-dbvis.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-dbvis.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-excel.md b/explore-analyze/query-filter/languages/sql-client-apps-excel.md index d57ba70537..b0b414eb57 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-excel.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-excel.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-excel.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-microstrat.md b/explore-analyze/query-filter/languages/sql-client-apps-microstrat.md index f1a4e03310..0ecb1be999 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-microstrat.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-microstrat.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-microstrat.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-powerbi.md b/explore-analyze/query-filter/languages/sql-client-apps-powerbi.md index 1ea3381725..cabbe667f7 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-powerbi.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-powerbi.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-powerbi.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-ps1.md b/explore-analyze/query-filter/languages/sql-client-apps-ps1.md index f26ab3e833..398b8f01f2 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-ps1.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-ps1.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-ps1.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-qlik.md b/explore-analyze/query-filter/languages/sql-client-apps-qlik.md index 53eaf8019b..347ac85017 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-qlik.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-qlik.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-qlik.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-squirrel.md b/explore-analyze/query-filter/languages/sql-client-apps-squirrel.md index 18c958812d..69ef7ec6e4 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-squirrel.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-squirrel.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-squirrel.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-tableau-desktop.md b/explore-analyze/query-filter/languages/sql-client-apps-tableau-desktop.md index 304c9fefad..88872ce671 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-tableau-desktop.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-tableau-desktop.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-tableau-desktop.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-tableau-server.md b/explore-analyze/query-filter/languages/sql-client-apps-tableau-server.md index 840c70f1d7..23d0a1aea7 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-tableau-server.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-tableau-server.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-tableau-server.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps-workbench.md b/explore-analyze/query-filter/languages/sql-client-apps-workbench.md index 7f7c19a168..8f4ec24308 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps-workbench.md +++ b/explore-analyze/query-filter/languages/sql-client-apps-workbench.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps-workbench.html --- diff --git a/explore-analyze/query-filter/languages/sql-client-apps.md b/explore-analyze/query-filter/languages/sql-client-apps.md index 151a8c37bc..fa821735d5 100644 --- a/explore-analyze/query-filter/languages/sql-client-apps.md +++ b/explore-analyze/query-filter/languages/sql-client-apps.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-client-apps.html --- diff --git a/explore-analyze/query-filter/languages/sql-commands.md b/explore-analyze/query-filter/languages/sql-commands.md index 32afcae5b1..df0fe35200 100644 --- a/explore-analyze/query-filter/languages/sql-commands.md +++ b/explore-analyze/query-filter/languages/sql-commands.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-commands.html --- diff --git a/explore-analyze/query-filter/languages/sql-data-types.md b/explore-analyze/query-filter/languages/sql-data-types.md index fe142b7858..2bd8e5e662 100644 --- a/explore-analyze/query-filter/languages/sql-data-types.md +++ b/explore-analyze/query-filter/languages/sql-data-types.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-data-types.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-aggs.md b/explore-analyze/query-filter/languages/sql-functions-aggs.md index 133450de62..128f740539 100644 --- a/explore-analyze/query-filter/languages/sql-functions-aggs.md +++ b/explore-analyze/query-filter/languages/sql-functions-aggs.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-aggs.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-conditional.md b/explore-analyze/query-filter/languages/sql-functions-conditional.md index 0efb53547a..31d4305fd3 100644 --- a/explore-analyze/query-filter/languages/sql-functions-conditional.md +++ b/explore-analyze/query-filter/languages/sql-functions-conditional.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-conditional.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-datetime.md b/explore-analyze/query-filter/languages/sql-functions-datetime.md index 574b50d07f..4333f5faa2 100644 --- a/explore-analyze/query-filter/languages/sql-functions-datetime.md +++ b/explore-analyze/query-filter/languages/sql-functions-datetime.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-datetime.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-geo.md b/explore-analyze/query-filter/languages/sql-functions-geo.md index 2d50d53e0d..16c040517b 100644 --- a/explore-analyze/query-filter/languages/sql-functions-geo.md +++ b/explore-analyze/query-filter/languages/sql-functions-geo.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-geo.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-grouping.md b/explore-analyze/query-filter/languages/sql-functions-grouping.md index 7cc99c90b6..745619b70f 100644 --- a/explore-analyze/query-filter/languages/sql-functions-grouping.md +++ b/explore-analyze/query-filter/languages/sql-functions-grouping.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-grouping.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-math.md b/explore-analyze/query-filter/languages/sql-functions-math.md index 92686435bf..e82ebd9249 100644 --- a/explore-analyze/query-filter/languages/sql-functions-math.md +++ b/explore-analyze/query-filter/languages/sql-functions-math.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-math.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-search.md b/explore-analyze/query-filter/languages/sql-functions-search.md index f6d7b662ea..9a6b083fc2 100644 --- a/explore-analyze/query-filter/languages/sql-functions-search.md +++ b/explore-analyze/query-filter/languages/sql-functions-search.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-search.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-string.md b/explore-analyze/query-filter/languages/sql-functions-string.md index 9cf5bee9b7..37bcec6efb 100644 --- a/explore-analyze/query-filter/languages/sql-functions-string.md +++ b/explore-analyze/query-filter/languages/sql-functions-string.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-string.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-system.md b/explore-analyze/query-filter/languages/sql-functions-system.md index 36569a0231..9ec79bdd07 100644 --- a/explore-analyze/query-filter/languages/sql-functions-system.md +++ b/explore-analyze/query-filter/languages/sql-functions-system.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-system.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions-type-conversion.md b/explore-analyze/query-filter/languages/sql-functions-type-conversion.md index e011c2478a..53430c2629 100644 --- a/explore-analyze/query-filter/languages/sql-functions-type-conversion.md +++ b/explore-analyze/query-filter/languages/sql-functions-type-conversion.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions-type-conversion.html --- diff --git a/explore-analyze/query-filter/languages/sql-functions.md b/explore-analyze/query-filter/languages/sql-functions.md index 48ca75a5c5..18e82314fc 100644 --- a/explore-analyze/query-filter/languages/sql-functions.md +++ b/explore-analyze/query-filter/languages/sql-functions.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-functions.html --- diff --git a/explore-analyze/query-filter/languages/sql-index-frozen.md b/explore-analyze/query-filter/languages/sql-index-frozen.md index ff15734deb..010de92815 100644 --- a/explore-analyze/query-filter/languages/sql-index-frozen.md +++ b/explore-analyze/query-filter/languages/sql-index-frozen.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-index-frozen.html --- diff --git a/explore-analyze/query-filter/languages/sql-index-patterns.md b/explore-analyze/query-filter/languages/sql-index-patterns.md index dc04ebad2f..18d70d151c 100644 --- a/explore-analyze/query-filter/languages/sql-index-patterns.md +++ b/explore-analyze/query-filter/languages/sql-index-patterns.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-index-patterns.html --- diff --git a/explore-analyze/query-filter/languages/sql-jdbc-api-usage.md b/explore-analyze/query-filter/languages/sql-jdbc-api-usage.md index 0244ec1b04..53ac809d8f 100644 --- a/explore-analyze/query-filter/languages/sql-jdbc-api-usage.md +++ b/explore-analyze/query-filter/languages/sql-jdbc-api-usage.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/_api_usage.html --- diff --git a/explore-analyze/query-filter/languages/sql-jdbc.md b/explore-analyze/query-filter/languages/sql-jdbc.md index 032f75def6..80093a0005 100644 --- a/explore-analyze/query-filter/languages/sql-jdbc.md +++ b/explore-analyze/query-filter/languages/sql-jdbc.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-jdbc.html --- diff --git a/explore-analyze/query-filter/languages/sql-lexical-structure.md b/explore-analyze/query-filter/languages/sql-lexical-structure.md index 869d33b102..b91c8a0fcd 100644 --- a/explore-analyze/query-filter/languages/sql-lexical-structure.md +++ b/explore-analyze/query-filter/languages/sql-lexical-structure.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-lexical-structure.html --- diff --git a/explore-analyze/query-filter/languages/sql-like-rlike-operators.md b/explore-analyze/query-filter/languages/sql-like-rlike-operators.md index 58a9082cc7..90ee5b9791 100644 --- a/explore-analyze/query-filter/languages/sql-like-rlike-operators.md +++ b/explore-analyze/query-filter/languages/sql-like-rlike-operators.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-like-rlike-operators.html --- diff --git a/explore-analyze/query-filter/languages/sql-limitations.md b/explore-analyze/query-filter/languages/sql-limitations.md index 15d9a756d0..f40164e64c 100644 --- a/explore-analyze/query-filter/languages/sql-limitations.md +++ b/explore-analyze/query-filter/languages/sql-limitations.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-limitations.html --- diff --git a/explore-analyze/query-filter/languages/sql-odbc-installation.md b/explore-analyze/query-filter/languages/sql-odbc-installation.md index 58fcabd079..af3f78496f 100644 --- a/explore-analyze/query-filter/languages/sql-odbc-installation.md +++ b/explore-analyze/query-filter/languages/sql-odbc-installation.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-odbc-installation.html --- diff --git a/explore-analyze/query-filter/languages/sql-odbc-setup.md b/explore-analyze/query-filter/languages/sql-odbc-setup.md index 56b8029743..bbdf3985b7 100644 --- a/explore-analyze/query-filter/languages/sql-odbc-setup.md +++ b/explore-analyze/query-filter/languages/sql-odbc-setup.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-odbc-setup.html --- diff --git a/explore-analyze/query-filter/languages/sql-odbc.md b/explore-analyze/query-filter/languages/sql-odbc.md index bc090755b0..ed3d121765 100644 --- a/explore-analyze/query-filter/languages/sql-odbc.md +++ b/explore-analyze/query-filter/languages/sql-odbc.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-odbc.html --- diff --git a/explore-analyze/query-filter/languages/sql-operators-cast.md b/explore-analyze/query-filter/languages/sql-operators-cast.md index 8a32ba10d1..19bb670730 100644 --- a/explore-analyze/query-filter/languages/sql-operators-cast.md +++ b/explore-analyze/query-filter/languages/sql-operators-cast.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-operators-cast.html --- diff --git a/explore-analyze/query-filter/languages/sql-operators-logical.md b/explore-analyze/query-filter/languages/sql-operators-logical.md index 3bcfd2286e..4410d15f04 100644 --- a/explore-analyze/query-filter/languages/sql-operators-logical.md +++ b/explore-analyze/query-filter/languages/sql-operators-logical.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-operators-logical.html --- diff --git a/explore-analyze/query-filter/languages/sql-operators-math.md b/explore-analyze/query-filter/languages/sql-operators-math.md index 429d1b4738..1f034024aa 100644 --- a/explore-analyze/query-filter/languages/sql-operators-math.md +++ b/explore-analyze/query-filter/languages/sql-operators-math.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-operators-math.html --- diff --git a/explore-analyze/query-filter/languages/sql-operators.md b/explore-analyze/query-filter/languages/sql-operators.md index 89345db90e..ad4e84eabe 100644 --- a/explore-analyze/query-filter/languages/sql-operators.md +++ b/explore-analyze/query-filter/languages/sql-operators.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-operators.html --- diff --git a/explore-analyze/query-filter/languages/sql-overview.md b/explore-analyze/query-filter/languages/sql-overview.md index b5afe7ff6a..709cb4eb98 100644 --- a/explore-analyze/query-filter/languages/sql-overview.md +++ b/explore-analyze/query-filter/languages/sql-overview.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-overview.html --- diff --git a/explore-analyze/query-filter/languages/sql-pagination.md b/explore-analyze/query-filter/languages/sql-pagination.md index 6f3084d179..4114d4b36c 100644 --- a/explore-analyze/query-filter/languages/sql-pagination.md +++ b/explore-analyze/query-filter/languages/sql-pagination.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-pagination.html --- diff --git a/explore-analyze/query-filter/languages/sql-rest-columnar.md b/explore-analyze/query-filter/languages/sql-rest-columnar.md index f67ade2944..1040ee3664 100644 --- a/explore-analyze/query-filter/languages/sql-rest-columnar.md +++ b/explore-analyze/query-filter/languages/sql-rest-columnar.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-rest-columnar.html --- diff --git a/explore-analyze/query-filter/languages/sql-rest-filtering.md b/explore-analyze/query-filter/languages/sql-rest-filtering.md index 56add0ca6e..e6d54991e2 100644 --- a/explore-analyze/query-filter/languages/sql-rest-filtering.md +++ b/explore-analyze/query-filter/languages/sql-rest-filtering.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-rest-filtering.html --- diff --git a/explore-analyze/query-filter/languages/sql-rest-format.md b/explore-analyze/query-filter/languages/sql-rest-format.md index 1e268a8ca8..26e6fef548 100644 --- a/explore-analyze/query-filter/languages/sql-rest-format.md +++ b/explore-analyze/query-filter/languages/sql-rest-format.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-rest-format.html --- diff --git a/explore-analyze/query-filter/languages/sql-rest-overview.md b/explore-analyze/query-filter/languages/sql-rest-overview.md index 355a87b227..19c4841567 100644 --- a/explore-analyze/query-filter/languages/sql-rest-overview.md +++ b/explore-analyze/query-filter/languages/sql-rest-overview.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-rest-overview.html --- diff --git a/explore-analyze/query-filter/languages/sql-rest-params.md b/explore-analyze/query-filter/languages/sql-rest-params.md index 8a1f391f15..76b5144b47 100644 --- a/explore-analyze/query-filter/languages/sql-rest-params.md +++ b/explore-analyze/query-filter/languages/sql-rest-params.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-rest-params.html --- diff --git a/explore-analyze/query-filter/languages/sql-rest.md b/explore-analyze/query-filter/languages/sql-rest.md index 76258c98f3..5043dd930d 100644 --- a/explore-analyze/query-filter/languages/sql-rest.md +++ b/explore-analyze/query-filter/languages/sql-rest.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-rest.html --- diff --git a/explore-analyze/query-filter/languages/sql-runtime-fields.md b/explore-analyze/query-filter/languages/sql-runtime-fields.md index 4c1f526758..97219b376f 100644 --- a/explore-analyze/query-filter/languages/sql-runtime-fields.md +++ b/explore-analyze/query-filter/languages/sql-runtime-fields.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-runtime-fields.html --- diff --git a/explore-analyze/query-filter/languages/sql-security.md b/explore-analyze/query-filter/languages/sql-security.md index 4e452b6bfe..fce4a9518e 100644 --- a/explore-analyze/query-filter/languages/sql-security.md +++ b/explore-analyze/query-filter/languages/sql-security.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-security.html --- diff --git a/explore-analyze/query-filter/languages/sql-spec.md b/explore-analyze/query-filter/languages/sql-spec.md index 61921659e6..af2fa75be4 100644 --- a/explore-analyze/query-filter/languages/sql-spec.md +++ b/explore-analyze/query-filter/languages/sql-spec.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-spec.html --- diff --git a/explore-analyze/query-filter/languages/sql-syntax-describe-table.md b/explore-analyze/query-filter/languages/sql-syntax-describe-table.md index 9872d2d389..da494f2582 100644 --- a/explore-analyze/query-filter/languages/sql-syntax-describe-table.md +++ b/explore-analyze/query-filter/languages/sql-syntax-describe-table.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-syntax-describe-table.html --- diff --git a/explore-analyze/query-filter/languages/sql-syntax-reserved.md b/explore-analyze/query-filter/languages/sql-syntax-reserved.md index cd0bcd5636..0cd1b305d1 100644 --- a/explore-analyze/query-filter/languages/sql-syntax-reserved.md +++ b/explore-analyze/query-filter/languages/sql-syntax-reserved.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-syntax-reserved.html --- diff --git a/explore-analyze/query-filter/languages/sql-syntax-select.md b/explore-analyze/query-filter/languages/sql-syntax-select.md index a1a2eed8e2..dc7c5a9215 100644 --- a/explore-analyze/query-filter/languages/sql-syntax-select.md +++ b/explore-analyze/query-filter/languages/sql-syntax-select.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-syntax-select.html --- diff --git a/explore-analyze/query-filter/languages/sql-syntax-show-catalogs.md b/explore-analyze/query-filter/languages/sql-syntax-show-catalogs.md index 710d5933c1..2f2e264e03 100644 --- a/explore-analyze/query-filter/languages/sql-syntax-show-catalogs.md +++ b/explore-analyze/query-filter/languages/sql-syntax-show-catalogs.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-syntax-show-catalogs.html --- diff --git a/explore-analyze/query-filter/languages/sql-syntax-show-columns.md b/explore-analyze/query-filter/languages/sql-syntax-show-columns.md index efc6661436..a3d074a2f0 100644 --- a/explore-analyze/query-filter/languages/sql-syntax-show-columns.md +++ b/explore-analyze/query-filter/languages/sql-syntax-show-columns.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-syntax-show-columns.html --- diff --git a/explore-analyze/query-filter/languages/sql-syntax-show-functions.md b/explore-analyze/query-filter/languages/sql-syntax-show-functions.md index 0cf14fab79..bedcec3222 100644 --- a/explore-analyze/query-filter/languages/sql-syntax-show-functions.md +++ b/explore-analyze/query-filter/languages/sql-syntax-show-functions.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-syntax-show-functions.html --- diff --git a/explore-analyze/query-filter/languages/sql-syntax-show-tables.md b/explore-analyze/query-filter/languages/sql-syntax-show-tables.md index 63a3470589..5fd5bfcbbe 100644 --- a/explore-analyze/query-filter/languages/sql-syntax-show-tables.md +++ b/explore-analyze/query-filter/languages/sql-syntax-show-tables.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-syntax-show-tables.html --- diff --git a/explore-analyze/query-filter/languages/sql-translate.md b/explore-analyze/query-filter/languages/sql-translate.md index bd710d08a1..7612088126 100644 --- a/explore-analyze/query-filter/languages/sql-translate.md +++ b/explore-analyze/query-filter/languages/sql-translate.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-translate.html --- diff --git a/explore-analyze/query-filter/languages/sql.md b/explore-analyze/query-filter/languages/sql.md index a44f3cd80f..74e4dd1258 100644 --- a/explore-analyze/query-filter/languages/sql.md +++ b/explore-analyze/query-filter/languages/sql.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-sql.html --- diff --git a/explore-analyze/query-filter/tools.md b/explore-analyze/query-filter/tools.md index b98329c5ea..1ec9b4e5d4 100644 --- a/explore-analyze/query-filter/tools.md +++ b/explore-analyze/query-filter/tools.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/devtools-kibana.html --- diff --git a/explore-analyze/query-filter/tools/grok-debugger.md b/explore-analyze/query-filter/tools/grok-debugger.md index a2c884baef..9dc0ab1be1 100644 --- a/explore-analyze/query-filter/tools/grok-debugger.md +++ b/explore-analyze/query-filter/tools/grok-debugger.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/xpack-grokdebugger.html --- diff --git a/explore-analyze/query-filter/tools/playground.md b/explore-analyze/query-filter/tools/playground.md index 2a7785f7d1..aeb3ab945b 100644 --- a/explore-analyze/query-filter/tools/playground.md +++ b/explore-analyze/query-filter/tools/playground.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/serverless/current/elasticsearch-playground.html --- diff --git a/explore-analyze/query-filter/tools/saved-queries.md b/explore-analyze/query-filter/tools/saved-queries.md index 3faca9c41b..d639e2f707 100644 --- a/explore-analyze/query-filter/tools/saved-queries.md +++ b/explore-analyze/query-filter/tools/saved-queries.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/save-load-delete-query.html --- diff --git a/explore-analyze/query-filter/tools/search-profiler.md b/explore-analyze/query-filter/tools/search-profiler.md index 6554932796..e897e81440 100644 --- a/explore-analyze/query-filter/tools/search-profiler.md +++ b/explore-analyze/query-filter/tools/search-profiler.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/xpack-profiler.html --- diff --git a/explore-analyze/report-and-share.md b/explore-analyze/report-and-share.md index a2134ab874..e415828f97 100644 --- a/explore-analyze/report-and-share.md +++ b/explore-analyze/report-and-share.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/reporting-getting-started.html - https://www.elastic.co/guide/en/kibana/current/secure-reporting.html diff --git a/explore-analyze/report-and-share/automating-report-generation.md b/explore-analyze/report-and-share/automating-report-generation.md index 2cb21e89ae..f8af79cd60 100644 --- a/explore-analyze/report-and-share/automating-report-generation.md +++ b/explore-analyze/report-and-share/automating-report-generation.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/automating-report-generation.html --- diff --git a/explore-analyze/scripting.md b/explore-analyze/scripting.md index 1ee7e1b02e..d2aa925bb6 100644 --- a/explore-analyze/scripting.md +++ b/explore-analyze/scripting.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.html --- diff --git a/explore-analyze/scripting/common-script-uses.md b/explore-analyze/scripting/common-script-uses.md index d3b4ee9898..59089dd416 100644 --- a/explore-analyze/scripting/common-script-uses.md +++ b/explore-analyze/scripting/common-script-uses.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/common-script-uses.html --- diff --git a/explore-analyze/scripting/dissect.md b/explore-analyze/scripting/dissect.md index 282e82d893..022b655d58 100644 --- a/explore-analyze/scripting/dissect.md +++ b/explore-analyze/scripting/dissect.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/dissect.html --- diff --git a/explore-analyze/scripting/grok.md b/explore-analyze/scripting/grok.md index eb96a4df86..0336ea9d33 100644 --- a/explore-analyze/scripting/grok.md +++ b/explore-analyze/scripting/grok.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/grok.html --- diff --git a/explore-analyze/scripting/modules-scripting-engine.md b/explore-analyze/scripting/modules-scripting-engine.md index 01462f375e..5750fdf553 100644 --- a/explore-analyze/scripting/modules-scripting-engine.md +++ b/explore-analyze/scripting/modules-scripting-engine.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-engine.html --- diff --git a/explore-analyze/scripting/modules-scripting-expression.md b/explore-analyze/scripting/modules-scripting-expression.md index 2a4c4ca392..b0960e20d4 100644 --- a/explore-analyze/scripting/modules-scripting-expression.md +++ b/explore-analyze/scripting/modules-scripting-expression.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-expression.html --- diff --git a/explore-analyze/scripting/modules-scripting-fields.md b/explore-analyze/scripting/modules-scripting-fields.md index 018483722b..a8c8f1d870 100644 --- a/explore-analyze/scripting/modules-scripting-fields.md +++ b/explore-analyze/scripting/modules-scripting-fields.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-fields.html --- diff --git a/explore-analyze/scripting/modules-scripting-painless.md b/explore-analyze/scripting/modules-scripting-painless.md index 7e0186a034..8e8b411ec8 100644 --- a/explore-analyze/scripting/modules-scripting-painless.md +++ b/explore-analyze/scripting/modules-scripting-painless.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-painless.html --- diff --git a/explore-analyze/scripting/modules-scripting-security.md b/explore-analyze/scripting/modules-scripting-security.md index 47040180cc..f663fc7ce4 100644 --- a/explore-analyze/scripting/modules-scripting-security.md +++ b/explore-analyze/scripting/modules-scripting-security.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-security.html --- diff --git a/explore-analyze/scripting/modules-scripting-using.md b/explore-analyze/scripting/modules-scripting-using.md index fa78e25304..4cd04f2a4b 100644 --- a/explore-analyze/scripting/modules-scripting-using.md +++ b/explore-analyze/scripting/modules-scripting-using.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting-using.html --- diff --git a/explore-analyze/scripting/painless-lab.md b/explore-analyze/scripting/painless-lab.md index a771836fe9..aa825c6847 100644 --- a/explore-analyze/scripting/painless-lab.md +++ b/explore-analyze/scripting/painless-lab.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/painlesslab.html --- diff --git a/explore-analyze/scripting/scripting-field-extraction.md b/explore-analyze/scripting/scripting-field-extraction.md index 0d106a02cd..19ea28547b 100644 --- a/explore-analyze/scripting/scripting-field-extraction.md +++ b/explore-analyze/scripting/scripting-field-extraction.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/scripting-field-extraction.html --- diff --git a/explore-analyze/scripting/scripts-search-speed.md b/explore-analyze/scripting/scripts-search-speed.md index 0680ed44a5..2ceab35c00 100644 --- a/explore-analyze/scripting/scripts-search-speed.md +++ b/explore-analyze/scripting/scripts-search-speed.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/scripts-and-search-speed.html --- diff --git a/explore-analyze/toc.yml b/explore-analyze/toc.yml index f0da5de044..d23e7db2b4 100644 --- a/explore-analyze/toc.yml +++ b/explore-analyze/toc.yml @@ -249,6 +249,7 @@ toc: - file: discover/show-field-statistics.md - file: discover/run-pattern-analysis-discover.md - file: discover/search-sessions.md + - file: discover/search-sessions2.md - file: discover/try-esql.md - file: dashboards.md children: diff --git a/explore-analyze/transforms.md b/explore-analyze/transforms.md index cf26d282bf..e54e1146b6 100644 --- a/explore-analyze/transforms.md +++ b/explore-analyze/transforms.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/elasticsearch/reference/current/transforms.html - https://www.elastic.co/guide/en/serverless/current/transforms.html diff --git a/explore-analyze/transforms/ecommerce-transforms.md b/explore-analyze/transforms/ecommerce-transforms.md index 155c5409ac..4033aaf593 100644 --- a/explore-analyze/transforms/ecommerce-transforms.md +++ b/explore-analyze/transforms/ecommerce-transforms.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/ecommerce-transforms.html --- diff --git a/explore-analyze/transforms/transform-alerts.md b/explore-analyze/transforms/transform-alerts.md index 33f1d5c574..be3e3c4146 100644 --- a/explore-analyze/transforms/transform-alerts.md +++ b/explore-analyze/transforms/transform-alerts.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-alerts.html --- diff --git a/explore-analyze/transforms/transform-api-quickref.md b/explore-analyze/transforms/transform-api-quickref.md index f1a884b96a..7482cdd3b6 100644 --- a/explore-analyze/transforms/transform-api-quickref.md +++ b/explore-analyze/transforms/transform-api-quickref.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-api-quickref.html --- diff --git a/explore-analyze/transforms/transform-usage.md b/explore-analyze/transforms/transform-usage.md index d9927491d6..3a6841671d 100644 --- a/explore-analyze/transforms/transform-usage.md +++ b/explore-analyze/transforms/transform-usage.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-usage.html --- diff --git a/explore-analyze/visualize.md b/explore-analyze/visualize.md index 6775f0c799..28872dc305 100644 --- a/explore-analyze/visualize.md +++ b/explore-analyze/visualize.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/_panels_and_visualizations.html --- diff --git a/explore-analyze/visualize/canvas.md b/explore-analyze/visualize/canvas.md index 0d8051712e..2c39a3e612 100644 --- a/explore-analyze/visualize/canvas.md +++ b/explore-analyze/visualize/canvas.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/canvas.html --- diff --git a/explore-analyze/visualize/canvas/canvas-function-reference.md b/explore-analyze/visualize/canvas/canvas-function-reference.md index cad8fc3c02..4a0af023d3 100644 --- a/explore-analyze/visualize/canvas/canvas-function-reference.md +++ b/explore-analyze/visualize/canvas/canvas-function-reference.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/canvas-function-reference.html --- diff --git a/explore-analyze/visualize/canvas/canvas-present-workpad.md b/explore-analyze/visualize/canvas/canvas-present-workpad.md index 8c12379cd0..6455c571c3 100644 --- a/explore-analyze/visualize/canvas/canvas-present-workpad.md +++ b/explore-analyze/visualize/canvas/canvas-present-workpad.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/canvas-present-workpad.html --- diff --git a/explore-analyze/visualize/canvas/canvas-tinymath-functions.md b/explore-analyze/visualize/canvas/canvas-tinymath-functions.md index a600847dbe..f3592ea2b2 100644 --- a/explore-analyze/visualize/canvas/canvas-tinymath-functions.md +++ b/explore-analyze/visualize/canvas/canvas-tinymath-functions.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/canvas-tinymath-functions.html --- diff --git a/explore-analyze/visualize/canvas/canvas-tutorial.md b/explore-analyze/visualize/canvas/canvas-tutorial.md index d0a392c11f..cb41257d8d 100644 --- a/explore-analyze/visualize/canvas/canvas-tutorial.md +++ b/explore-analyze/visualize/canvas/canvas-tutorial.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/canvas-tutorial.html --- diff --git a/explore-analyze/visualize/canvas/edit-workpads.md b/explore-analyze/visualize/canvas/edit-workpads.md index 477519523d..7ac2575ec0 100644 --- a/explore-analyze/visualize/canvas/edit-workpads.md +++ b/explore-analyze/visualize/canvas/edit-workpads.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/edit-workpads.html --- diff --git a/explore-analyze/visualize/custom-visualizations-with-vega.md b/explore-analyze/visualize/custom-visualizations-with-vega.md index f7b404d47e..c9454f0156 100644 --- a/explore-analyze/visualize/custom-visualizations-with-vega.md +++ b/explore-analyze/visualize/custom-visualizations-with-vega.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/vega.html --- diff --git a/explore-analyze/visualize/esorql.md b/explore-analyze/visualize/esorql.md index ddf5945bac..40337fc79f 100644 --- a/explore-analyze/visualize/esorql.md +++ b/explore-analyze/visualize/esorql.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/esql-visualizations.html --- diff --git a/explore-analyze/visualize/field-statistics.md b/explore-analyze/visualize/field-statistics.md index 2513d13fd8..59b8fc31af 100644 --- a/explore-analyze/visualize/field-statistics.md +++ b/explore-analyze/visualize/field-statistics.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/field-statistics-dashboard.html --- diff --git a/explore-analyze/visualize/graph.md b/explore-analyze/visualize/graph.md index a2fbdc92cc..70e89f0785 100644 --- a/explore-analyze/visualize/graph.md +++ b/explore-analyze/visualize/graph.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/xpack-graph.html --- diff --git a/explore-analyze/visualize/graph/graph-configuration.md b/explore-analyze/visualize/graph/graph-configuration.md index 07916cb671..9035f1ad8e 100644 --- a/explore-analyze/visualize/graph/graph-configuration.md +++ b/explore-analyze/visualize/graph/graph-configuration.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/graph-configuration.html --- diff --git a/explore-analyze/visualize/image-panels.md b/explore-analyze/visualize/image-panels.md index 8f3f9a3a66..b52ed85b75 100644 --- a/explore-analyze/visualize/image-panels.md +++ b/explore-analyze/visualize/image-panels.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/add-image.html --- diff --git a/explore-analyze/visualize/legacy-editors.md b/explore-analyze/visualize/legacy-editors.md index 5bdd55b85d..3a47cc191e 100644 --- a/explore-analyze/visualize/legacy-editors.md +++ b/explore-analyze/visualize/legacy-editors.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/legacy-editors.html --- diff --git a/explore-analyze/visualize/link-panels.md b/explore-analyze/visualize/link-panels.md index fb4c6ac02b..7fcc9136f5 100644 --- a/explore-analyze/visualize/link-panels.md +++ b/explore-analyze/visualize/link-panels.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/dashboard-links.html --- diff --git a/explore-analyze/visualize/manage-panels.md b/explore-analyze/visualize/manage-panels.md index 2e40c04132..ffb9fbd864 100644 --- a/explore-analyze/visualize/manage-panels.md +++ b/explore-analyze/visualize/manage-panels.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/manage-panels.html --- diff --git a/explore-analyze/visualize/maps.md b/explore-analyze/visualize/maps.md index 2d0f51e3e4..e3c6572f90 100644 --- a/explore-analyze/visualize/maps.md +++ b/explore-analyze/visualize/maps.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_urls: - https://www.elastic.co/guide/en/kibana/current/maps.html - https://www.elastic.co/guide/en/serverless/current/maps.html diff --git a/explore-analyze/visualize/maps/asset-tracking-tutorial.md b/explore-analyze/visualize/maps/asset-tracking-tutorial.md index 168d82a385..33af467dec 100644 --- a/explore-analyze/visualize/maps/asset-tracking-tutorial.md +++ b/explore-analyze/visualize/maps/asset-tracking-tutorial.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/asset-tracking-tutorial.html --- diff --git a/explore-analyze/visualize/maps/heatmap-layer.md b/explore-analyze/visualize/maps/heatmap-layer.md index 2ae090df56..7ee057fa9f 100644 --- a/explore-analyze/visualize/maps/heatmap-layer.md +++ b/explore-analyze/visualize/maps/heatmap-layer.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/heatmap-layer.html --- diff --git a/explore-analyze/visualize/maps/import-geospatial-data.md b/explore-analyze/visualize/maps/import-geospatial-data.md index 5040c5416f..3aa4271e98 100644 --- a/explore-analyze/visualize/maps/import-geospatial-data.md +++ b/explore-analyze/visualize/maps/import-geospatial-data.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/import-geospatial-data.html --- diff --git a/explore-analyze/visualize/maps/indexing-geojson-data-tutorial.md b/explore-analyze/visualize/maps/indexing-geojson-data-tutorial.md index 69c4dd872e..7e3aa081db 100644 --- a/explore-analyze/visualize/maps/indexing-geojson-data-tutorial.md +++ b/explore-analyze/visualize/maps/indexing-geojson-data-tutorial.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/indexing-geojson-data-tutorial.html --- diff --git a/explore-analyze/visualize/maps/maps-clean-data.md b/explore-analyze/visualize/maps/maps-clean-data.md index e19eab2603..88dfe1836f 100644 --- a/explore-analyze/visualize/maps/maps-clean-data.md +++ b/explore-analyze/visualize/maps/maps-clean-data.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-clean-your-data.html --- diff --git a/explore-analyze/visualize/maps/maps-connect-to-ems.md b/explore-analyze/visualize/maps/maps-connect-to-ems.md index 8617d56c74..fdc1501d04 100644 --- a/explore-analyze/visualize/maps/maps-connect-to-ems.md +++ b/explore-analyze/visualize/maps/maps-connect-to-ems.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-connect-to-ems.html --- diff --git a/explore-analyze/visualize/maps/maps-create-filter-from-map.md b/explore-analyze/visualize/maps/maps-create-filter-from-map.md index de733d14ec..c3fac19c3b 100644 --- a/explore-analyze/visualize/maps/maps-create-filter-from-map.md +++ b/explore-analyze/visualize/maps/maps-create-filter-from-map.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-create-filter-from-map.html --- diff --git a/explore-analyze/visualize/maps/maps-getting-started.md b/explore-analyze/visualize/maps/maps-getting-started.md index e9248e8051..304face53c 100644 --- a/explore-analyze/visualize/maps/maps-getting-started.md +++ b/explore-analyze/visualize/maps/maps-getting-started.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-getting-started.html --- diff --git a/explore-analyze/visualize/maps/maps-grid-aggregation.md b/explore-analyze/visualize/maps/maps-grid-aggregation.md index adc3150d94..e27b6e7542 100644 --- a/explore-analyze/visualize/maps/maps-grid-aggregation.md +++ b/explore-analyze/visualize/maps/maps-grid-aggregation.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-grid-aggregation.html --- diff --git a/explore-analyze/visualize/maps/maps-layer-based-filtering.md b/explore-analyze/visualize/maps/maps-layer-based-filtering.md index bdd6a4bcbd..1cf9b43d5a 100644 --- a/explore-analyze/visualize/maps/maps-layer-based-filtering.md +++ b/explore-analyze/visualize/maps/maps-layer-based-filtering.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-layer-based-filtering.html --- diff --git a/explore-analyze/visualize/maps/maps-search-across-multiple-indices.md b/explore-analyze/visualize/maps/maps-search-across-multiple-indices.md index 03255f8df1..07fc47b55d 100644 --- a/explore-analyze/visualize/maps/maps-search-across-multiple-indices.md +++ b/explore-analyze/visualize/maps/maps-search-across-multiple-indices.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-search-across-multiple-indices.html --- diff --git a/explore-analyze/visualize/maps/maps-search.md b/explore-analyze/visualize/maps/maps-search.md index bf872fcf19..6036a9c85d 100644 --- a/explore-analyze/visualize/maps/maps-search.md +++ b/explore-analyze/visualize/maps/maps-search.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-search.html --- diff --git a/explore-analyze/visualize/maps/maps-settings.md b/explore-analyze/visualize/maps/maps-settings.md index 3b955e969f..2f8b4d1262 100644 --- a/explore-analyze/visualize/maps/maps-settings.md +++ b/explore-analyze/visualize/maps/maps-settings.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-settings.html --- diff --git a/explore-analyze/visualize/maps/maps-top-hits-aggregation.md b/explore-analyze/visualize/maps/maps-top-hits-aggregation.md index f211895b38..7b5da5fe6f 100644 --- a/explore-analyze/visualize/maps/maps-top-hits-aggregation.md +++ b/explore-analyze/visualize/maps/maps-top-hits-aggregation.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-top-hits-aggregation.html --- diff --git a/explore-analyze/visualize/maps/maps-vector-style-properties.md b/explore-analyze/visualize/maps/maps-vector-style-properties.md index ff75ee2c40..6c57b05528 100644 --- a/explore-analyze/visualize/maps/maps-vector-style-properties.md +++ b/explore-analyze/visualize/maps/maps-vector-style-properties.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/maps-vector-style-properties.html --- diff --git a/explore-analyze/visualize/maps/point-to-point.md b/explore-analyze/visualize/maps/point-to-point.md index 369dc96072..7ccf65c50d 100644 --- a/explore-analyze/visualize/maps/point-to-point.md +++ b/explore-analyze/visualize/maps/point-to-point.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/point-to-point.html --- diff --git a/explore-analyze/visualize/maps/reverse-geocoding-tutorial.md b/explore-analyze/visualize/maps/reverse-geocoding-tutorial.md index 6d7dfac373..8d922cc3f4 100644 --- a/explore-analyze/visualize/maps/reverse-geocoding-tutorial.md +++ b/explore-analyze/visualize/maps/reverse-geocoding-tutorial.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/reverse-geocoding-tutorial.html --- diff --git a/explore-analyze/visualize/maps/terms-join.md b/explore-analyze/visualize/maps/terms-join.md index 55e5b80b38..6c10e1c7f1 100644 --- a/explore-analyze/visualize/maps/terms-join.md +++ b/explore-analyze/visualize/maps/terms-join.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/terms-join.html --- diff --git a/explore-analyze/visualize/maps/tile-layer.md b/explore-analyze/visualize/maps/tile-layer.md index c5fe08f1d9..399b9ee38c 100644 --- a/explore-analyze/visualize/maps/tile-layer.md +++ b/explore-analyze/visualize/maps/tile-layer.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/tile-layer.html --- diff --git a/explore-analyze/visualize/maps/vector-layer.md b/explore-analyze/visualize/maps/vector-layer.md index a3e5c961ea..5fa6c85d32 100644 --- a/explore-analyze/visualize/maps/vector-layer.md +++ b/explore-analyze/visualize/maps/vector-layer.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/vector-layer.html --- diff --git a/explore-analyze/visualize/maps/vector-style.md b/explore-analyze/visualize/maps/vector-style.md index ffa6a27703..01e8ddbef1 100644 --- a/explore-analyze/visualize/maps/vector-style.md +++ b/explore-analyze/visualize/maps/vector-style.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/vector-style.html --- diff --git a/explore-analyze/visualize/maps/vector-tooltip.md b/explore-analyze/visualize/maps/vector-tooltip.md index f0628a6e6e..0623227913 100644 --- a/explore-analyze/visualize/maps/vector-tooltip.md +++ b/explore-analyze/visualize/maps/vector-tooltip.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/vector-tooltip.html --- diff --git a/explore-analyze/visualize/supported-chart-types.md b/explore-analyze/visualize/supported-chart-types.md index 37298b5c40..0c8edba2f5 100644 --- a/explore-analyze/visualize/supported-chart-types.md +++ b/explore-analyze/visualize/supported-chart-types.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/chart-types.html --- diff --git a/explore-analyze/visualize/text-panels.md b/explore-analyze/visualize/text-panels.md index c11620ceb0..7cd311acc8 100644 --- a/explore-analyze/visualize/text-panels.md +++ b/explore-analyze/visualize/text-panels.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/kibana/current/add-text.html --- diff --git a/explore-analyze/visualize/visualize-library.md b/explore-analyze/visualize/visualize-library.md index c2bfd74b71..66d7c7a902 100644 --- a/explore-analyze/visualize/visualize-library.md +++ b/explore-analyze/visualize/visualize-library.md @@ -1,4 +1,7 @@ --- +applies: + stack: ga 9.0 + serverless: mapped_pages: - https://www.elastic.co/guide/en/serverless/current/visualize-library.html ---