Hi,
I'm trying to visualize bacula backup logs. Each one log means one finished job, it contains clientname, starttime, endtime, jobstatus, number of files backed up and backup type. I want a visualization, where on x axis will be timeline, like one month window, and on y axis will be stacked clients, one above the other, according to when backup job has started and when has finished. Backup operations are serial.
Reason for this is I want to see how see how long backup operations took and whether I should reschedule backup. Yes, I can to directly into logs, but I think this can be done with kibana. And I want one visualization for successfull backup, another one for failed and the last one for how much data were transferred during backup operations.
Is that somehow possible with kibana or I should choose different approach?
Thank you for help.