diff --git a/flint/docs/index.md b/flint/docs/index.md index b92acc2c84..c2eccacd94 100644 --- a/flint/docs/index.md +++ b/flint/docs/index.md @@ -217,6 +217,7 @@ flint.skippingIndex() .filterBy("time > 2023-04-01 00:00:00") .addPartitions("year", "month", "day") .addValueSet("elb_status_code") + .addMinMax("request_processing_time") .addBloomFilter("client_ip") .create()