-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change device to observer * Update CHANGELOG.md * Update geo, os descriptions * Update agent, related, to change device to observer * backed out change to CONTRIBUTING.md * re-fixed CONTRIBUING after re-base
- Loading branch information
1 parent
983befa
commit e0a48af
Showing
11 changed files
with
162 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
top_level: false | ||
expected: | ||
- destination | ||
- device | ||
- observer | ||
- host | ||
- source | ||
type: group | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
- name: observer | ||
title: Observer | ||
group: 2 | ||
description: > | ||
An observer is defined as a special network, security, or application device used to detect, observe, or create network, security, or application-related events and metrics. This could be a custom hardware appliance or a server that has been configured to run special network, security, or application software. Examples include firewalls, intrusion detection/prevention systems, network monitoring sensors, web application firewalls, data loss prevention systems, and APM servers. The observer.* fields shall be populated with details of the system, if any, that detects, observes and/or creates a network, security, or application event or metric. Message queues and ETL components used in processing events or metrics are not considered observers in ECS. | ||
type: group | ||
fields: | ||
- name: mac | ||
level: core | ||
type: keyword | ||
description: > | ||
MAC address of the observer | ||
- name: ip | ||
level: core | ||
type: ip | ||
description: > | ||
IP address of the observer. | ||
- name: hostname | ||
level: core | ||
type: keyword | ||
description: > | ||
Hostname of the observer. | ||
- name: vendor | ||
level: core | ||
type: keyword | ||
description: > | ||
observer vendor information. | ||
- name: version | ||
level: core | ||
type: keyword | ||
description: > | ||
Observer version. | ||
- name: serial_number | ||
level: extended | ||
type: keyword | ||
description: > | ||
Observer serial number. | ||
- name: type | ||
level: core | ||
type: keyword | ||
description: > | ||
The type of the observer the data is coming from. | ||
There is no predefined list of observer types. Some examples are | ||
`forwarder`, `firewall`, `ids`, `ips`, `proxy`, `poller`, `sensor`, `APM server`. | ||
example: firewall |
Oops, something went wrong.