rename to exact name for monitor type: document-level monitor

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

View File

@ -508,11 +508,11 @@ POST _plugins/_alerting/monitors
}
}
```
## Create a per document monitor
## Create a document-level monitor
Introduced 2.0
{: .label .label-purple }
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 create a document-level monitor programmatically that functions the same as a per document monitor in the OpenSearch Dashboards. The document-level monitor runs a query that checks whether or not the results should trigger an alert notification based on individual documents within an index.
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.