From 6fb67f9d9c34ce64eaf82d06d7895864c3bbd29c Mon Sep 17 00:00:00 2001 From: Kalman Meth Date: Thu, 11 May 2023 09:49:43 +0300 Subject: [PATCH] updated api.md --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 0cad9f88c..c0796d1fa 100644 --- a/docs/api.md +++ b/docs/api.md @@ -195,13 +195,13 @@ Following is the supported API format for specifying metrics aggregations:
  aggregates:
-         defaultExpiryTime: default time duration of data aggregation to perform rules
+         defaultExpiryTime: default time duration of data aggregation to perform rules (default: 2 minutes)
          rules: list of aggregation rules, each includes:
                  name: description of aggregation result
                  groupByKeys: list of fields on which to aggregate
                  operationType: sum, min, max, count, avg or raw_values
                  operationKey: internal field on which to perform the operation
-                 expiryTime: time interval over which to perform the operation (default: 2 minutes
+                 expiryTime: time interval over which to perform the operation
 
## Connection tracking API Following is the supported API format for specifying connection tracking: