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] Support significant terms #116421

Closed
Tracked by #57708
flash1293 opened this issue Oct 27, 2021 · 2 comments · Fixed by #158962
Closed
Tracked by #57708

[Lens] Support significant terms #116421

flash1293 opened this issue Oct 27, 2021 · 2 comments · Fixed by #158962
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

@flash1293
Copy link
Contributor

Significant terms is a nice feature which is special in Elasticsearch. Supporting it in Visualizations allows the user to leverage what Elasticsearch is great at.

Some details:

  • it would be nice if the user could specify the background set used to determine significance (should it be the full time range or just the currently selected one? What about filters?)
  • In most cases the significance of the returned terms should be visualized which would require an additional metric “score” which is only available if the last bucket agg is a significant terms agg
@flash1293 flash1293 added enhancement New value added to drive a business result Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Lens labels Oct 27, 2021
@elasticmachine
Copy link
Contributor

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

@stratoula stratoula added the impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. label Jan 13, 2023
@stratoula
Copy link
Contributor

stratoula commented May 26, 2023

Highly connected with supporting workdcloud in Lens #95542

@stratoula stratoula added impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. and removed impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. labels Jun 1, 2023
nreese added a commit that referenced this issue Jun 8, 2023
#158962)

Part of #154307
Closes #116421

PR adds `Significance` selection to `Rank by` select. When selected, top
values are fetched with [significant_terms
aggregation](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-significantterms-aggregation.html)

<img width="600" alt="Screen Shot 2023-06-02 at 12 56 29 PM"
src="https://github.com/elastic/kibana/assets/373691/b6a4f70a-4121-4c38-b6d5-7d46dc48ab1a">

---------

Co-authored-by: kibanamachine <[email protected]>
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

Successfully merging a pull request may close this issue.

3 participants