Skip to content

Commit

Permalink
Fix a 'typo' in the definition of source... (elastic#211)
Browse files Browse the repository at this point in the history
Aka copy/pasta.
  • Loading branch information
webmat authored and MikePaquette committed Dec 4, 2018
1 parent 8c7f4f5 commit 1d3b54b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
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 @@ -1137,7 +1137,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

0 comments on commit 1d3b54b

Please sign in to comment.