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

Fix a 'typo' in the definition of source... #211

Merged
merged 2 commits into from
Dec 4, 2018
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ All notable changes to this project will be documented in this file based on the

### Bugfixes

* Fix obvious mistake in the definition of "source", where it said "destination"
instead of "source". #211

### Added
* Add `host.name` field and clarify usage of `host.hostname`. #187
* Add `event.start` and `event.end` date fields. #185
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ The service fields describe the service for or from which the data was collected

## <a name="source"></a> Source fields

Source fields describe details about the destination of a packet/event.
Source fields describe details about the source of a packet/event.


| Field | Description | Level | Type | Example |
Expand Down
2 changes: 1 addition & 1 deletion fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@
title: Source
group: 2
description: >
Source fields describe details about the destination of a
Source fields describe details about the source of a
packet/event.
type: group
fields:
Expand Down
2 changes: 1 addition & 1 deletion schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Source
group: 2
description: >
Source fields describe details about the destination of a
Source fields describe details about the source of a
packet/event.
type: group
fields:
Expand Down