kibana-enhanced-table icon indicating copy to clipboard operation
kibana-enhanced-table copied to clipboard

Search/ filter computed columns

Open MyronM95 opened this issue 3 years ago • 3 comments

Is there anyway to search or filter the computed columns in the search or filter bar like you can with non-computed columns? e.g. "computedColumnName" > "5". Thanks for the great plug-in!

MyronM95 avatar Apr 04 '21 22:04 MyronM95

If you mean global Kibana search/filter bar, this is not possible as this search/filter is done server-side on elasticsearch data, while enhanced table computed columns are computed and rendered front-side.

That said, in enhanced table options, you can enable a “filter bar” that allows you to filter table rows, similarly to Kibana global search bar.

fbaligand avatar Apr 05 '21 05:04 fbaligand

But the filter bar only allows you to search for specific values through out the rows. You can't look up a value in only a specific column and get back the rows where that matches, right?

MyronM95 avatar Apr 05 '21 11:04 MyronM95

Indeed. You can do it through index pattern scripted fields. or, in enhanced table, using “rows computed filter” option.

fbaligand avatar Apr 05 '21 13:04 fbaligand

Given that question is answered, I close the issue.

fbaligand avatar Nov 11 '22 15:11 fbaligand