Skip to content

Commit eeba5a4

Browse files
moved info in reqs
1 parent e6eb734 commit eeba5a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

explore-analyze/report-and-share/automating-report-generation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ Save time by setting up a recurring task that automatically generates reports an
187187

188188
1. Open your `kibana.yml` file.
189189
2. Add the `xpack.actions.preconfigured` {{kib}} setting. This setting specifies configuration details for the preconfigured connector that you're defining.
190-
2. Under the `xpack.actions.preconfigured setting`, define the email connector. You must define these details in the `kibana.yml` file. You cannot create a preconfigured email connector from the {{kib}} UI.
190+
2. Under the `xpack.actions.preconfigured` setting, define the email connector. Refer to [Email connectors](kibana://reference/connectors-kibana/pre-configured-connectors.md#preconfigured-email-configuration) to learn about requirements for different email services and providers.
191191

192-
:::{tip}
193-
Refer to [Email connectors](kibana://reference/connectors-kibana/pre-configured-connectors.md#preconfigured-email-configuration) to learn about requirements for different email services and providers.
192+
:::{note}
193+
You must define preconfigured email connector details in the `kibana.yml` file. You cannot create a preconfigured email connector from the {{kib}} UI.
194194
:::
195195

196-
3. Add the `notifications.connectors.default.email` {{kib}} setting, and provide the name of your email connector. This setting specifies the default email connector to use when sending notifications. This is especially useful if you have multiple email connectors and want to specify a default one.
197-
198-
The following example shows a `kibana.yml` file with a preconfigured email connector set as the default connector for email notifications:
196+
3. Add the `notifications.connectors.default.email` {{kib}} setting, and provide the name of your email connector. The `notifications.connectors.default.email` setting specifies the default email connector to use when sending notifications. This is especially useful if you have multiple email connectors and want to set a default one.
197+
198+
The following example shows a modified `kibana.yml` file with a preconfigured email connector that's set as the default connector for email notifications:
199199

200200
```
201201
xpack.actions.preconfigured:

0 commit comments

Comments
 (0)