for additional review updates
Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
parent
26fafde644
commit
4fcbb1dc6b
|
@ -526,7 +526,7 @@ To learn more about per document monitors that function similarly to the documen
|
|||
|
||||
### Search for monitor findings
|
||||
|
||||
You can search the findings index `.opensearch-alerting-finding*` for available document findings with a GET request. By default, a GET request without path parameters returns all available findings.. To learn more about monitor findings, see [Document findings]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors/#document-findings).
|
||||
You can use the Alerting search API operation to search the findings index `.opensearch-alerting-finding*` for available document findings with a GET request. By default, a GET request without path parameters returns all available findings. To learn more about monitor findings, see [Document findings]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors/#document-findings).
|
||||
|
||||
|
||||
To retrieve any available findings, send a GET request without any path parameters as follows:
|
||||
|
|
|
@ -47,7 +47,7 @@ The Alerting API provides a document-level monitor that programmatically accompl
|
|||
|
||||
### Document findings
|
||||
|
||||
When a per document monitor executes a query that matches a document in an index, a finding is created. OpenSearch provides a Findings index: `.opensearch-alerting-finding*` that contains findings data for all per document monitor queries. You can search the findings index with the Alerting API. To learn more, see [Search for monitor findings]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/api/#search-for-monitor-findings).
|
||||
When a per document monitor executes a query that matches a document in an index, a finding is created. OpenSearch provides a Findings index: `.opensearch-alerting-finding*` that contains findings data for all per document monitor queries. You can search the findings index with the Alerting API search operation. To learn more, see [Search for monitor findings]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/api/#search-for-monitor-findings).
|
||||
|
||||
The following metadata is provided for each document finding entry:
|
||||
|
||||
|
|
Loading…
Reference in New Issue