Updated sample response
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
parent
be6f1ee6c8
commit
54d59c4bac
|
@ -2134,6 +2134,8 @@ If you don't specify the custom result index and you just use the `_plugins/_ano
|
||||||
|
|
||||||
Real-time detection doesn't persist the task ID in the anomaly result, so the task ID will be null.
|
Real-time detection doesn't persist the task ID in the anomaly result, so the task ID will be null.
|
||||||
|
|
||||||
|
For information about the response body fields, see [Anomaly result mapping]({{site.url}}{{site.baseurl}}/monitoring-plugins/ad/result-mapping/#response-body-fields).
|
||||||
|
|
||||||
#### Sample response
|
#### Sample response
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
@ -2162,9 +2164,9 @@ Real-time detection doesn't persist the task ID in the anomaly result, so the ta
|
||||||
"_primary_term": 1,
|
"_primary_term": 1,
|
||||||
"_score": 0,
|
"_score": 0,
|
||||||
"_source": {
|
"_source": {
|
||||||
"detector_id": "Zi5zTXwBwf_U8gjUTfJG",
|
"detector_id": "EWy02nwBm38sXcF2AiFJ",
|
||||||
"confidence": 0.918886275269358,
|
"confidence": 0.918886275269358,
|
||||||
"model_id": "Zi5zTXwBwf_U8gjUTfJG_entity_error16",
|
"model_id": "EWy02nwBm38sXcF2AiFJ_entity_error16",
|
||||||
"schema_version": 4,
|
"schema_version": 4,
|
||||||
"anomaly_score": 1.1093755891885446,
|
"anomaly_score": 1.1093755891885446,
|
||||||
"execution_start_time": 1633388475001,
|
"execution_start_time": 1633388475001,
|
||||||
|
@ -2177,6 +2179,23 @@ Real-time detection doesn't persist the task ID in the anomaly result, so the ta
|
||||||
"data": 0.532
|
"data": 0.532
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"relevant_attribution": [
|
||||||
|
{
|
||||||
|
"feature_id": "ZS5zTXwBwf_U8gjUTfIn",
|
||||||
|
"data": 1.0
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"expected_values": [
|
||||||
|
{
|
||||||
|
"likelihood": 1,
|
||||||
|
"value_list": [
|
||||||
|
{
|
||||||
|
"feature_id": "ZS5zTXwBwf_U8gjUTfIn",
|
||||||
|
"data": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"execution_end_time": 1633388475014,
|
"execution_end_time": 1633388475014,
|
||||||
"user": {
|
"user": {
|
||||||
"backend_roles": [
|
"backend_roles": [
|
||||||
|
|
Loading…
Reference in New Issue