File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
solutions/observability/synthetics Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -364,6 +364,19 @@ $$$monitor-fields$$$
364364 fields.team: synthetics
365365 ` ` `
366366
367+ $$$monitor-namespace$$$
368+
369+ **`namespace`**
370+ : Type : [string](/solutions/observability/synthetics/configure-lightweight-monitors.md#synthetics-lightweight-data-string)
371+
372+ Assign the monitor to a specific datastream namespace. Defaults to Kibana's namespace.
373+
374+ **Examples**:
375+
376+ ` ` ` yaml
377+ namespace: custom-namespace
378+ ` ` `
379+
367380# ## HTTP options [synthetics-lightweight-http]
368381
369382The options described here configure Synthetics to connect via HTTP and optionally verify that the host returns the expected response.
Original file line number Diff line number Diff line change @@ -281,6 +281,15 @@ $$$synthetics-configuration-monitor-tags$$$ `tags` (`Array<string>`)
281281 }
282282 ```
283283
284+ ` namespace ` (` string ` )
285+ : Assign the monitor to a specific datastream namespace. Defaults to Kibana's namespace.
286+
287+ For example:
288+
289+ ```js
290+ namespace: 'custom-namespace'
291+ ```
292+
284293For information on configuring monitors individually, refer to:
285294
286295* [ Configure individual browser monitors] ( /solutions/observability/synthetics/configure-individual-browser-monitors.md ) for browser monitors
You can’t perform that action at this time.
0 commit comments