Skip to content

Commit e9ed180

Browse files
Add kibana.alert.original_data_stream to alert schema
Backport of docs-content#3011 for the 8.19 asciidoc docs. Adds the new `kibana.alert.original_data_stream.*` fields (dataset, namespace, type) that were introduced in kibana#220447 to copy source data stream information into alerts. Also improves the description of `kibana.alert.original_event.*` and removes the now-inaccurate `data_stream.*` ECS row. Closes elastic/docs-content#2673 Made-with: Cursor
1 parent 42ead2b commit e9ed180

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/reference/alert-schema.asciidoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,13 @@ NOTE: The non-ECS fields listed below are beta and subject to change.
3434
|{ecs-ref}/ecs-client.html[`client.*`] | `client.*` | ECS `client.*` fields copied from the source document, if present, for custom query and indicator match rules.
3535
|{ecs-ref}/ecs-cloud.html[`cloud.*`] |`cloud.*` | ECS `cloud.*` fields copied from the source document, if present, for custom query and indicator match rules.
3636
|{ecs-ref}/ecs-container.html[`container.*`] | `container.*` | ECS `container.* fields` copied from the source document, if present, for custom query and indicator match rules.
37-
|{ecs-ref}/ecs-data_stream.html[`data_stream.*`] |`data_stream.*`| ECS `data_stream.*` fields copied from the source document, if present, for custom query and indicator match rules.
38-
39-
NOTE: These fields may be constant keywords in the source documents, but are copied into the alert documents as keywords.
40-
4137
|{ecs-ref}/ecs-destination.html[`destination.*`] | `destination.*`|ECS `destination.*` fields copied from the source document, if present, for custom query and indicator match rules.
4238
|{ecs-ref}/ecs-dll.html[`dll.*`] |`dll.*`| ECS `dll.*` fields copied from the source document, if present, for custom query and indicator match rules.
4339
|{ecs-ref}/ecs-dns.html[`dns.*`] | dns.* | ECS `dns.*` fields copied from the source document, if present, for custom query and indicator match rules.
4440
|{ecs-ref}/ecs-error.html[`error.*`]| `error.*` |ECS `error.*` fields copied from the source document, if present, for custom query and indicator match rules.
4541
|{ecs-ref}/ecs-event.html[`event.*`] | `event.*`| ECS `event.*` fields copied from the source document, if present, for custom query and indicator match rules.
4642

47-
NOTE: categorization fields above (`event.kind`, `event.category`, `event.type`, `event.outcome`) are listed separately above.
43+
NOTE: categorization fields (`event.kind`, `event.category`, `event.type`, `event.outcome`) are listed separately.
4844

4945
|{ecs-ref}/ecs-file.html[`file.*`]| `file.*` | ECS `file.*` fields copied from the source document, if present, for custom query and indicator match rules.
5046
|{ecs-ref}/ecs-group.html[`group.*`] | `group.*` | ECS `group.*` fields copied from the source document, if present, for custom query and indicator match rules.
@@ -80,7 +76,12 @@ NOTE: These fields are not related to the detection rule that generated the aler
8076
| N/A | `kibana.alert.new_terms` | The value of the new term that generated this alert.
8177

8278
Type: keyword
83-
|`signal.original_event.*` | `kibana.alert.original_event.*`| Type: object
79+
| N/A | `kibana.alert.original_data_stream.*`| Data stream information copied from the original source event, including `dataset`, `namespace`, and `type` fields.
80+
81+
Type: object
82+
|`signal.original_event.*` | `kibana.alert.original_event.*`| Event information copied from the original source event.
83+
84+
Type: object
8485
|`signal.original_time`|`kibana.alert.original_time`| The value copied from the source event (`@timestamp`).
8586

8687
Type: date

0 commit comments

Comments
 (0)