From 48bf4e8a8b96e841c1df70df66966c3ee99766f3 Mon Sep 17 00:00:00 2001 From: uboness Date: Sat, 21 Feb 2015 13:03:13 +0100 Subject: [PATCH] Update README.asciidoc Original commit: elastic/x-pack-elasticsearch@ec5c9c23ad80ca326b8af2e333baae03fde33d60 --- README.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 7c38fd5f520..8367856308f 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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