fbaligand / kibana-enhanced-table

Kibana visualization like a Data Table, but with enhanced features like computed columns, filter bar, and “Split Cols” bucket
Apache License 2.0
305 stars 65 forks source link

Request: naming for column > split rows > filters #290

Closed markwheal closed 1 year ago

markwheal commented 1 year ago

When adding a bucket of Split Rows by filter, the column name is set as "filters".

It would be fantastic to be able to rename that column name. As I type this, I guess I could probably hide col0 and add a new computed column and set the desired name there, so we have a workaround...! :D Screenshot 2022-09-16 at 12 20 04 Screenshot 2022-09-16 at 12 20 11

fbaligand commented 1 year ago

Hi,

I agree that it is annoying to have this "fixed column name". I personally have been annoyed by this.

But to be precise, the issue more about the bucket aggregation itself, that is responsible to say "what is the column name". You have exactly the same problem on any other visualization, especially standard "Data Table".

The good solution would be to add a "Custom label" field, like most other bucket aggregations.

So I invite you to open an issue on Kibana repository itself: github.com/elastic/kibana/issues/

fbaligand commented 1 year ago

But as you said, as a workaround, you can create a computed column with Formula col0 and a custom label, and then hide the first column. Doing that, you should keep filtering buttons.

fbaligand commented 1 year ago

as question is answered, I close the issue.