I have an use case to find the comparison between normal day Vs current day in terms of job information. This has to be visualized in Kibana.
The data will have information about Job start time, end time, duration it ran, status ( completed/failed/running).
The requirement is to have information in the same table/visualization
- Normal start time
- Normal end time
- Avg hours of run
- Today start time
- Today end time
Any ideas how to achieve this.