Skip to content

Commit

Permalink
Add interface and VLAN field sets (elastic#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
dainperkins authored and dcode committed Apr 15, 2020
1 parent 839d41a commit ff3c0f6
Show file tree
Hide file tree
Showing 17 changed files with 1,668 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Thanks, you're awesome :-) -->
#### Bugfixes

#### Added
* Added `dll.*` fields (#679)

* Added `dll.*` fields #679
* Fieldset for PE metadata. #731
* Globally unique identifier `entity_id` for `process` and `process.parent`. (#747)
* Globally unique identifier `entity_id` for `process` and `process.parent`. #747
* Added interface, vlan, observer zone fields #752
* Added iam value for `event.category` and three related values for `event.type`. (#756)

#### Improvements
Expand Down
38 changes: 38 additions & 0 deletions code/go/ecs/interface.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions code/go/ecs/network.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions code/go/ecs/observer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions code/go/ecs/vlan.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff3c0f6

Please sign in to comment.