[Alerting] change server log action type .log to .server-log in README (#64124)

The README for actions referenced the server log action type as having an id
of `.log`, but it's actually `.server-log`.
This commit is contained in:
Patrick Mueller 2020-04-23 23:09:17 -04:00 committed by GitHub
parent f37185fd8f
commit 59a946394d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,7 +263,7 @@ Kibana ships with a set of built-in action types:
| Type | Id | Description |
| ------------------------- | ------------- | ------------------------------------------------------------------ |
| [Server log](#server-log) | `.log` | Logs messages to the Kibana log using `server.log()` |
| [Server log](#server-log) | `.server-log` | Logs messages to the Kibana log using Kibana's logger |
| [Email](#email) | `.email` | Sends an email using SMTP |
| [Slack](#slack) | `.slack` | Posts a message to a slack channel |
| [Index](#index) | `.index` | Indexes document(s) into Elasticsearch |