kibana/packages/serverless/settings/common
Luke Elmers b6287708f6
Adds AGPL 3.0 license (#192025)
Updates files outside of x-pack to be triple-licensed under Elastic
License 2.0, AGPL 3.0, or SSPL 1.0.
2024-09-06 19:02:41 -06:00
..
index.ts Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kibana.jsonc Rename Management team name in codeowners file (#178626) 2024-03-18 15:46:31 +00:00
package.json Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
README.mdx
tsconfig.json

---
id: serverless/packages/settings/common
slug: /serverless/packages/settings/common
title: Serverless Common Advanced Settings
description: A package of common settings for all Serverless projects.
tags: ['serverless', 'package']
date: 2023-08-24
---

This package contains a list of UI settings that are available in all Serverless projects in the Advanced settings app.
This list is consumed by the `serverless` plugin, which merges it with any serverless project-specific settings that 
have been set up, and sends it to the uiSettings service to set an allowlist for the settings.

If you need to register a setting that should be available in all serverless projects, make sure to add its Id to this list.