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:
399399
400400Required:
401401
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.
405404
406405Optional:
407406
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.
409409
410410
411411
@@ -422,13 +422,13 @@ Required:
422422
423423Required:
424424
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.
428427
429428Optional:
430429
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.
432432
433433
434434
You can’t perform that action at this time.
0 commit comments