add per document monitor instead of document-level

Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
alicejw 2022-05-23 17:26:35 -07:00
parent 3785b0f3e0
commit c754ff36b7
1 changed files with 3 additions and 3 deletions

View File

@ -508,13 +508,13 @@ POST _plugins/_alerting/monitors
} }
} }
``` ```
## Create document-level monitor ## Create a per document monitor
Introduced 2.0 Introduced 2.0
{: .label .label-purple } {: .label .label-purple }
Document-level monitors, aka "per document monitors," run the query and check whether or not the results should trigger an alert notification based on individual documents within an index. You can create a per document monitor to run a query and check whether or not the results should trigger an alert notification based on individual documents within an index.
You can combine multiple queries in a document-level monitor by adding a tag to each query, and then setting the trigger condition to that tag. You can combine multiple queries in a per document monitor by adding a tag to each query, and then setting the trigger condition to that tag.
For more information about document-level monitors, see [Monitor types]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors/#monitor-types). For more information about document-level monitors, see [Monitor types]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors/#monitor-types).