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] Formula: provide fitting function for missing/null values #115761

Closed
Tracked by #182774
dej611 opened this issue Oct 20, 2021 · 3 comments
Closed
Tracked by #182774

[Lens] Formula: provide fitting function for missing/null values #115761

dej611 opened this issue Oct 20, 2021 · 3 comments
Labels
enhancement New value added to drive a business result Feature:Lens impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@dej611
Copy link
Contributor

dej611 commented Oct 20, 2021

Describe the feature:

A way to provide a fitting value for formulas would be useful to cover those cases where the ES gap_policy is used.

While in Visualize the Advanced JSON input provides a way to pass the { "gap_policy": "your-value" } json, there's currently no way to do that in formulas.

Imagine the following formula:

overall_average(average(field))

Now the overall_average function will skip all the empty buckets and compute the average only for those buckets who have a value.

The fitting value feature should resolve that by enabling the user to pass the type of fitting to use for the average computation.

@dej611 dej611 added enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Lens labels Oct 20, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-vis-editors (Team:VisEditors)

@stratoula stratoula added the impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. label Jan 26, 2023
@markov00
Copy link
Member

markov00 commented May 7, 2024

Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner.

@markov00 markov00 closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2024
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:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

5 participants