How to specify the y-axis range in Kibana Visualization

@anisen

With Timelion, you can do it using the min/max parameters of the yaxis like so: .es(*).yaxis(1, min=0 , max=5)

With a Vertical Bar Chart, you can do so using the Metrics & Axes -> Y-Axis -> Advanced Options -> Custom Extents as highlighted below:

2 Likes