Skip to content

Commit

Permalink
docs: updates notifications README (elastic#189930)
Browse files Browse the repository at this point in the history
Notifications must be a required plugin to send emails
  • Loading branch information
TinaHeiligers authored Aug 6, 2024
1 parent 7167096 commit bb97741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/notifications/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ The `start` function exposes the following interface:

To use the exposed plugin start contract:

1. Make sure `notifications` is in your `optionalPlugins` in the `kibana.json` file:
1. Make sure `notifications` is in your `requiredPlugins` in the `kibana.jsonc` file:

```json5
// <plugin>/kibana.json
// <plugin>/kibana.jsonc
{
"id": "...",
"requiredPlugins": ["notifications"]
Expand Down

0 comments on commit bb97741

Please sign in to comment.