Visualising the presence of a term

i have a term (let's say county) and i want to visualise the existence of it on the database instead of the regular distribution(i.e. the names of the counties) -using kibana visualize.
for example if the term exist on 98 out of 100 entries and 2 are null,i want the pie to show this distribution.

Hey @eranzar,

You can use the "filter" bucket to achieve this. In my example below, I have a field, attributes.battery, which only exists on some documents. I can build a pie chart to visualize it like this:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.