Skip to content

Commit 8166f9c

Browse files
authored
Merge branch 'main' into remote_clusters_generic_b4_eck
2 parents ae3c491 + 4e85176 commit 8166f9c

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

deploy-manage/users-roles/cluster-or-deployment-auth/kibana-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To provide login instructions to users, use the `xpack.security.loginHelp` setti
3636
::::
3737

3838

39-
If you don’t want a specific provider to show up at the Login Selector UI (e.g. to only support third-party initiated login) you can hide it with `showInSelector` setting set to `false`. However, in this case, the provider is presented in the provider chain and may be consulted during authentication based on its `order`. To disable the provider, use the `enabled` setting.
39+
If you don’t want a specific provider to show up at the Login Selector UI (for example, if you only want to support third-party initiated login) you can hide it with `showInSelector` setting set to `false`. Or, if you only want to show a provider for a specific origin(s), you can use the `origin` setting. However, in both cases the provider is still part of the provider chain and may be used during authentication based on its order. To fully disable a provider, use the `enabled` setting.
4040

4141
::::{tip}
4242
The Login Selector UI can also be disabled or enabled with `xpack.security.authc.selector.enabled` setting.

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)