Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,7 @@ event.kind:
type: keyword
event.module:
dashed_name: event-module
deprecated: true
description: 'Name of the module this data is coming from.

If your monitoring agent supports the concept of modules or plugins to process
Expand Down
1 change: 1 addition & 0 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2359,6 +2359,7 @@ event:
type: keyword
module:
dashed_name: event-module
deprecated: true
description: 'Name of the module this data is coming from.

If your monitoring agent supports the concept of modules or plugins to process
Expand Down
1 change: 1 addition & 0 deletions schemas/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@
process events of a given source (e.g. Apache logs),
`event.module` should contain the name of this module.
example: apache
deprecated: true

- name: dataset
level: core
Expand Down