Percentile Over Time

I have an index which has the following fields
duration: 500 (in ms)
timestamp: (in epoch)

I want to plot the 95 percentile, 75 percentile, 50 percentile over time. Something similar to the below graph

Right now I was able to plot the percentiles, but not able to plot it over time. Pasting what I have currently done.

Got the solution, had to use a date histogram filter for x axis.
Sorry for posting. Not finding a way to delete, hence marking it as closed.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.