Skip to content

Commit 568fe69

Browse files
authored
[Enhancement] Update winlog.event_data.AttributeValue mappings (#9515)
* [Enhancement] Update winlog.event_data.AttributeValue * Update manifest.yml * Update README.md
1 parent fc2c5b8 commit 568fe69

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/system/changelog.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# newer versions go on top
2-
2+
- version: "1.57.0"
3+
changes:
4+
- description: Adjust `winlog.event_data.AttributeValue` ignore_above parameter and add wildcard multi-field.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/9515
37
- version: "1.56.0"
48
changes:
59
- description: Add `custom` configuration option to windows system inputs.

packages/system/data_stream/security/fields/winlog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
type: keyword
7070
- name: AllowedToDelegateTo
7171
type: keyword
72+
- name: AttributeValue
73+
type: keyword
74+
ignore_above: 5120
75+
multi_fields:
76+
- name: wildcard
77+
type: wildcard
7278
- name: AuditPolicyChanges
7379
type: keyword
7480
- name: AuditPolicyChangesDescription

packages/system/docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,8 @@ An example event for `security` looks as following:
710710
| winlog.event_data.AccountName | | keyword |
711711
| winlog.event_data.AllowedToDelegateTo | | keyword |
712712
| winlog.event_data.Application | | keyword |
713+
| winlog.event_data.AttributeValue | | keyword |
714+
| winlog.event_data.AttributeValue.wildcard | Multi-field of `winlog.event_data.AttributeValue`. | wildcard |
713715
| winlog.event_data.AuditPolicyChanges | | keyword |
714716
| winlog.event_data.AuditPolicyChangesDescription | | keyword |
715717
| winlog.event_data.AuditSourceName | | keyword |

packages/system/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.2
22
name: system
33
title: System
4-
version: 1.56.0
4+
version: 1.57.0
55
description: Collect system logs and metrics from your servers with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)