Skip to content

Commit

Permalink
[1.x] Correct wording of event.reference description (#1181) (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan authored Dec 15, 2020
1 parent 82adfee commit 2ae684e
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Thanks, you're awesome :-) -->

#### Bugfixes

* Clean up `event.reference` description. #1181

#### Added

* Added `event.category` "registry". #1040
Expand Down
2 changes: 1 addition & 1 deletion code/go/ecs/event.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion experimental/generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions experimental/generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion schemas/event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ae684e

Please sign in to comment.