Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Add data frame create_time and version #43037

Closed
sophiec20 opened this issue Jun 10, 2019 · 1 comment · Fixed by #43384
Closed

[ML] Add data frame create_time and version #43037

sophiec20 opened this issue Jun 10, 2019 · 1 comment · Fixed by #43384
Assignees
Labels
:ml/Transform Transform :ml Machine learning v7.3.0

Comments

@sophiec20
Copy link
Contributor

sophiec20 commented Jun 10, 2019

Understanding when the data frame is created is useful for operational management so we understand how long a job has existed and for filtering out job messages that were applicable to a prior incarnation of the job.

Understanding the version of elasticsearch that the data frame was created on, will help us with support and bwc fixes.

Please add to the create_time and version to GET _data_frame/transforms/blah - this follows how we use the immutable value create_time and job_version with anomaly detection.

(Also, consider how we tolerate fields like this if it were to be supplied when creating a data frame. i.e. create_time and version can be safely ignored even though they appear to be part of the config.)

@sophiec20 sophiec20 added :ml Machine learning :ml/Transform Transform v7.3.0 labels Jun 10, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core

@sophiec20 sophiec20 changed the title [ML] Add data frame creation time [ML] Add data frame create_time and version Jun 10, 2019
@benwtrent benwtrent self-assigned this Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:ml/Transform Transform :ml Machine learning v7.3.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants