diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index d366755da5..4242d8e467 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -20,6 +20,7 @@ Thanks, you're awesome :-) --> * Added Mime Type fields to HTTP request and response. #944 * Added `threat.technique.subtechnique` to capture MITRE ATT&CKĀ® subtechniques. #951 +* Added `configuration` as an allowed `event.category`. #963 #### Improvements diff --git a/docs/field-details.asciidoc b/docs/field-details.asciidoc index 2f06d7194d..773c61cce0 100644 --- a/docs/field-details.asciidoc +++ b/docs/field-details.asciidoc @@ -1546,7 +1546,7 @@ Note: this field should contain an array of values. *Important*: The field value must be one of the following: -authentication, database, driver, file, host, iam, intrusion_detection, malware, network, package, process, web +authentication, configuration, database, driver, file, host, iam, intrusion_detection, malware, network, package, process, web To learn more about when to use which value, visit the page <> diff --git a/docs/field-values.asciidoc b/docs/field-values.asciidoc index 4e4bb8a61e..1ef4b8e072 100644 --- a/docs/field-values.asciidoc +++ b/docs/field-values.asciidoc @@ -133,6 +133,7 @@ that will require subsequent breaking changes. *Allowed Values* * <> +* <> * <> * <> * <> @@ -157,6 +158,20 @@ Events in this category are related to the challenge and response process in whi start, end, info +[float] +[[ecs-event-category-configuration]] +==== configuration + +Events in the configuration category have to deal with creating, modifying, or deleting the settings or parameters of an application, process, or system. + +Example sources include security policy change logs, configuration auditing logging, and system integrity monitoring. + + +*Expected event types for category configuration:* + +access, change, creation, deletion, info + + [float] [[ecs-event-category-database]] ==== database diff --git a/generated/ecs/ecs_flat.yml b/generated/ecs/ecs_flat.yml index 43a72942f3..64540cebfe 100644 --- a/generated/ecs/ecs_flat.yml +++ b/generated/ecs/ecs_flat.yml @@ -1651,6 +1651,19 @@ event.category: - end - info name: authentication + - description: 'Events in the configuration category have to deal with creating, + modifying, or deleting the settings or parameters of an application, process, + or system. + + Example sources include security policy change logs, configuration auditing + logging, and system integrity monitoring.' + expected_event_types: + - access + - change + - creation + - deletion + - info + name: configuration - description: The database category denotes events and metrics relating to a data storage and retrieval system. Note that use of this category is not limited to relational database systems. Examples include event logs from MS SQL, MySQL, diff --git a/generated/ecs/ecs_nested.yml b/generated/ecs/ecs_nested.yml index c56839e37b..ee213ac0c8 100644 --- a/generated/ecs/ecs_nested.yml +++ b/generated/ecs/ecs_nested.yml @@ -2044,6 +2044,19 @@ event: - end - info name: authentication + - description: 'Events in the configuration category have to deal with creating, + modifying, or deleting the settings or parameters of an application, process, + or system. + + Example sources include security policy change logs, configuration auditing + logging, and system integrity monitoring.' + expected_event_types: + - access + - change + - creation + - deletion + - info + name: configuration - description: The database category denotes events and metrics relating to a data storage and retrieval system. Note that use of this category is not limited to relational database systems. Examples include event logs from diff --git a/schemas/event.yml b/schemas/event.yml index 74e99b99fe..6778790784 100644 --- a/schemas/event.yml +++ b/schemas/event.yml @@ -141,6 +141,19 @@ - start - end - info + - name: configuration + description: > + Events in the configuration category have to deal with creating, modifying, or + deleting the settings or parameters of an application, process, or system. + + Example sources include security policy change logs, configuration auditing logging, + and system integrity monitoring. + expected_event_types: + - access + - change + - creation + - deletion + - info - name: database description: > The database category denotes events and metrics relating to a data storage