Skip to content

[ML] Model plot terms are not honoured for by-fields #30004

@elasticmachine

Description

@elasticmachine

Original comment by @sophiec20:

Found in 6.3.0 "build" : { "hash" : "a47564f", "date" : "2018-04-09T21:45:51.347364Z" },

When a job is configured to use model plot terms, then model plot results should only be written for the specified terms. This is not happening.

farequote job was created for mean(responsetime) by airline with the following model plot:

  "model_plot_config": {
    "enabled": true,
    "terms": "ASA"
  },

Results were written for all airlines
image

However, when using mean(responsetime) partition airline then only one airline was written, working as expected.

This is related to one of the job validation tests which checks for potentially large cardinality jobs with model plot enabled. LINK REDACTED

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions