Time range in Kibana Visualization

Hi, i want to visualize the operational metadata for my production processes on a timeline.
So lets say below is the data ingested in elastic search for a number of processes.

Process ID
Process Name
Process Start Time
Process End time

Now i want to plot timeline on x-axis and plot bars from start time to end time for each job on that timeline.
Any idea how such a visualization can be created?