Skip to content

Commit 39c34e6

Browse files
authored
Merge branch 'main' into cloud-tip
2 parents ac82cea + 6ba03c4 commit 39c34e6

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

explore-analyze/discover/discover-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ To manage and organize your tabs, you can:
334334
:::{tip}
335335
If you want to discard all open tabs, you can also start a {icon}`plus` **New session** from the toolbar. When you use this option, any unsaved changes to your current session are lost.
336336
:::
337-
- Reopen recently closed tabs: If you close a tab by mistake, you can retrieve it by selecting the {icon}`boxes_vertical` **Tabs bar menu** icon located at the end of the tab bar.
337+
- Reopen recently closed tabs: If you close a tab by mistake, you can retrieve it by selecting the {icon}`boxes_vertical` **Tabs menu** icon located at the end of the tab bar.
338338

339339
To keep all of your tabs for later, you can [Save your Discover session](#save-discover-search). All currently open tabs are saved within the session and will be there when you open it again.
340340

solutions/observability/synthetics/cli.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,13 @@ If the journey contains external NPM packages other than the `@elastic/synthetic
180180

181181
This can also be set in the configuration file using [the `monitor.fields` option](/solutions/observability/synthetics/configure-projects.md#synthetics-configuration-monitor). The value defined via the CLI will take precedence.
182182

183+
`--maintenance-windows Array<string>`
184+
: A list of maintenance window IDs used to associate every monitor with one or more [maintenance windows](/explore-analyze/alerts-cases/alerts/maintenance-windows.md). This argument accepts a variable number of values as shown in the example.
185+
186+
Example: `--maintenance-windows "maintenance-window-ID-1" "maintenance-window-ID-2`
187+
188+
This can also be set in the configuration file using [the `monitor.fields` option](/solutions/observability/synthetics/configure-projects.md#synthetics-configuration-monitor). The value defined via the CLI will take precedence.
189+
183190
`--yes`
184191
: The `push` command includes interactive prompts to prevent you from accidentally deleting or duplicating monitors. If running the CLI non-interactively, you can override these prompts using the `--yes` option. When the `--yes` option is passed to `push`:
185192

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,19 @@ $$$monitor-namespace$$$
377377
namespace: custom-namespace
378378
```
379379

380+
$$$monitor-maintenanceWindows$$$
381+
382+
**`maintenance_windows`**
383+
: Type: [string](/solutions/observability/synthetics/configure-lightweight-monitors.md#synthetics-lightweight-data-string)
384+
385+
A list of maintenance window IDs used to associate this monitor with one or more [maintenance windows](/explore-analyze/alerts-cases/alerts/maintenance-windows.md).
386+
387+
**Examples**:
388+
389+
```yaml
390+
maintenance_windows: ["maintenance-window-ID-1", "maintenance-window-ID-2"]
391+
```
392+
380393
### HTTP options [synthetics-lightweight-http]
381394

382395
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@ For information on configuring monitors individually, refer to:
295295
* [Configure individual browser monitors](/solutions/observability/synthetics/configure-individual-browser-monitors.md) for browser monitors
296296
* [Configure lightweight monitors](/solutions/observability/synthetics/configure-lightweight-monitors.md) for lightweight monitors
297297

298+
`maintenanceWindows` (`Array<string>`)
299+
: A list of maintenance window IDs used to associate this monitor with one or more [maintenance windows](/explore-analyze/alerts-cases/alerts/maintenance-windows.md).
300+
298301
## `proxy` [synthetics-configuration-proxy]
299302

300303
`uri` (`string`)

solutions/observability/synthetics/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can monitor the status of network endpoints using the following lightweight
3535
| --- | --- |
3636
| **HTTP monitor** | Monitor your website. The HTTP monitor checks to make sure specific endpoints return the correctstatus code and display the correct text. |
3737
| **ICMP monitor** | Check the availability of your hosts. The ICMP monitor uses ICMP (v4 and v6) EchoRequests to check the network reachability of the hosts you are pinging. This will tell you whether thehost is available and connected to the network, but doesn’t tell you if a service on the host is running ornot. |
38-
| **TCP monitor** | Monitor the services running on your hosts. The TCP monitor checks individual portsto make sure the service is accessible and running. |
38+
| **TCP monitor** | Monitor the services running on your hosts. The TCP monitor checks individual ports to make sure the service is accessible and running. |
3939

4040
To set up your first monitor, refer to [Get started](/solutions/observability/synthetics/get-started.md).
4141

@@ -49,4 +49,4 @@ You can run an automated Synthetics project on a real Chromium browser and view
4949

5050
Alerting helps you detect degraded performance or broken actions before your users do. By receiving alerts early, you can fix issues before they impact your bottom line or customer experience.
5151

52-
To set up your first monitor, refer to [Get started](/solutions/observability/synthetics/get-started.md).
52+
To set up your first monitor, refer to [Get started](/solutions/observability/synthetics/get-started.md).

0 commit comments

Comments
 (0)