Can I create a visualization using a list of specific values for a field?

Hi all,

I have a subset of ID's (700 out of 4000 users) that I am trying to return. Is there a way I can make a data table visualization using specific values for a field instead of all of them?

Thank you for your time.

Hi,

You can use filter aggregation to do this.
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-filters-aggregation.html

https://www.elastic.co/guide/en/kibana/current/data-table.html

Filters
You can specify a set of filters for the data. You can specify a filter as a query string or in JSON format, just as in the Discover search bar. Click Add Filter to add another filter. Click the images/labelbutton.png label button to open the label field, where you can type in a name to display on the visualization.

Thanks,
Bhavya

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