Skip to content

Commit

Permalink
Merged elastic#1171 changes, which touched some of the same code:
Browse files Browse the repository at this point in the history
- merged the new mechanism of using the oss fallback for 6.x
- kept my rename to a shorter variable name 'es_version'
  • Loading branch information
Mathieu Martin committed Dec 8, 2020
2 parents 5d37d99 + 5f5c4ec commit b59c2ad
Show file tree
Hide file tree
Showing 34 changed files with 4,813 additions and 549 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,26 @@ Thanks, you're awesome :-) -->

* Added `event.category` "registry". #1040
* Added `event.category` "session". #1049
* Added usage documentation for `user` fields. #1066
* Added `user` fields at `user.effective.*`, `user.target.*` and `user.changes.*`. #1066
* Added `os.type`. #1111

#### Improvements

* Note `[` and `]` bracket characters may enclose a literal IPv6 address when populating `url.domain`. #1131

#### Deprecated

* Deprecated `host.user.*` fields for removal at the next major. #1066

### Tooling and Artifact Changes

#### Breaking changes

#### Bugfixes

* `tracing` fields should be at root of Beats `fields.ecs.yml` artifacts. #1164

#### Added

* Added ability to supply free-form usage documentation per fieldset. #988
Expand All @@ -43,6 +51,10 @@ Thanks, you're awesome :-) -->

#### Improvements

* Added a notice highlighting that the `tracing` fields are not nested under the
namespace `tracing.` #1162
* ES 6.x template data types will fallback to supported types. #1171

#### Deprecated


Expand Down
3 changes: 3 additions & 0 deletions code/go/ecs/tracing.go

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

8 changes: 7 additions & 1 deletion code/go/ecs/url.go

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

Loading

0 comments on commit b59c2ad

Please sign in to comment.