Skip to content
Merged
Changes from all commits
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 @@ -179,8 +179,8 @@
## Schedule and share reports [schedule-report-generation]

```{applies_to}
stack: preview 9.1
serverless: preview
stack: ga 9.3+, preview 9.1-9.2
serverless: ga
```

Save time by setting up a recurring task that automatically generates reports and shares them on a schedule that you choose.
Expand Down Expand Up @@ -260,12 +260,26 @@

A message appears, indicating that the schedule is available on the **Reporting** page. From the **Reporting** page, click on the **Schedules** tab to view details for the newly-created schedule.

### Stop scheduled reports [stop-scheduled-reports]
{applies_to}`stack: ga 9.3+` From the **Schedules** tab, use the search bar to quickly find schedules.

To stop a scheduled report, you can take the following actions from the **Schedules** tab on the **Reporting** page:
### Manage schedules [manage-report-schedules]

- **Disable schedule**: {applies_to}`stack: ga 9.1+` Disabling a schedule allows you to keep a record of it on the **Reporting** page, but permanently turns the schedule off. To restart the schedule, you must create a new one.
- **Delete schedule**: {applies_to}`stack: ga 9.3+` Deleting a schedule permanently stops it and removes the schedule's record from the **Reporting** page. You can't recover a deleted schedule.
To manage a schedule, you can take the following actions from the **Schedules** tab on the **Reporting** page:

::::{applies-switch}

:::{applies-item} stack: ga 9.3+
- **Disable schedule**: Permanently turn off a schedule but keep a record of it on the **Reporting** page.

Check notice on line 272 in explore-analyze/report-and-share/automating-report-generation.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.WordChoice: Consider using 'deactivate, deselect, hide, turn off' instead of 'Disable', unless the term is in the UI.
- **Enable schedule**: Restart a disabled schedule.
- **Edit schedule config**: Modify an existing schedule.
- **Delete schedule**: Permanently stop a schedule and remove its record from the **Reporting** page. You can't recover a deleted schedule.
:::

:::{applies-item} stack: ga 9.1-9.2
- **Disable schedule**: Permanently turn off a schedule but keep a record of it on the **Reporting** page. To restart the schedule, you must create a new one.
:::

::::

### Scheduled reports limitations [scheduled-reports-limitations]

Expand Down
Loading