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] Fixes loading the influencers for Anomaly Explorer. #22963

Merged
merged 1 commit into from
Sep 13, 2018

Conversation

walterra
Copy link
Contributor

@walterra walterra commented Sep 12, 2018

Fixes #22924.

  • This fixes a regression introduced in [ML] Fixes Anomaly Explorer Swimlane race condition, adds tests. #22814. The influencer list wouldn't update if no cell in the swimlanes was selected.
  • Renames getTopInfluencers to loadTopInfluencers to be in line with the other functions loadDataForCharts and loadAnomaliesTableData
  • Changes the order of arguments for loadDataForCharts so they are the same like in loadTopInfluencers.

Note: At some point I think it would be good to move the other call to loadTopInfluencers out of loadDataForCharts too (so it really does only what its name says), but since this PR is only about fixing a specific bug I didn't want to do a bigger refactor here.


Part of #18553

@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui

Copy link
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@jgowdyelastic jgowdyelastic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elasticmachine
Copy link
Contributor

💔 Build Failed

@walterra
Copy link
Contributor Author

retest

@elasticmachine
Copy link
Contributor

💔 Build Failed

@walterra
Copy link
Contributor Author

retest

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@walterra walterra merged commit e1e1485 into elastic:master Sep 13, 2018
@walterra walterra deleted the ml-fix-influencer-list branch September 13, 2018 08:29
walterra added a commit to walterra/kibana that referenced this pull request Sep 13, 2018
- This fixes a regression introduced in elastic#22814. The influencer list wouldn't update if no cell in the swimlanes was selected.
- Renames getTopInfluencers to loadTopInfluencers to be in line with the other functions loadDataForCharts and loadAnomaliesTableData
- Changes the order of arguments for loadDataForCharts so they are the same like in loadTopInfluencers.
walterra added a commit that referenced this pull request Sep 13, 2018
…2989)

- This fixes a regression introduced in #22814. The influencer list wouldn't update if no cell in the swimlanes was selected.
- Renames getTopInfluencers to loadTopInfluencers to be in line with the other functions loadDataForCharts and loadAnomaliesTableData
- Changes the order of arguments for loadDataForCharts so they are the same like in loadTopInfluencers.
@lcawl lcawl added the bug Fixes for quality problems that affect the customer experience label Oct 29, 2018
@sophiec20 sophiec20 added the Feature:Anomaly Detection ML anomaly detection label Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Anomaly Detection ML anomaly detection Feature:ml-results legacy - do not use :ml regression v6.5.0 v7.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ML] Anomaly Explorer: When no cell selected in swimlane, influencer list fails to update.
6 participants