Skip to content

Commit 3eb6d99

Browse files
authored
[1.x] Remove expected_event_types from protocol (#964) (#965)
1 parent 9c4fc4c commit 3eb6d99

File tree

5 files changed

+2
-22
lines changed

5 files changed

+2
-22
lines changed

CHANGELOG.next.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Thanks, you're awesome :-) -->
1616

1717
#### Bugfixes
1818

19+
* The `protocol` allowed value under `event.type` should not have the `expected_event_types` defined. #964
20+
1921
#### Added
2022

2123
* Added Mime Type fields to HTTP request and response. #944

docs/field-values.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,6 @@ The installation event type is used for the subset of events within a category t
439439
The protocol event type is used for the subset of events within a category that indicate that they contain protocol details or analysis, beyond simply identifying the protocol. Generally, network events that contain specific protocol details will fall into this subcategory. A common example is `event.category:network AND event.type:protocol AND event.type:connection AND event.type:end` (to indicate that the event is a network connection event sent at the end of a connection that also includes a protocol detail breakdown). Note that events that only indicate the name or id of the protocol should not use the protocol value. Further note that when the protocol subcategory is used, the identified protocol is populated in the ECS `network.protocol` field.
440440

441441

442-
*Expected event types for category protocol:*
443-
444-
access, change, end, info, start
445-
446442

447443
[float]
448444
[[ecs-event-type-start]]

generated/ecs/ecs_flat.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2298,12 +2298,6 @@ event.type:
22982298
indicate the name or id of the protocol should not use the protocol value. Further
22992299
note that when the protocol subcategory is used, the identified protocol is
23002300
populated in the ECS `network.protocol` field.
2301-
expected_event_types:
2302-
- access
2303-
- change
2304-
- end
2305-
- info
2306-
- start
23072301
name: protocol
23082302
- description: The start event type is used for the subset of events within a category
23092303
that indicate something has started. A common example is `event.category:process

generated/ecs/ecs_nested.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2701,12 +2701,6 @@ event:
27012701
should not use the protocol value. Further note that when the protocol subcategory
27022702
is used, the identified protocol is populated in the ECS `network.protocol`
27032703
field.
2704-
expected_event_types:
2705-
- access
2706-
- change
2707-
- end
2708-
- info
2709-
- start
27102704
name: protocol
27112705
- description: The start event type is used for the subset of events within
27122706
a category that indicate something has started. A common example is `event.category:process

schemas/event.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -469,12 +469,6 @@
469469
Note that events that only indicate the name or id of the protocol should not use the protocol value.
470470
Further note that when the protocol subcategory is used, the identified protocol is populated in
471471
the ECS `network.protocol` field.
472-
expected_event_types:
473-
- access
474-
- change
475-
- end
476-
- info
477-
- start
478472
- name: start
479473
description: >
480474
The start event type is used for the subset of events within a category

0 commit comments

Comments
 (0)