Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.11] Enhance plugin documentation (#146678) #172104

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/developer/plugin-list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ Elastic.
|This plugin allows for other plugins to add data to Kibana stack monitoring documents.


|{kib-repo}blob/{branch}/x-pack/plugins/notifications/README.md[notifications]
|{kib-repo}blob/{branch}/x-pack/plugins/notifications/README.mdx[notifications]
|The Notifications plugin provides a set of services to help Solutions and plugins send notifications to users.


Expand Down
3 changes: 1 addition & 2 deletions docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,7 @@ run {kib} in different modes. Valid options are `background_tasks` and `ui`,
or `*` to select all roles. *Default: `*`*

`notifications.connectors.default.email`::
Specifies the name of the connector that is used to send email notifications.
In {ecloud}, the default value is `elastic-cloud-email`.
Choose the default email connector for user notifications. As of `8.6.0`, {kib} is shipping with a new notification mechanism that will send email notifications for various user actions, e.g. assigning a _Case_ to a user. To enable notifications, an email connector must be <<pre-configured-connectors,preconfigured>> in the system via `kibana.yml`, and the notifications plugin must be configured to point to the ID of that connector.

[[path-data]] `path.data`::
The path where {kib} stores persistent data
Expand Down
3 changes: 3 additions & 0 deletions nav-kibana-dev.docnav.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@
{
"id": "kibNewsfeedPluginApi"
},
{
"id": "kibNotificationsPluginApi"
},
{
"id": "kibObservabilityPluginApi"
},
Expand Down
Loading