I need to do a list visualization in Kibana that use a count metric.
It allows me to know if any record has a value that is repeated.
The problem is that I can not use that metric because it is not a field but I want to use it to filter in the table and if the value is> 1 it does not appear.
Is it possible to create a scripted field that allows you to make a count of a field?