Skip to content

Commit 75e350c

Browse files
committed
elastic-package format && elastic-package build
1 parent 37409f8 commit 75e350c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

packages/system/data_stream/security/_dev/test/pipeline/test-security-windows2016-4738-account-changed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@
8080
}
8181
}
8282
]
83-
}
83+
}

packages/system/docs/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ The Windows `security` dataset provides events from the Windows
435435
| host.id | Unique host id. As hostname is not always unique, use values that are meaningful in your environment. Example: The current usage of `beat.name`. | keyword |
436436
| host.ip | Host ip addresses. | ip |
437437
| host.mac | Host mac addresses. | keyword |
438-
| host.name | Name of the host. | keyword |
438+
| host.name | Name of the host. It can contain what `hostname` returns on Unix systems, the fully qualified domain name, or a name specified by the user. The sender decides which value to use. | keyword |
439439
| host.os.build | OS build information. | keyword |
440440
| host.os.codename | OS codename, if any. | keyword |
441441
| host.os.family | OS family (such as redhat, debian, freebsd, windows). | keyword |
@@ -567,6 +567,12 @@ The Windows `security` dataset provides events from the Windows
567567
| winlog.event_data.NewProcessName | | keyword |
568568
| winlog.event_data.NewSchemeGuid | | keyword |
569569
| winlog.event_data.NewSd | | keyword |
570+
| winlog.event_data.NewSdDacl0 | | keyword |
571+
| winlog.event_data.NewSdDacl1 | | keyword |
572+
| winlog.event_data.NewSdDacl2 | | keyword |
573+
| winlog.event_data.NewSdSacl0 | | keyword |
574+
| winlog.event_data.NewSdSacl1 | | keyword |
575+
| winlog.event_data.NewSdSacl2 | | keyword |
570576
| winlog.event_data.NewTargetUserName | | keyword |
571577
| winlog.event_data.NewTime | | keyword |
572578
| winlog.event_data.NewUACList | | keyword |
@@ -579,6 +585,12 @@ The Windows `security` dataset provides events from the Windows
579585
| winlog.event_data.OemInformation | | keyword |
580586
| winlog.event_data.OldSchemeGuid | | keyword |
581587
| winlog.event_data.OldSd | | keyword |
588+
| winlog.event_data.OldSdDacl0 | | keyword |
589+
| winlog.event_data.OldSdDacl1 | | keyword |
590+
| winlog.event_data.OldSdDacl2 | | keyword |
591+
| winlog.event_data.OldSdSacl0 | | keyword |
592+
| winlog.event_data.OldSdSacl1 | | keyword |
593+
| winlog.event_data.OldSdSacl2 | | keyword |
582594
| winlog.event_data.OldTargetUserName | | keyword |
583595
| winlog.event_data.OldTime | | keyword |
584596
| winlog.event_data.OldUacValue | | keyword |

0 commit comments

Comments
 (0)