Skip to content

Commit

Permalink
PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Feb 28, 2021
1 parent 99ecd2b commit 2fa86f7
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 4 additions & 0 deletions docs/user/alerting/action-types/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Index actions have the following properties.

Document:: The document to index in JSON format.

[float]
[[index-action-example]]
==== Example

Example of the index document for Index Threshold alert:

[source,text]
Expand Down
2 changes: 1 addition & 1 deletion docs/user/alerting/action-types/jira.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ ID:: The ID of the issue in Jira.
The `getFields` subaction has no parameters. Provide an empty object `{}`.

[[configuring-jira]]
==== Configuring and testing Jira
==== Configure Jira

Jira offers free https://www.atlassian.com/software/jira/free[Instances], which you can use to test incidents.
2 changes: 1 addition & 1 deletion docs/user/alerting/action-types/resilient.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ The `incidentTypes` subaction has no parameters. Provide an empty object `{}`.
The `severity` subaction has no parameters. Provide an empty object `{}`.

[[configuring-resilient]]
==== Configuring and testing IBM Resilient
==== Configure IBM Resilient

IBM Resilient offers https://www.ibm.com/security/intelligent-orchestration/resilient[Instances], which you can use to test incidents.
2 changes: 1 addition & 1 deletion docs/user/alerting/action-types/servicenow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ External ID:: The ID of the incident in ServiceNow.
Fields:: An array of fields. Example: `[priority, category, impact]`.

[[configuring-servicenow]]
==== Configuring and testing ServiceNow
==== Configure ServiceNow

ServiceNow offers free https://developer.servicenow.com/dev.do#!/guides/madrid/now-platform/pdi-guide/obtaining-a-pdi[Personal Developer Instances], which you can use to test incidents.
5 changes: 1 addition & 4 deletions docs/user/alerting/action-types/slack.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ Slack actions have the following properties.
Message:: The message text, converted to the `text` field in the Webhook JSON payload. Currently only the text field is supported. Markdown, images, and other advanced formatting are not yet supported.

[[configuring-slack]]
==== Configuring Slack Accounts

You configure the accounts Slack action type can use to communicate with Slack in the
connector form.
==== Configure a Slack account

You need a https://api.slack.com/incoming-webhooks[Slack webhook URL] to
configure a Slack account. To create a webhook
Expand Down
2 changes: 1 addition & 1 deletion docs/user/alerting/action-types/teams.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Microsoft Teams actions have the following properties.
Message:: The message text, converted to the `text` field in the Webhook JSON payload. Currently only the text field is supported. Markdown, images, and other advanced formatting are not yet supported.

[[configuring-teams]]
==== Configuring Microsoft Teams Accounts
==== Configure a Microsoft Teams account

You need a https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook[Microsoft Teams webhook URL] to
configure a Microsoft Teams action. To create a webhook
Expand Down
5 changes: 2 additions & 3 deletions docs/user/alerting/alert-types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ Kibana provides two types of alerts:
[float]
==== Standard stack alerts

Users require the `all` privilege to access to the *Stack Alerts* feature and create and edit alerts.
See <<kibana-feature-privileges, feature privileges>> for more information.

{kib} provides two stack alerts:

* <<alert-type-index-threshold>>
* <<alert-type-es-query>>

Users require the `all` privilege to access the *Stack Alerts* feature and create and edit alerts.
See <<kibana-feature-privileges, feature privileges>> for more information.

[float]
==== Domain-specific alerts
Expand Down
2 changes: 1 addition & 1 deletion docs/user/alerting/defining-alerts.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ Here's a list of the available global configuration options and an explanation o
*NOTE:* As an alternative to both `xpack.actions.proxyRejectUnauthorizedCertificates` and `xpack.actions.rejectUnauthorized`, the OS level environment variable `NODE_EXTRA_CA_CERTS` can be set to point to a file that contains the root CA(s) needed for certificates to be trusted.

[float]
=== Managing alerts
=== Manage alerts

To modify an alert after it was created, including muting or disabling it, use the <<alert-management, alert listing in the Management UI>>.
Binary file modified docs/user/alerting/images/slack-copy-webhook-url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fa86f7

Please sign in to comment.