Skip to content

Commit 258fddd

Browse files
committed
document related.entity field
1 parent 60b3a70 commit 258fddd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/gcp/data_stream/audit/fields/fields.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@
113113
- name: policyType
114114
type: keyword
115115
description: "Indicates the type of the policy."
116+
- name: related.entity
117+
description: |
118+
A collection of all entity identifiers associated with the document.
119+
If the document contains multiple entities, identifiers for each will be included.
120+
Example identifiers include (but not limited to) cloud resource IDs, email addresses,
121+
and hostnames.
122+
type: keyword
116123
- name: request
117124
type: flattened
118125
- name: request_metadata

packages/gcp/docs/audit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
7777
| host.os.codename | OS codename, if any. | keyword |
7878
| input.type | Input type | keyword |
7979
| log.offset | Log offset | long |
80-
80+
| related.entity | A collection of all entity identifiers associated with the document. If the document contains multiple entities, identifiers for each will be included. Example identifiers include (but not limited to) cloud resource IDs, email addresses, and hostnames. | keyword |
8181

8282
An example event for `audit` looks as following:
8383

@@ -203,4 +203,4 @@ An example event for `audit` looks as following:
203203
"version": "71.0."
204204
}
205205
}
206-
```
206+
```

0 commit comments

Comments
 (0)