You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/system/data_stream/security/_dev/test/pipeline/test-security-windows2016-4738-account-changed.json
Copy file name to clipboardExpand all lines: packages/system/docs/README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -435,7 +435,7 @@ The Windows `security` dataset provides events from the Windows
435
435
| 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 |
436
436
| host.ip | Host ip addresses. | ip |
437
437
| 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 |
439
439
| host.os.build | OS build information. | keyword |
440
440
| host.os.codename | OS codename, if any. | keyword |
441
441
| 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
0 commit comments