When I create a data table to visualize top terms by count, I want to exclude strings that are <4 characters.
Visualization, +, Data Table
select index
Metrics: default Count
Buckets: Split Rows, Aggregation: Terms, Field, SearchTerms, Order By metric: Count, Order Descend, Size 5
Now I want to hide SearchTerms with string length <4. The SearchTerms are from a split{} in a mutate plugin, so I can't easily create the length using the ruby plugin.
How can I do this?
Thanks for your help.