Skip to content

Commit

Permalink
[Alerting] change server log action type .log to .server-log in README (
Browse files Browse the repository at this point in the history
elastic#64124)

The README for actions referenced the server log action type as having an id
of `.log`, but it's actually `.server-log`.
  • Loading branch information
pmuellr committed Apr 24, 2020
1 parent 80274a0 commit 8b9bd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 8b9bd10

Please sign in to comment.