Create visualizatio with filter in field

How to create a visualization from information contained in a field or with a filter in Kibana.

Ex: Group in the graph all processes with the name = joão

In the search bar, you should be able to do something like name: joão. Alternatively, you can "Add a filter", select "name" for the field, "is" for the operator, and "joão" for the value.

Thank you very much