Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct wording of event.reference description #1181

Merged
merged 3 commits into from
Dec 15, 2020
Merged
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
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 @@ -2144,7 +2144,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 @@ -1391,7 +1391,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 @@ -2142,8 +2142,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 @@ -2544,7 +2544,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 @@ -1413,7 +1413,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 @@ -2164,8 +2164,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 @@ -2567,7 +2567,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 @@ -712,7 +712,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