Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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. Overrides the default value, 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.
Expand Down
9 changes: 9 additions & 0 deletions solutions/observability/synthetics/configure-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,15 @@ $$$synthetics-configuration-monitor-tags$$$ `tags` (`Array<string>`)
}
```

`namespace` (`string`)
: Assign the monitor to a specific datastream namespace. Overrides the default value, 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
Expand Down