Skip to content

Commit 4e85176

Browse files
[Synthetics] Add namespace option docs (#3824)
### Summary Add missing namespace option docs added on elastic/synthetics#1021. --------- Co-authored-by: florent-leborgne <[email protected]>
1 parent 79906b2 commit 4e85176

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

solutions/observability/synthetics/configure-lightweight-monitors.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

369382
The options described here configure Synthetics to connect via HTTP and optionally verify that the host returns the expected response.

solutions/observability/synthetics/configure-projects.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
284293
For information on configuring monitors individually, refer to:
285294

286295
* [Configure individual browser monitors](/solutions/observability/synthetics/configure-individual-browser-monitors.md) for browser monitors

0 commit comments

Comments
 (0)