File tree Expand file tree Collapse file tree 3 files changed +340
-81
lines changed Expand file tree Collapse file tree 3 files changed +340
-81
lines changed Original file line number Diff line number Diff line change @@ -399,13 +399,13 @@ Required:
399
399
400
400
Required:
401
401
402
- - ` aggregation ` (String)
403
- - ` field ` (String)
404
- - ` name ` (String)
402
+ - ` aggregation ` (String) The aggregation type for this metric. One of: sum, doc_count. Determines which other fields are required:
403
+ - ` name ` (String) The unique name for this metric. Used as a variable in the equation field.
405
404
406
405
Optional:
407
406
408
- - ` filter ` (String)
407
+ - ` field ` (String) Field to aggregate. Must NOT be set for doc_count.
408
+ - ` filter ` (String) Optional KQL filter for this metric.
409
409
410
410
411
411
@@ -422,13 +422,13 @@ Required:
422
422
423
423
Required:
424
424
425
- - ` aggregation ` (String)
426
- - ` field ` (String)
427
- - ` name ` (String)
425
+ - ` aggregation ` (String) The aggregation type for this metric. One of: sum, doc_count. Determines which other fields are required:
426
+ - ` name ` (String) The unique name for this metric. Used as a variable in the equation field.
428
427
429
428
Optional:
430
429
431
- - ` filter ` (String)
430
+ - ` field ` (String) Field to aggregate. Must NOT be set for doc_count.
431
+ - ` filter ` (String) Optional KQL filter for this metric.
432
432
433
433
434
434
You can’t perform that action at this time.
0 commit comments