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

[FEATURE REQUEST] Datatable visualization - filter for metric #20998

Closed
tallavi opened this issue Jul 19, 2018 · 1 comment
Closed

[FEATURE REQUEST] Datatable visualization - filter for metric #20998

tallavi opened this issue Jul 19, 2018 · 1 comment
Labels
Feature:Data Table Data table visualization feature Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Team:Visualizations Visualization editors, elastic-charts and infrastructure triage_needed

Comments

@tallavi
Copy link

tallavi commented Jul 19, 2018

Hi,

Awesome product!

In continuation to this discussion: https://discuss.elastic.co/t/datatable-two-counts-with-different-filters/140337, I'd like to propose to have the ability to put a filter on the metric in datatable visualizations.

Use case:

Let's say I have these documents:

service1 INFO "log line 1"
service1 INFO "log line 2"
service1 ERROR "error 1"
service2 INFO "log line 1"

I could have two count metrics: one called "Errors" with 'level:"ERROR"' as the filter, and one Called "Total" with "*" as the filter (the default), and then the table will look like this:

service Total Errors
service1 3 1
service2 1 -

Currently I believe that it's not possible to make such a table.

Thanks!

Tal

@lukasolson lukasolson added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) triage_needed labels Jul 24, 2018
@timroes timroes added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Sep 16, 2018
@stacey-gammon stacey-gammon added the Feature:Data Table Data table visualization feature label Oct 2, 2018
@timroes
Copy link
Contributor

timroes commented Mar 12, 2020

Duplicate of #16672

@timroes timroes marked this as a duplicate of #16672 Mar 12, 2020
@timroes timroes closed this as completed Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Data Table Data table visualization feature Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Team:Visualizations Visualization editors, elastic-charts and infrastructure triage_needed
Projects
None yet
Development

No branches or pull requests

4 participants