File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed
data_stream/security/fields Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 11format_version : 3.0.2
22name : system
33title : System
4- version : 1.56 .0
4+ version : 1.57 .0
55description : Collect system logs and metrics from your servers with Elastic Agent.
66type : integration
77categories :
You can’t perform that action at this time.
0 commit comments