forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add breaking changes file for 7.11 (elastic#23943)
* Add breaking changes file for 7.11 * Add notable changes
- Loading branch information
1 parent
359cd74
commit 1edb312
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
libbeat/docs/release-notes/breaking/breaking-7.11.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters