diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index e314547d31..d85ec4c97a 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -14,6 +14,8 @@ Thanks, you're awesome :-) --> #### Bugfixes +* Clean up `event.reference` description. #1181 + #### Added * Added `event.category` "registry". #1040 diff --git a/code/go/ecs/event.go b/code/go/ecs/event.go index 1dfdf696c4..4cced17b76 100644 --- a/code/go/ecs/event.go +++ b/code/go/ecs/event.go @@ -199,7 +199,7 @@ type Event struct { Ingested time.Time `ecs:"ingested"` // Reference URL linking to additional information about this event. - // This URL links to a static definition of the this event. Alert events, + // This URL links to a static definition of this event. Alert events, // indicated by `event.kind:alert`, are a common use case for this field. Reference string `ecs:"reference"` diff --git a/docs/field-details.asciidoc b/docs/field-details.asciidoc index 90fec37b2b..73bc4467d3 100644 --- a/docs/field-details.asciidoc +++ b/docs/field-details.asciidoc @@ -2164,7 +2164,7 @@ example: `Terminated an unexpected process` | Reference URL linking to additional information about this event. -This URL links to a static definition of the this event. Alert events, indicated by `event.kind:alert`, are a common use case for this field. +This URL links to a static definition of this event. Alert events, indicated by `event.kind:alert`, are a common use case for this field. type: keyword diff --git a/experimental/generated/beats/fields.ecs.yml b/experimental/generated/beats/fields.ecs.yml index 9a58688014..3d103d3883 100644 --- a/experimental/generated/beats/fields.ecs.yml +++ b/experimental/generated/beats/fields.ecs.yml @@ -1392,7 +1392,7 @@ ignore_above: 1024 description: 'Reference URL linking to additional information about this event. - This URL links to a static definition of the this event. Alert events, indicated + This URL links to a static definition of this event. Alert events, indicated by `event.kind:alert`, are a common use case for this field.' example: https://system.example.com/event/#0001234 default_field: false diff --git a/experimental/generated/ecs/ecs_flat.yml b/experimental/generated/ecs/ecs_flat.yml index 8997fffccf..f98d8b95ce 100644 --- a/experimental/generated/ecs/ecs_flat.yml +++ b/experimental/generated/ecs/ecs_flat.yml @@ -2183,8 +2183,8 @@ event.reference: dashed_name: event-reference description: 'Reference URL linking to additional information about this event. - This URL links to a static definition of the this event. Alert events, indicated - by `event.kind:alert`, are a common use case for this field.' + This URL links to a static definition of this event. Alert events, indicated by + `event.kind:alert`, are a common use case for this field.' example: https://system.example.com/event/#0001234 flat_name: event.reference ignore_above: 1024 diff --git a/experimental/generated/ecs/ecs_nested.yml b/experimental/generated/ecs/ecs_nested.yml index 6d1a832021..97acbc2459 100644 --- a/experimental/generated/ecs/ecs_nested.yml +++ b/experimental/generated/ecs/ecs_nested.yml @@ -2587,7 +2587,7 @@ event: dashed_name: event-reference description: 'Reference URL linking to additional information about this event. - This URL links to a static definition of the this event. Alert events, indicated + This URL links to a static definition of this event. Alert events, indicated by `event.kind:alert`, are a common use case for this field.' example: https://system.example.com/event/#0001234 flat_name: event.reference diff --git a/generated/beats/fields.ecs.yml b/generated/beats/fields.ecs.yml index d7bb24c1bd..1f06a65a1a 100644 --- a/generated/beats/fields.ecs.yml +++ b/generated/beats/fields.ecs.yml @@ -1392,7 +1392,7 @@ ignore_above: 1024 description: 'Reference URL linking to additional information about this event. - This URL links to a static definition of the this event. Alert events, indicated + This URL links to a static definition of this event. Alert events, indicated by `event.kind:alert`, are a common use case for this field.' example: https://system.example.com/event/#0001234 default_field: false diff --git a/generated/ecs/ecs_flat.yml b/generated/ecs/ecs_flat.yml index 0c6e8374cf..7e7347eba8 100644 --- a/generated/ecs/ecs_flat.yml +++ b/generated/ecs/ecs_flat.yml @@ -2183,8 +2183,8 @@ event.reference: dashed_name: event-reference description: 'Reference URL linking to additional information about this event. - This URL links to a static definition of the this event. Alert events, indicated - by `event.kind:alert`, are a common use case for this field.' + This URL links to a static definition of this event. Alert events, indicated by + `event.kind:alert`, are a common use case for this field.' example: https://system.example.com/event/#0001234 flat_name: event.reference ignore_above: 1024 diff --git a/generated/ecs/ecs_nested.yml b/generated/ecs/ecs_nested.yml index 50c4915485..47cd8526ef 100644 --- a/generated/ecs/ecs_nested.yml +++ b/generated/ecs/ecs_nested.yml @@ -2587,7 +2587,7 @@ event: dashed_name: event-reference description: 'Reference URL linking to additional information about this event. - This URL links to a static definition of the this event. Alert events, indicated + This URL links to a static definition of this event. Alert events, indicated by `event.kind:alert`, are a common use case for this field.' example: https://system.example.com/event/#0001234 flat_name: event.reference diff --git a/schemas/event.yml b/schemas/event.yml index 0edbf6b8de..3e4aaf4627 100644 --- a/schemas/event.yml +++ b/schemas/event.yml @@ -714,7 +714,7 @@ description: > Reference URL linking to additional information about this event. - This URL links to a static definition of the this event. + This URL links to a static definition of this event. Alert events, indicated by `event.kind:alert`, are a common use case for this field. example: "https://system.example.com/event/#0001234"