diff --git a/solutions/observability/synthetics/configure-lightweight-monitors.md b/solutions/observability/synthetics/configure-lightweight-monitors.md index 0631e64d6c..e7d5f6221a 100644 --- a/solutions/observability/synthetics/configure-lightweight-monitors.md +++ b/solutions/observability/synthetics/configure-lightweight-monitors.md @@ -364,6 +364,19 @@ $$$monitor-fields$$$ fields.team: synthetics ``` +$$$monitor-namespace$$$ + +**`namespace`** +: Type: [string](/solutions/observability/synthetics/configure-lightweight-monitors.md#synthetics-lightweight-data-string) + + Assign the monitor to a specific datastream namespace. Defaults to Kibana's namespace. + + **Examples**: + + ```yaml + namespace: custom-namespace + ``` + ### HTTP options [synthetics-lightweight-http] The options described here configure Synthetics to connect via HTTP and optionally verify that the host returns the expected response. diff --git a/solutions/observability/synthetics/configure-projects.md b/solutions/observability/synthetics/configure-projects.md index 9c24e9e34a..62be638870 100644 --- a/solutions/observability/synthetics/configure-projects.md +++ b/solutions/observability/synthetics/configure-projects.md @@ -281,6 +281,15 @@ $$$synthetics-configuration-monitor-tags$$$ `tags` (`Array`) } ``` +`namespace` (`string`) +: Assign the monitor to a specific datastream namespace. Defaults to Kibana's namespace. + + For example: + + ```js + namespace: 'custom-namespace' + ``` + For information on configuring monitors individually, refer to: * [Configure individual browser monitors](/solutions/observability/synthetics/configure-individual-browser-monitors.md) for browser monitors