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

Default time setting in enhanced table #315

Closed PunamNaik closed 1 year ago

PunamNaik commented 1 year ago

I have a table, where I have to show data for latest month by default. Also user wants a drop down to select multiple months and see sum of values for the selected months. (Data frequency is 1 record per month) If I use 'TOP HIT' option that shows latest month data, on selecting multiple months, it doesn't work as it still shows latest month data. What is the correct way to do this.

image
fbaligand commented 1 year ago

I close this issue because it is a duplicate of #314