Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/resources/kibana_slo.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,13 +399,13 @@ Required:

Required:

- `aggregation` (String)
- `field` (String)
- `name` (String)
- `aggregation` (String) The aggregation type for this metric. One of: sum, doc_count. Determines which other fields are required:
- `name` (String) The unique name for this metric. Used as a variable in the equation field.

Optional:

- `filter` (String)
- `field` (String) Field to aggregate. Must NOT be set for doc_count.
- `filter` (String) Optional KQL filter for this metric.



Expand All @@ -422,13 +422,13 @@ Required:

Required:

- `aggregation` (String)
- `field` (String)
- `name` (String)
- `aggregation` (String) The aggregation type for this metric. One of: sum, doc_count. Determines which other fields are required:
- `name` (String) The unique name for this metric. Used as a variable in the equation field.

Optional:

- `filter` (String)
- `field` (String) Field to aggregate. Must NOT be set for doc_count.
- `filter` (String) Optional KQL filter for this metric.



Expand Down
Loading