ECS is turning 1.0.0!
We've clarified a few field descriptions and examples, based on your feedback and questions.
Breaking changes
- Remove the
user.group
keyword
field, introduced in #204. Instead,
thegroup
field set can be nested atuser.group
. #308
Bugfixes
- Field set name "group" was being used as a leaf field at
user.group
, instead
of being a nesting of the field set. This goes against a driving principle of ECS,
and has been corrected. #308 - Replaced incorrect examples in
cloud.provider
. #330, #348 - Changed the
url.port
type tolong
. #339
Added
- Added pointer in description of
http
field set tourl
field set. #330 - Added an optional short field description. #330
Improvements
- Clarified the definition of the host fields #325
- Clarified the difference between
@timestamp
andevent.created
. #329 - Make phrasing of lowercasing directive more relevant, no matter where it's shown. #332
- Specify the
object_type
for fieldlabels
. #331 - Loosen up definition of
geo
field set. Not necessarily geo-ip based, sincegeo.name
. #333 - Clarified guidelines on ID fields. #349