Skip to content

Commit b52f82f

Browse files
author
lucian-ioan
committed
add result_description field
1 parent 362955d commit b52f82f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/azure/data_stream/auditlogs/fields/fields.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
type: keyword
2626
description: |
2727
Result signature
28+
- name: result_description
29+
type: keyword
30+
description: |
31+
Result description
2832
- name: level
2933
type: float
3034
description: Value for level.

packages/azure/docs/adlogs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ An example event for `auditlogs` looks as following:
10271027
| azure.auditlogs.properties.target_resources.\*.modified_properties.\*.old_value | Old value | keyword |
10281028
| azure.auditlogs.properties.target_resources.\*.type | Type | keyword |
10291029
| azure.auditlogs.properties.target_resources.\*.user_principal_name | User principal name | keyword |
1030+
| azure.auditlogs.result_description | Result description | keyword |
10301031
| azure.auditlogs.result_signature | Result signature | keyword |
10311032
| azure.auditlogs.tenant_id | Tenant ID | keyword |
10321033
| azure.correlation_id | Correlation ID | keyword |

0 commit comments

Comments
 (0)