Skip to content
Merged
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
36 changes: 24 additions & 12 deletions content/en/api/v2/security-monitoring/examples.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"aggregation": "count",
"groupByFields": [],
"distinctFields": [],
"index": "main"
"indexes": [
"main"
]
}
],
"filters": [],
Expand Down
8 changes: 8 additions & 0 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44568,6 +44568,14 @@ components:
for scheduled rules - in other words, when the `schedulingOptions` field
is present in the rule payload.'
type: string
indexes:
description: List of indexes to query when the `dataSource` is `logs`. Only
used for scheduled rules, such as when the `schedulingOptions` field is
present in the rule payload.
items:
description: Index.
type: string
type: array
metric:
deprecated: true
description: '(Deprecated) The target field to aggregate over when using
Expand Down
Loading
Loading