kibana/x-pack/plugins/cloud
Tim Sullivan 641983ff8d
Append serverless project ID to Support URL (#171448)
This PR updates the URL to the Elastic Support Portal registered by the
Cloud plugin, to include the configured deployment ID as a querystring
parameter.

1. On serverless deployments, we set the projects unique identifier with
`?serverless_project_id=123ABC`
2. On stateful cloud deployments, we set the deployment's unique
identifier with `?cloud_deployment_id=123ABC`
3. On on-prem deployments functionality shall remain unchanged.

Where this link can be found in the UI:

![image](a00f0dad-5aa2-40ab-9667-746ebe774762)
2023-11-21 18:38:05 -07:00
..
common [cloud plugin] Expose serverless.projectType (#170527) 2023-11-06 09:54:42 -07:00
public Append serverless project ID to Support URL (#171448) 2023-11-21 18:38:05 -07:00
server async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.jsonc [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
README.md Expose projectsUrl and baseUrl on the Cloud's plugin setup and start server-side contracts (#163380) 2023-08-10 09:38:43 -07:00
tsconfig.json Expose decoded cloudId components from the cloud plugin's contract (#159442) 2023-06-13 01:58:31 -07:00

cloud plugin

The cloud plugin adds Cloud-specific features to Kibana.