Skip to content

Releases: elastic/ecs

ECS 8.5.1

02 Nov 16:37
17858e7
Compare
Choose a tag to compare

What's new in ECS 8.5.1

Tooling and Artifact Changes

Bugfixes

  • Fix type of normalize in process.io.bytes_skipped. #2094

ECS 8.5.0

01 Nov 14:26
c64d2c1
Compare
Choose a tag to compare

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 and process.tty.columns as beta fields. #2031
  • Changed process.env_vars field type to be an array of keywords. #2038
  • process.attested_user and process.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 and android as valid values for os.type #1999

Tooling and Artifact Changes

Bugfixes

  • Added Deprecation Warning for misspell task #1993
  • Fix typo in client schema #2014

ECS 8.5.0-rc1

21 Sep 14:59
8bfa1a4
Compare
Choose a tag to compare

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 and process.tty.columns as beta fields. #2031
  • Changed process.env_vars field type to be an array of keywords. #2038
  • process.attested_user and process.attested_groups as beta fields. #2050
  • Added risk.* fieldset to beta. #2051

Improvements

  • Advances threat.enrichments.indicator to GA. #1928
  • Added ios and android as valid values for os.type #1999

Tooling and Artifact Changes

Bugfixes

  • Added Deprecation Warning for misspell task #1993
  • Fix typo in client schema #2014

ECS 8.4.0

24 Aug 19:03
f09fa45
Compare
Choose a tag to compare

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

  • Initial set of expected_values. #1962
  • Adding service.node.roles. #1981

Tooling and Artifact Changes

Added

  • Introduce expected_values attribute. #1952

Improvements

  • Additional type annotations. #1950

ECS 8.4.0-rc1

26 Jul 21:04
4683401
Compare
Choose a tag to compare

ECS Release Candidate

ECS will publish a release candidate version, starting with 8.4.0, to better aid in development efforts.

Changelog

Schema Changes

Added

  • Initial set of expected_values. #1962
  • Adding service.node.roles. #1981

Tooling and Artifact Changes

Added

  • Introduce expected_values attribute. #1952

Improvements

  • Additional type annotations. #1950

ECS 8.3.1

06 Jul 17:48
f1d8127
Compare
Choose a tag to compare

Schema Changes

Deprecated

  • Deprecate service.node.role in favor of upcoming service.node.roles. #1976

ECS 8.3.0

28 Jun 13:55
e59adac
Compare
Choose a tag to compare

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

24 May 19:51
f121eac
Compare
Choose a tag to compare

Schema Changes

Bugfixes

  • Adding missing process fields for documentation. #1906

Tooling and Artifact Changes

Improvements

  • Add type hints to schema modules. #1771
  • Support docs_only param to subset defs. #1909

ECS 8.2.0

03 May 17:55
11a817f
Compare
Choose a tag to compare

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 and faas.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

Improvements

  • Update refs from master to main in USAGE.md etc #1658
  • Clean up trailing spaces and additional newlines in schemas #1667
  • Use higher compression as default in composable index template settings. #1712

ECS 8.1.0

08 Mar 18:17
83977a2
Compare
Choose a tag to compare

What's new in ECS 8.1

The email.* field set

Proposed in RFC 0010, this release introduces a beta email.* field set. These fields capture event details from email message headers, bodies, and attachments.

Additional hash fields

ECS 8.1 also adds three additional hash fields:

  • hash.sha384
  • hash.tlsh
  • pe.pehash

These fields help align ECS with Threat Intelligence features available in the Elastic platform.

Changelog

Schema Changes

Added

  • Added two new fields (sha384,tlsh) to hash schema and one field to pe schema (pehash). #1678
  • Added email.* beta field set. ##1688, #1705

Removed

  • Removing process.target.* reuses from experimental schema. #1666
  • Removing RFC 0014 pe.* fields from experimental schema. #1670

Tooling and Artifact Changes

Bugfixes

  • Fix invalid documentation link generation in component templates _meta. #1728

Improvements

  • Update refs from master to main in USAGE.md etc #1658
  • Clean up trailing spaces and additional newlines in schemas #1667
  • Use higher compression as default in composable index template settings. #1712
  • Bump dependencies. #1782