Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lisa Cawley <[email protected]>
Co-authored-by: gchaps <[email protected]>
  • Loading branch information
3 people authored Feb 24, 2021
1 parent 633435d commit 01acaa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/user/alerting/alert-types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ For domain-specific alerts, refer to the documentation for that app.

[NOTE]
==============================================
Some alert types are paid commercial features, while others are free.
Some alert types are subscription features, while others are free features.
For a comparison of the Elastic subscription levels,
see https://www.elastic.co/subscriptions[the subscription page].
see {subscriptions}[the subscription page].
==============================================


Expand Down
4 changes: 2 additions & 2 deletions x-pack/plugins/alerts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ For example, if the `context` has one variable `foo` which is an object that has

## Licensing

Currently most of the alerts are licensed as "basic". But some alert types are at least "gold" level, eg tracking containment alert.
Currently most of the alerts are free features. But some alert types are subscription features, such as the tracking containment alert.

## Documentation

You should also create some asciidoc for the new alert type. An entry should be made in the alert type index - [`docs/user/alerting/alert-types.asciidoc`](../../../docs/user/alerting/alert-types.asciidoc) which points to a new document for the alert type that should be in the directory [`docs/user/alerting/alert-types`](../../../docs/user/alerting/alert-types).
You should create documentation for the new alert type. Make an entry in the alert type index [`docs/user/alerting/alert-types.asciidoc`](../../../docs/user/alerting/alert-types.asciidoc) that points to a new document for the alert type that should be in the directory [`docs/user/alerting/alert-types`](../../../docs/user/alerting/alert-types).

## Tests

Expand Down

0 comments on commit 01acaa0

Please sign in to comment.