This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Error when defining monitor using anomaly detector #28
Comments
I add error log from elasticsearch plugin
|
That error indicates there is no data from the specified index. Can you confirm? Kibana has a known issue of blocking alert creation when there is no data in the index. Until that issue is fixed, the workaround is to add enough data to the index. |
I have data in the apm indices (many thousands of documents)
|
I don't have the proprietary apm data. But from the picture, it looks like there is only five minutes of data. And how many remains after the filtering? Kibana should not block monitor creation on preview results. That is an issue to fix. For now, the workaround is to have enough data in the index. A day of data should suffice. |
yes it works with more data! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I created 2 anomaly detectors with the API :
POST _opendistro/_anomaly_detection/detectors
This works (kibana data sample)
This doesn't work (elastic apm data), Kibana fails with this error:
The text was updated successfully, but these errors were encountered: