Update README.asciidoc

Original commit: elastic/x-pack-elasticsearch@ec5c9c23ad
This commit is contained in:
uboness 2015-02-21 13:03:13 +01:00
parent c0c5b3cf6b
commit 48bf4e8a8b

View File

@ -12,7 +12,9 @@ Alert :: a tuple of: *Schedule*, *Condition* and a list of *Action*s, where
(see below), the condition checks whether the alert should be executed and the actions define what happens when the alert
is executed.
Schedule :: defines when and how often should the alert be checked (e.g. every 5 minutes, every
first wednesday of the month at noon, etc..)
first wednesday of the month at noon, etc..)
Input :: defines the source of a payload that can be associated with an alert and is loaded prior to condition check.
The condition can then be checked agaist this data
Condition :: represents a condition based on which a decision is made to execute the alert or not
Action :: defines the actions that are taken when the alert executes