Process Visualization in Kibana

How to visualize process data in Kibana, Please have a look on the image attached below and give suggestions.

image

It depends on how your data is structured in Elasticsearch. Kibana has a heatmap visualization which can be built using aggregations, and if you need something more custom you will need to use Vega

Thanks !