forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Alerting][Docs] Fixed formatting issues for alerting documentation. …
…Added docs about rules statuses. (elastic#103725) * [Alerting][Docs] Fixed formatting issues for alerting documentation. Added docs about rules statuses. * Apply suggestions from code review Co-authored-by: ymao1 <[email protected]> * Apply suggestions from code review Co-authored-by: gchaps <[email protected]> * fixed due to the comments Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: ymao1 <[email protected]> Co-authored-by: gchaps <[email protected]>
- Loading branch information
1 parent
524fe6d
commit bd0f058
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ image::user/alerting/images/teams-connector-test.png[Five clauses define the con | |
|
||
Executing an Email action via https://github.com/pmuellr/kbn-action[kbn-action]. In this example, is using a cloud deployment of the stack: | ||
|
||
[source] | ||
[source, txt] | ||
-------------------------------------------------- | ||
$ npm -g install pmuellr/kbn-action | ||
|
@@ -45,7 +45,7 @@ $ kbn-action ls | |
-------------------------------------------------- | ||
and then execute this: | ||
|
||
[source] | ||
[source, txt] | ||
-------------------------------------------------- | ||
$ kbn-action execute a692dc89-15b9-4a3c-9e47-9fb6872e49ce '{subject: "hallo", message: "hallo!", to:["[email protected]"]}' | ||
{ | ||
|