Get anomaly detection job results for categories | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Query parameters
- Skips the specified number of categories.
- Only return categories for the specified partition.
- Specifies the maximum number of categories to obtain.
application/json
Body
- Hide page attributes Show page attributes object
- Skips the specified number of items.
- Specifies the maximum number of items to obtain.
Responses
- 200 application/json
Hide response attributes Show response attributes object- Hide categories attributes Show categories attributes object
* A list of examples of actual values that matched the category.
* If per-partition categorization is enabled, this property identifies the field used to segment the categorization. It is not present when per-partition categorization is disabled.
* If per-partition categorization is enabled, this property identifies the value of the partition_field_name for the category. It is not present when per-partition categorization is disabled.
* A regular expression that is used to search for values that match the category.
* A space separated list of the common tokens that are matched in values of the category.
* The number of messages that have been matched by this category. This is only guaranteed to have the latest accurate count after a job _flush or _close
* A list of category_id entries that this current category encompasses. Any new message that is processed by the categorizer will match against this category and not any of the categories in this list. This is only guaranteed to have the latest accurate list of categories after a job _flush or _close
- Hide categories attributes Show categories attributes object