Skip to content
Merged
Changes from 2 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: preview 9.1, ga 9.3
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.
Comment thread
nastasha-solomon marked this conversation as resolved.
Outdated

To stop a scheduled report, you can take the following actions from the **Schedules** tab on the **Reporting** page:
### Manage scheduled reports [manage-scheduled-reports]
Comment thread
nastasha-solomon marked this conversation as resolved.
Outdated

- **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 scheduled report, you can take the following actions from the **Schedules** tab on the **Reporting** page:
Comment thread
nastasha-solomon marked this conversation as resolved.
Outdated

::::{applies-switch}

:::{applies-item} { stack: ga 9.3, serverless: ga}
- **Disable schedule**: Disabling a schedule allows you to keep a record of it on the **Reporting** page, but permanently turns the schedule off. To restart a disabled schedule, select **Enable schedule**.

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**: Allows you to turn a disabled schedule back on.
- **Edit schedule config**: Allows you to modify an existing schedule.
- **Delete schedule**: Deleting a schedule permanently stops it and removes the schedule's record from the **Reporting** page. You can't recover a deleted schedule.
:::

:::{applies-item} stack: preview 9.1
- **Disable schedule**: Disabling a schedule allows you to keep a record of it on the **Reporting** page, but permanently turns the schedule off. You cannot restart a disabled schedule. You must create a new one.
:::

::::

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

Expand Down
Loading