mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update README for alerting rule type executor (#131186)
* Update README for alerting rule type executor * update 1 Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
f9e93301a7
commit
a2225b287a
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ The following table describes the properties of the `options` object.
|
|||
|
||||
### Executor
|
||||
|
||||
This is the primary function for a rule type. Whenever the rule needs to execute, this function will perform the execution. It receives a variety of parameters. The following table describes the properties the executor receives.
|
||||
This is the primary function for a rule type. Whenever the rule needs to execute, this function will perform the execution. This function is for running a custom query that returns documents meeting a condition and report them to the framework using the `services.alertFactory`. The function receives a variety of parameters. The following table describes the properties the executor receives.
|
||||
|
||||
**executor(options)**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue