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

Enhanced table vizualization to allow agregation and drill drown #141

Open
filou711 opened this issue Oct 2, 2020 · 11 comments
Open

Enhanced table vizualization to allow agregation and drill drown #141

filou711 opened this issue Oct 2, 2020 · 11 comments

Comments

@filou711
Copy link

filou711 commented Oct 2, 2020

Hello Team,

Please find below a request proposition:

Describe the feature:
We create a table visualization(like enhanced table in kibana) at a certain level of granularity.
We click on a line, and we want to see other lines appears, that compose the details of the initial line.
The goal is to do drill drown to a more detail granularity.
If we go back, the table show the initial line.

Describe a specific use case for the feature:
Imagine, we have these data_example:

  • A list of data per country.
  • Country are aggregate in a column "COUNTRY GROUP"

data_example

-I want to first, see value at "COUNTRY GROUP" level
step1_table

-If I click on a COUNTRY GROUP, like A, the details appears with 1 line per country of A group country:
step2_table

-If we go back, we have the initial table with A and B Country group
step1_table

-If I do it in kibana enhance table, I'm able to have the granularity at the country group level . But I cannot have the details per country if I click on it. If I want to have the details per country, I have the table below. But I'm not able to have the granularity per country group on this case.

step3_table

So the goal is begin at the granularity of country group (A or B).
And per click, go and see details per country inside a country group.

Thanks for your feedback!!

@fbaligand
Copy link
Owner

Nice enhancement, but not very easy to implement.

@filou711
Copy link
Author

filou711 commented Oct 3, 2020

Hello Fabien,

I can help to implement it.
Do you have some tips to contibute to the implementation?

Best regards,
Philippe

@fbaligand
Copy link
Owner

Hi,

Well PRs are welcome! ;)

So you can fork the repository master branch, follow instructions indicated here, so that you run the plugin in dev mode, with hot changes reload:
https://github.com/fbaligand/kibana-enhanced-table#development

Then, get inspired by existing code to add the feature.
And don't hesitate to ask more precise questions ;)

@Sagesh
Copy link

Sagesh commented Feb 8, 2021

Hello Fabien,

I can help to implement it.
Do you have some tips to contribute to the implementation?

Best regards,
Philippe

Hi Fabien/Philippe,
We are also looking for a similar feature, Is this feature coming in near future?

Thanks & Regards,
Sagesh

@filou711
Copy link
Author

filou711 commented Feb 8, 2021 via email

@fbaligand
Copy link
Owner

By the way, there is « Kibana  dashboard drill down » feature that could answer your need.
You can already use this feature in enhanced table since Kibana 7.9.

More info on kibana Dashboard drill down feature:
https://www.elastic.co/guide/en/kibana/current/drilldowns.html

@Sagesh
Copy link

Sagesh commented Feb 9, 2021

Hi Fabien,

Appreciate your quick response.

For our immediate requirement, Kibana drill down will help but for the long run, we are looking for the drill-down feature in the visualization control.

We will definitely take your inputs before we start the enhancements.

Thanks,
Sagesh

@filou711
Copy link
Author

filou711 commented Feb 9, 2021 via email

@Sagesh
Copy link

Sagesh commented Mar 15, 2021

@fbaligand ,

We are looking for drill-down features in the table, can you please guide us where to start on this?

Thanks,
Sagesh

@roslaboc
Copy link

Hello,
I was just reading the thread and I was wondering whether this feature has since been developed and added to the enhanced table, as we would really need something like this

@fbaligand
Copy link
Owner

Hello,

Well, no, this feature is not developed.

Personally, when I want a drilldown feature with Enhanced Table, I create a computed column with a "Template" that renders a link to a detailed dashboard filtered on the current line's data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants