Releases: elastic/ecs
ECS 8.5.2
ECS 8.5.1
ECS 8.5.0
What's new in ECS 8.5.0
Schema Changes
Added
- Adding
risk.*
fields as experimental. #1994, #2010 - Adding
process.io.*
as beta fields. #1956, #2031 - Adding
process.tty.rows
andprocess.tty.columns
as beta fields. #2031 - Changed
process.env_vars
field type to be an array of keywords. #2038 process.attested_user
andprocess.attested_groups
as beta fields. #2050- Added
risk.*
fieldset to beta. #2051, #2058 - Moved Linux event model fields to GA. #2082
Improvements
- Advances
threat.enrichments.indicator
to GA. #1928 - Added
ios
andandroid
as valid values foros.type
#1999
Tooling and Artifact Changes
Bugfixes
ECS 8.5.0-rc1
ECS Release Candidate
Schema Changes
Added
- Adding
risk.*
fields as experimental. #1994, #2010 - Adding
process.io.*
as beta fields. #1956, #2031 - Adding
process.tty.rows
andprocess.tty.columns
as beta fields. #2031 - Changed
process.env_vars
field type to be an array of keywords. #2038 process.attested_user
andprocess.attested_groups
as beta fields. #2050- Added
risk.*
fieldset to beta. #2051
Improvements
- Advances
threat.enrichments.indicator
to GA. #1928 - Added
ios
andandroid
as valid values foros.type
#1999
Tooling and Artifact Changes
Bugfixes
ECS 8.4.0
What's new in ECS 8.4
New field attribute expected_values
ECS schema field definitions will now support an attribute to provide a consistent location to capture a list of expected values.
Schema Changes
Added
Tooling and Artifact Changes
Added
- Introduce
expected_values
attribute. #1952
Improvements
- Additional type annotations. #1950
ECS 8.4.0-rc1
ECS 8.3.1
ECS 8.3.0
What's new in ECS 8.3
GA
additions to the schema
The container.* metrics fieldset
Proposed in RFC 0025, this release introduces the container.* field set as GA. These additional container metric fields capture container CPU, memory, disk and network performance information.
Pattern attribute for .mac
fields
ECS sets the pattern attribute for the .mac address fields. The regex value is based on the format suggested in IETF RFC 7042.
Schema Changes
Added
- Added
pattern
attribute to.mac
fields. #1871 - Add
orchestrator.cluster.id
#1875 - Add
orchestrator.resource.id
#1878 - Add
orchestrator.resource.parent.type
#1889 - Add
orchestrator.resource.ip
#1889 - Add
container.image.hash.all
#1889 - Add
service.node.role
#1916 - Advanced
container.*
metric fields to GA. #1927
Important
After adding service.node.role
, it was realized that we intend for this field to have multiple values, and therefore we will be removing role
and replacing with roles
at the earliest opportunity. Please do not use service.node.role
.
ECS 8.2.1
ECS 8.2.0
What's new in ECS 8.2
Beta
additions to the schema
The linux event model fields
Proposed in RFC 0030, this release introduces a variety of new beta fields that model a linux event model in order to drive Session view in Kibana.
The container.*
metrics fieldset
Proposed in RFC 0025, this release introduces a beta container.* field set. These additional container metric fields capture container CPU, memory, disk and network performance information.
Tooling improvements
In 8.2, ECS has introduced a new optional field definition attribute: pattern. The pattern attribute holds a regular expression (regex) which expresses the expected constraint on a string field's value. This field is intended to be utilized in automated testing for validation of the values populating ECS fields.
Changelog
Schema Changes
Added
- Add beta
container.*
metric fields. #1789 - Add six new syslog fields to
log.syslog.*
. #1793 - Added
faas.id
,faas.name
andfaas.version
fields as beta. #1796 - Added linux event model beta fields and reuses to support RFC 0030. #1842, #1847, #1884
- Added
threat.feed.dashboard_id
,threat.feed.description
,threat.feed.name
,threat.feed.reference
fields. #1844
Improvements
Tooling and Artifact Changes
Added
- Adding optional field attribute,
pattern
. #1834 - Added support for re-using a fieldset as an array. #1838
- Added
--force-docs
option to generator. #1879