I'm using Kibana 4.2 and have an issue where I need to aggregate data regarding how many cpus were used by a framework. The job runs on multiple nodes, and the data is currently reported on a per-node basis.
The only way I've found to get the aggregate the total CPUs for each framework is to set the y-axis to average 'CPUs used', set the x-axis equal to the framework name, and split bars based on node as seen in the screenshot below.
This would work if I didn't need to compare 'used CPUs' to 'allocated CPU', but that info would be very valuable overlapped in the same graph (allocated will always be higher than used).
Is there any way to mask the node colors all as one? Or otherwise what's a good graph to use for this issue? I'd really like to overlay the actual vs used cpu for every framework.