ML Error with anomaly detectors

Hi, I am working through xpack lab guide. Lab 4, step 2 while trying to get a list of anomaly detectors, i get the following error:

{
"error": {
"root_cause": [
{
"type": "invalid_index_name_exception",
"reason": "Invalid index name [xpack], must not start with '', '-', or '+'",
"index_uuid": "na",
"index": "_xpack"
}
],
"type": "invalid_index_name_exception",
"reason": "Invalid index name [xpack], must not start with '', '-', or '+'",
"index_uuid": "na",
"index": "_xpack"
},
"status": 400
}

Resolved. i had some default match criteria syntax in their.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.