Unique terms in table

Hello,

I have a logstash get the jenkins API data and ouput to elasticsearsh, now i want to see in table panel all jobs.
How filter in Grafana the uniques values? In kibana i use this query:

{ “aggs”: { “item”: { “terms”: { “field”: “jobs.name.keyword”} } } }

How do is in Grafana Table panel? i tested put this in filter but dont work or how see raw document with groupby filter?