I’m trying to create a file size distribution graph for a file system.
I’ve captured file.size within elasticsearch for 2000 files.
I would like a graph which has increasing file size along the bottom (from 0 bytes -> 1Gb) and then plot the file sizes on the y axis.
Is this possible?