You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Closeselastic/docs-content#2673
Made-with: Cursor
Copy file name to clipboardExpand all lines: docs/reference/alert-schema.asciidoc
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,17 +34,13 @@ NOTE: The non-ECS fields listed below are beta and subject to change.
34
34
|{ecs-ref}/ecs-client.html[`client.*`] | `client.*` | ECS `client.*` fields copied from the source document, if present, for custom query and indicator match rules.
35
35
|{ecs-ref}/ecs-cloud.html[`cloud.*`] |`cloud.*` | ECS `cloud.*` fields copied from the source document, if present, for custom query and indicator match rules.
36
36
|{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
-
41
37
|{ecs-ref}/ecs-destination.html[`destination.*`] | `destination.*`|ECS `destination.*` fields copied from the source document, if present, for custom query and indicator match rules.
42
38
|{ecs-ref}/ecs-dll.html[`dll.*`] |`dll.*`| ECS `dll.*` fields copied from the source document, if present, for custom query and indicator match rules.
43
39
|{ecs-ref}/ecs-dns.html[`dns.*`] | dns.* | ECS `dns.*` fields copied from the source document, if present, for custom query and indicator match rules.
44
40
|{ecs-ref}/ecs-error.html[`error.*`]| `error.*` |ECS `error.*` fields copied from the source document, if present, for custom query and indicator match rules.
45
41
|{ecs-ref}/ecs-event.html[`event.*`] | `event.*`| ECS `event.*` fields copied from the source document, if present, for custom query and indicator match rules.
NOTE: categorization fields (`event.kind`, `event.category`, `event.type`, `event.outcome`) are listed separately.
48
44
49
45
|{ecs-ref}/ecs-file.html[`file.*`]| `file.*` | ECS `file.*` fields copied from the source document, if present, for custom query and indicator match rules.
50
46
|{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
80
76
| N/A | `kibana.alert.new_terms` | The value of the new term that generated this alert.
| 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
84
85
|`signal.original_time`|`kibana.alert.original_time`| The value copied from the source event (`@timestamp`).
0 commit comments