Kibana percentage column

Hi. I have a table that shows my top users based on streamed time and network usage.

I need to know every top user's usage in percentage ( Total usage is 1TB for example and user streamed 36 GB. ) I want this as a forth column. I know I cant use "Percentage column" in option tab because it's sum not count.
How do you think I can add this column ?
Thanx a lot

This is not possible.

Elasticsearch exposes bucket script aggregation which could be used to solve your problem. But this is not exposed via the visualize user interface.

Could you open an issue at https://github.com/elastic/kibana/issues/new?template=Feature_request.md? Please describe your use case.

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