Skip to content

Commit

Permalink
Added Security Entity Store collectors for host.os
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredburgettelastic committed Oct 22, 2024
1 parent f629d96 commit 01e0ed9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export const getHostUnitedDefinition: UnitedDefinitionBuilder = (fieldHistoryLen
collect({ field: 'host.domain' }),
collect({ field: 'host.hostname' }),
collect({ field: 'host.id' }),
collect({ field: 'host.os.name' }),
collect({ field: 'host.os.type' }),
collect({
field: 'host.ip',
mapping: {
Expand Down

0 comments on commit 01e0ed9

Please sign in to comment.