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

[Lens] Linear regression #104817

Closed
flash1293 opened this issue Jul 8, 2021 · 3 comments
Closed

[Lens] Linear regression #104817

flash1293 opened this issue Jul 8, 2021 · 3 comments
Labels
enhancement New value added to drive a business result Feature:Lens impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@flash1293
Copy link
Contributor

It should be possible to easily show a linear regression line in Lens for any given series.

Unclear parts:

  • Where should this option be located? Maybe as an option in the dimension configuration flyout?
  • Where should this calculation be performed? Is it general enough for an integration in elastic-charts?
@flash1293 flash1293 added Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Lens labels Jul 8, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@flash1293 flash1293 added the enhancement New value added to drive a business result label Jul 8, 2021
This was referenced Jul 8, 2021
@ghudgins
Copy link
Contributor

+1 from a user who is doing this in Timelion but wants the setup to be easier:

.es(index=aaa,
    timefield='start',
    metric='percentiles:values.out_bits.rate_hist:99')
    .label('In Bits(99%tile 30 sec)'),
.es(index=aaaa,
    timefield='start',
    metric='percentiles:values.out_bits.rate_hist:99')
    .trend(mode=linear)
    .label('Regression')

@drewdaemon drewdaemon added the impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. label Feb 2, 2023
@timductive
Copy link
Member

Closing in favor of #159780

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Lens impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

5 participants