Skip to content

Latest commit

 

History

History
110 lines (65 loc) · 2.25 KB

CHANGELOG.next.md

File metadata and controls

110 lines (65 loc) · 2.25 KB

Unreleased

Schema Changes

Breaking changes

  • Remove host.user.* field reuse. #1439
  • Remove deprecation notice on http.request.method. #1443
  • Migrate log.origin.file.line from integer to long. #1533
  • Remove log.original field. #1580
  • Remove process.ppid field. #1596

Bugfixes

Added

Improvements

  • Wildcard type field migration GA. #1582
  • match_only_text type field migration GA. #1584
  • Threat indicator fields GA from RFC 0008. #1586

Deprecated

Tooling and Artifact Changes

Breaking Changes

  • Removing deprecated --oss from generator #1404
  • Removing use-cases directory #1405
  • Remove Go code generator. #1567

Bugfixes

Added

Improvements

  • Remove remaining Go deps after removing Go code generator. #1585

Deprecated

1.12.0 (Feature Freeze)

Schema Changes

Added

  • Added file.fork_name field. #1288
  • Added service.address field. #1537
  • Added service.environment as a beta field. #1541
  • Added process.end field. #1544
  • Added container metric fields into experimental schema. #1546
  • Add code_signature.digest_algorithm and code_signature.timestamp fields. #1557
  • Add email.* field set in the experimental fields. #1569

Improvements

  • Beta migration on some keyword fields to wildcard. #1517
  • Promote threat.software.* and threat.group.* fields to GA. #1540
  • Update user.name and user.id examples for clarity. #1566
  • Beta migration of text and .text multi-fields to match_only_text. #1532, #1571

Tooling and Artifact Changes

Added

  • Support ES 6.x type fallback for match_only_text field types. #1528

Improvements

  • Document field type family interoperability in FAQ. #1591