Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documents revision field and adds a description of version field #3313

Merged
merged 4 commits into from
May 23, 2023
Merged
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
7 changes: 6 additions & 1 deletion docs/reference/alert-schema.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ Type: keyword
|`signal.rule.type` |`kibana.alert.rule.type`| Type: keyword
|`signal.rule.updated_at` |`kibana.alert.rule.updated_at`| Type: date
|`signal.rule.updated_by` |`kibana.alert.rule.updated_by`| Type: keyword
|`signal.rule.version` |`kibana.alert.rule.version`| Type: keyword
|`signal.rule.version` |`kibana.alert.rule.version`| A number that represents a rule's version.

Type: keyword
|N/A |`kibana.alert.rule.revision` | A number that gets incremented each time you edit a rule.

Type: long
|`signal.status` |`kibana.alert.workflow_status`| Type: keyword
|`signal.threshold_result.*`|`kibana.alert.threshold_result.*`| Type: object
|`signal.group.id` |`kibana.alert.group.id`| Type: keyword
Expand Down