Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Sustainable Kibana Architecture: Move modules owned by @elastic/fleet (#202422) #205145

Merged
merged 5 commits into from
Dec 24, 2024

Conversation

pgayvallet
Copy link
Contributor

Backport

This will backport the following commits from main to 8.x:

Questions ?

Please refer to the Backport tool documentation

…t` (elastic#202422)

## Summary

This PR aims at relocating some of the Kibana modules (plugins and
packages) into a new folder structure, according to the _Sustainable
Kibana Architecture_ initiative.

> [!IMPORTANT]
> * We kindly ask you to:
> * Manually fix the errors in the error section below (if there are
any).
> * Search for the `packages[\/\\]` and `plugins[\/\\]` patterns in the
source code (Babel and Eslint config files), and update them
appropriately.
> * Manually review
`.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that
any CI pipeline customizations continue to be correctly applied after
the changed path names
> * Review all of the updated files, specially the `.ts` and `.js` files
listed in the sections below, as some of them contain relative paths
that have been updated.
> * Think of potential impact of the move, including tooling and
configuration files that can be pointing to the relocated modules. E.g.:
>     * customised eslint rules
>     * docs pointing to source code

> [!NOTE]
> * This PR has been auto-generated.
> * Any manual contributions will be lost if the 'relocate' script is
re-run.
> * Try to obtain the missing reviews / approvals before applying manual
fixes, and/or keep your changes in a .patch / git stash.
> * Please use
[#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E)
Slack channel for feedback.

Are you trying to rebase this PR to solve merge conflicts? Please follow
the steps describe
[here](https://elastic.slack.com/archives/C07TCKTA22E/p1734019532879269?thread_ts=1734019339.935419&cid=C07TCKTA22E).

#### 2 plugin(s) are going to be relocated:

| Id | Target folder |
| -- | ------------- |
| `@kbn/custom-integrations-plugin` |
`src/platform/plugins/shared/custom_integrations` |
| `@kbn/fleet-plugin` | `x-pack/platform/plugins/shared/fleet` |

#### 1 packages(s) are going to be relocated:

| Id | Target folder |
| -- | ------------- |
| `@kbn/deeplinks-fleet` |
`src/platform/packages/shared/deeplinks/fleet` |

<details open>
<summary>Script errors</summary>

```
Cannot replace multiple occurrences of "../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/cypress/README.md:122
Cannot replace multiple occurrences of "../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/cypress/README.md:128
Cannot replace multiple occurrences of "../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:12
Cannot replace multiple occurrences of "../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:12
Cannot replace multiple occurrences of "../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:8
Cannot replace multiple occurrences of "../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:8
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/cypress/README.md:122
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/cypress/README.md:128
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16
Cannot replace multiple occurrences of "../../.." in the same line, please fix manually:	/Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16
```

</details><details >
<summary>Updated relative paths</summary>

```
src/platform/packages/shared/deeplinks/fleet/jest.config.js:12
src/platform/packages/shared/deeplinks/fleet/tsconfig.json:2
src/platform/packages/shared/deeplinks/fleet/tsconfig.type_check.json:2
src/platform/plugins/shared/custom_integrations/jest.config.js:12
src/platform/plugins/shared/custom_integrations/tsconfig.json:2
src/platform/plugins/shared/custom_integrations/tsconfig.json:7
src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:2
src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:20
src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:26
src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:29
src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:32
src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:35
src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:38
src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:41
src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:9
x-pack/platform/plugins/shared/fleet/cypress.config.js:22
x-pack/platform/plugins/shared/fleet/cypress.config.js:25
x-pack/platform/plugins/shared/fleet/cypress.config.space_awareness.ts:26
x-pack/platform/plugins/shared/fleet/cypress.config.space_awareness.ts:29
x-pack/platform/plugins/shared/fleet/cypress.config.ts:25
x-pack/platform/plugins/shared/fleet/cypress.config.ts:28
x-pack/platform/plugins/shared/fleet/cypress/README.md:122
x-pack/platform/plugins/shared/fleet/cypress/README.md:128
x-pack/platform/plugins/shared/fleet/cypress/reporter_config.json:6
x-pack/platform/plugins/shared/fleet/cypress/reporter_config.json:8
x-pack/platform/plugins/shared/fleet/cypress/tasks/login.ts:21
x-pack/platform/plugins/shared/fleet/cypress/tsconfig.json:2
x-pack/platform/plugins/shared/fleet/cypress/tsconfig.json:7
x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:2
x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:25
x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:28
x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:31
x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:37
x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:40
x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:7
x-pack/platform/plugins/shared/fleet/jest.config.js:10
x-pack/platform/plugins/shared/fleet/jest.integration.config.js:10
x-pack/platform/plugins/shared/fleet/package.json:11
x-pack/platform/plugins/shared/fleet/package.json:12
x-pack/platform/plugins/shared/fleet/package.json:15
x-pack/platform/plugins/shared/fleet/package.json:16
x-pack/platform/plugins/shared/fleet/package.json:8
x-pack/platform/plugins/shared/fleet/scripts/create_agent_policies/index.js:8
x-pack/platform/plugins/shared/fleet/scripts/create_agents/index.js:8
x-pack/platform/plugins/shared/fleet/scripts/get_all_packages/index.js:8
x-pack/platform/plugins/shared/fleet/scripts/install_all_packages/index.js:8
x-pack/platform/plugins/shared/fleet/scripts/verify_test_packages/index.js:8
x-pack/platform/plugins/shared/fleet/scripts/verify_test_packages/verify_test_packages.ts:25
x-pack/platform/plugins/shared/fleet/scripts/verify_test_packages/verify_test_packages.ts:26
x-pack/platform/plugins/shared/fleet/scripts/verify_test_packages/verify_test_packages.ts:27
x-pack/platform/plugins/shared/fleet/tsconfig.json:2
x-pack/platform/plugins/shared/fleet/tsconfig.json:22
x-pack/platform/plugins/shared/fleet/tsconfig.json:26
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:102
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:105
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:111
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:114
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:120
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:123
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:126
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:129
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:132
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:135
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:144
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:147
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:150
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:153
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:156
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:159
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:162
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:165
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:168
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:171
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:174
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:177
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:180
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:183
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:186
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:189
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:192
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:195
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:198
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:2
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:201
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:204
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:207
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:210
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:213
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:216
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:219
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:222
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:225
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:228
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:23
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:231
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:234
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:237
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:240
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:243
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:246
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:249
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:252
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:255
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:261
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:264
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:27
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:270
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:273
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:276
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:279
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:30
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:36
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:42
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:45
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:57
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:60
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:63
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:66
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:72
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:75
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:78
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:81
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:84
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:87
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:90
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:93
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:96
x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:99
```

</details>

---------

Co-authored-by: pgayvallet <[email protected]>
Co-authored-by: Nicolas Chaulet <[email protected]>
Co-authored-by: kibanamachine <[email protected]>
(cherry picked from commit fce686b)

# Conflicts:
#	.github/CODEOWNERS
#	.i18nrc.json
#	package.json
#	packages/kbn-babel-preset/styled_components_files.js
#	src/dev/storybook/aliases.ts
#	tsconfig.base.json
#	x-pack/.i18nrc.json
#	x-pack/platform/plugins/shared/fleet/common/openapi/README.md
#	x-pack/platform/plugins/shared/fleet/common/openapi/bundled.json
#	x-pack/platform/plugins/shared/fleet/common/openapi/bundled.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/README.md
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/headers/kbn_xsrf.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/parameters/format.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/parameters/kuery.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/parameters/page_index.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/parameters/page_size.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/parameters/show_inactive.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/parameters/show_upgradeable.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/parameters/sort_field.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/parameters/sort_order.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/parameters/with_metrics.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/responses/error.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_action.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_component.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_component_status.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_component_unit.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_component_unit_type.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_diagnostics.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_get_by_actions.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_metadata.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_policy.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_policy_create_request.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_policy_full.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_policy_update_request.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_status.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/agent_type.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/bulk_install_packages_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/bulk_upgrade_agents.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/data_stream.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/download_sources.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/elasticsearch_asset_type.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/enrollment_api_key.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/fleet_server_host.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/fleet_settings_enrollment_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/fleet_settings_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/fleet_setup_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/fleet_status_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/full_agent_policy.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/full_agent_policy_input.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/full_agent_policy_input_stream.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/full_agent_policy_output.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/full_agent_policy_output_permissions.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/get_agent_tags_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/get_agents_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/get_bulk_assets_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/get_categories_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/get_packages_response.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/install_result.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/installation_info.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/kibana_saved_object_type.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/new_package_policy.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/output_create_request.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/output_create_request_elasticsearch.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/output_create_request_kafka.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/output_create_request_logstash.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/output_create_request_remote_elasticsearch.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/output_update_request.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/output_update_request_elasticsearch.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/output_update_request_kafka.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/output_update_request_logstash.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/package_info.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/package_policy.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/package_policy_request.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/package_usage_stats.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/proxies.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/saved_object_type.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/search_result.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/settings.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/update_package_policy.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/upgrade_agent.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/upgrade_agent_diff.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/upgrade_diff.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/components/schemas/upgrade_managed_package_policies.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/entrypoint.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/README.md
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_download_sources.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_download_sources@{source_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_policies.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_policies@_bulk_get.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/[email protected]
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_policies@{agent_policy_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_policies@{agent_policy_id}@copy.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_policies@{agent_policy_id}@download.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_policies@{agent_policy_id}@full.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_status.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/[email protected]
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_status_deprecated.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agent_tags.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@action_status.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@actions@{action_id}@cancel.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@bulk_reassign.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@bulk_request_diagnostics.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@bulk_unenroll.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@bulk_update_tags.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@bulk_upgrade.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@current_upgrades.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@files@{file_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@files@{file_id}@{file_name}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/[email protected]
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@{agent_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@{agent_id}@actions.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@{agent_id}@reassign.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@{agent_id}@request_diagnostics.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@{agent_id}@unenroll.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@{agent_id}@upgrade.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/agents@{agent_id}@uploads.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/data_streams.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/enrollment_api_keys.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/enrollment_api_keys@{key_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/enrollment_api_keys@{key_id}_deprecated.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/enrollment_api_keys_deprecated.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@bulk_assets.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/[email protected]
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@get_file.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@limited_list.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/[email protected]
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@packages@{pkg_name}@stats.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@packages@{pkg_name}@{pkg_version}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@packages@{pkg_name}@{pkg_version}@Transforms@authorize.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@packages@{pkgkey}_deprecated.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@packages_bulk.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@templates@{pkg_name}@{pkg_version}@inputs.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/epm@verification_key_id.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/fleet_server_hosts.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/fleet_server_hosts@{item_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/health_check.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/kubernetes.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/logstash_api_keys.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/output_health@{output_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/outputs.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/outputs@{output_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/package_policies.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/package_policies@_bulk_get.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/[email protected]
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/[email protected]
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/package_policies@upgrade_dryrun.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/package_policies@{package_policy_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/proxies.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/proxies@{item_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/service_tokens.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/service_tokens_deprecated.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/settings.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/settings_enrollment.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/setup.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/uninstall_tokens.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/paths/uninstall_tokens@{uninstall_token_id}.yaml
#	x-pack/platform/plugins/shared/fleet/common/openapi/validate_docs.test.ts
#	x-pack/platform/plugins/shared/fleet/common/services/route.test.ts
#	x-pack/platform/plugins/shared/fleet/cypress/tsconfig.json
#	x-pack/platform/plugins/shared/fleet/dev_docs/local_setup/agentless.md
#	x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_list_page/components/agent_policy_outputs_summary.test.tsx
#	x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/agent_list_page/components/agent_policy_outputs_summary.tsx
#	x-pack/platform/plugins/shared/fleet/public/applications/fleet/sections/agents/components/donut_chart.tsx
#	x-pack/platform/plugins/shared/fleet/server/constants/max_concurrency_constants.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/agent/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/agent_policy/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/app/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/data_streams/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/download_source/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/download_source/index.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/download_source/index.tsx
#	x-pack/platform/plugins/shared/fleet/server/routes/enrollment_api_key/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/epm/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/fleet_proxies/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/fleet_server_hosts/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/health_check/handler.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/output/index.test.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/schema/errors.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/schema/utils.ts
#	x-pack/platform/plugins/shared/fleet/server/routes/settings/settings_handler.test.ts
#	x-pack/platform/plugins/shared/fleet/server/saved_objects/bump_agent_policies.md
#	x-pack/platform/plugins/shared/fleet/server/saved_objects/model_versions/outputs.ts
#	x-pack/platform/plugins/shared/fleet/server/services/epm/airgapped.ts
#	x-pack/platform/plugins/shared/fleet/server/types/rest_spec/agent_policy.test.ts
#	x-pack/platform/plugins/shared/fleet/server/types/rest_spec/app.ts
#	x-pack/plugins/fleet/package.json
#	x-pack/plugins/fleet/server/routes/schema/utils.ts
#	x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json
Copy link
Contributor

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@pgayvallet pgayvallet merged commit 1672b33 into elastic:8.x Dec 24, 2024
9 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants