Skip to content

Commit

Permalink
Cut changelog for 1.2.0 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin authored Oct 3, 2019
1 parent 50ec528 commit 2eaac19
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/).


## [1.2.0](https://github.com/elastic/ecs/compare/v1.1.0...v1.2.0)

### Added

* Added `threat.*` fields to apply a taxonomy to events and alerts. #505
* Added fields in `log.*` to allow for full Syslog mapping. #525
* Added `package.*` to installed software packages. #532
* Added `registered_domain` to `url`, `source`, `destination`, `client`, and `server`. #533
* Added `top_level_domain` field to `url`, `dns.question`,
`source`, `destination`, `client`, and `server`. #542, #572
* Added `group.domain` field. #547
* Added `url.extension`. #551, #573
* Added `observer.name` and `observer.product`. #557, #571
* Added `dns.question.subdomain` field. #561, #574
* Added `error.stack_trace` field. #562
* Added `log.origin.file.name`, `log.origin.function` and `log.origin.file.line` fields. #563, #568
* Added `service.node.name` to allow distinction between different nodes of the
same service running on the same host. #565
* Added `error.type` field. #566


## [1.1.0](https://github.com/elastic/ecs/compare/v1.0.1...v1.1.0)

### Added
Expand Down
15 changes: 0 additions & 15 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ Thanks, you're awesome :-) -->
### Bugfixes

### Added
* Add support for installed software packages. #532

* Added fields in `log.*` to allow for full Syslog mapping. #525
* Added `top_level_domain` field to `url`, `dns.question`,
`source`, `destination`, `client`, and `server`. #562, #572
* Add group.domain field #547
* Added `url.extension` #551, #573
* Added `observer.name` and `observer.product` #557, #571
* Added `dns.question.subdomain` field. #561, #574
* Added `error.stack_trace` field. #562
* Added `log.origin.file.name`, `log.origin.function` and `log.origin.file.line` fields. #563
* Added `service.node.name` to allow distinction between different nodes of the same service running on the same host. #565
* Added `error.type` field. #566

* Added Threat fields #505

### Improvements

Expand Down

0 comments on commit 2eaac19

Please sign in to comment.