Skip to content

Commit

Permalink
Update file definition (elastic#196)
Browse files Browse the repository at this point in the history
* Update file definition

* Update CHANGELOG.md

* Tweak CHANGELOG.md

per suggestion

Co-Authored-By: MikePaquette <mpaquette@elastic.co>
  • Loading branch information
MikePaquette committed Dec 4, 2018
1 parent 80fa71a commit 2db2aee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file based on the

### Improvements
* Improve and clarify the definition of Device fields #192
* Improved the definition of the file fields #196

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ The event fields are used for context information about the data itself.

## <a name="file"></a> File fields

File fields provide details about each file.
A file is defined as a set of information that has been created on, or has existed on a filesystem. File objects can be associated with host events, network events, and/or file events (e.g., those produced by File Integrity Monitoring [FIM] products or services). File fields provide details about the affected file associated with the event or metric.


| 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 @@ -527,7 +527,7 @@
group: 2
title: File
description: >
File fields provide details about each file.
A file is defined as a set of information that has been created on, or has existed on a filesystem. File objects can be associated with host events, network events, and/or file events (e.g., those produced by File Integrity Monitoring [FIM] products or services). File fields provide details about the affected file associated with the event or metric.
type: group
fields:

Expand Down
2 changes: 1 addition & 1 deletion schemas/file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
group: 2
title: File
description: >
File fields provide details about each file.
A file is defined as a set of information that has been created on, or has existed on a filesystem. File objects can be associated with host events, network events, and/or file events (e.g., those produced by File Integrity Monitoring [FIM] products or services). File fields provide details about the affected file associated with the event or metric.
type: group
fields:

Expand Down

0 comments on commit 2db2aee

Please sign in to comment.