Skip to content

Commit

Permalink
Add breaking changes file for 7.11 (elastic#23943)
Browse files Browse the repository at this point in the history
* Add breaking changes file for 7.11

* Add notable changes
  • Loading branch information
dedemorton authored Feb 10, 2021
1 parent 359cd74 commit 1edb312
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions libbeat/docs/release-notes/breaking/breaking-7.11.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[[breaking-changes-7.11]]

=== Breaking changes in 7.11
++++
<titleabbrev>7.11</titleabbrev>
++++

//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide

// tag::notable-breaking-changes[]

[float]
==== Field changes

The following field changes are potentially breaking for anything that relies
on these fields:

* In {filebeat}, the `suricata.eve.timestamp` alias field has been removed from
the Suricata module.

* In {auditbeat}, the file integrity dataset no longer includes a leading dot
in `file.extension` values. For example, it will report `png` instead of `.png`
to comply with Elastic Common Schema (ECS).

// end::notable-breaking-changes[]

See the <<release-notes,release notes>> for a complete list of changes,
including changes to beta or experimental functionality.
4 changes: 4 additions & 0 deletions libbeat/docs/release-notes/breaking/breaking.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ changes, but there are breaking changes between major versions (e.g. 6.x to

See the following topics for a description of breaking changes:

* <<breaking-changes-7.11>>

* <<breaking-changes-7.10>>

* <<breaking-changes-7.9>>
Expand All @@ -33,6 +35,8 @@ See the following topics for a description of breaking changes:

* <<breaking-changes-7.0>>

include::breaking-7.11.asciidoc[]

include::breaking-7.10.asciidoc[]

include::breaking-7.9.asciidoc[]
Expand Down

0 comments on commit 1edb312

Please sign in to comment.