Alerts: Calculate the 99 percentile of a histogram metric

I have the following Prometheus alert using the etcd_disk_wal_fsync_duration_seconds_bucket metric:

histogram_quantile(0.99, rate(etcd_disk_wal_fsync_duration_seconds_bucket[1m]))
          > 0.5

What will be equivalent in Kibana alert?