minor fix
This commit is contained in:
parent
e6403d89a4
commit
f12f4efc02
|
@ -265,7 +265,7 @@ Passes a date range to the anomaly detector to return any anomalies within that
|
||||||
#### Request
|
#### Request
|
||||||
|
|
||||||
```json
|
```json
|
||||||
POST _plugins/_anomaly_detection/detectors/_preview
|
POST _plugins/_anomaly_detection/detectors/<detectorId>/_preview
|
||||||
{
|
{
|
||||||
"period_start": 1612982516000,
|
"period_start": 1612982516000,
|
||||||
"period_end": 1614278539000,
|
"period_end": 1614278539000,
|
||||||
|
|
Loading…
Reference in New Issue