How to make global visualization?

Hello,

Is is possible to build visualization in global aggregation scope?

I'll try to describe my case - I have database of internet providers, objects that look like:
{
"isp_name": "ABC Internet",
"city": "town name",
"district": "district name"
}

And visualization - data table that displays all providers and count of cities and districts where they operate. But when I filter dashboard for a certain city - San Francisco - I need to have table filtered to all ISPs in SF, but keep the numbers over whole dataset, which means to use global aggregation. Is it possible to configure visualization in Kibana like this? Or do you know about any plugin that would support it? thank you

interesting use case, but unfortunately that's not supported at this time.

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