Skip to content

Commit

Permalink
[DOCS] Adds float attributes in breaking changes (elastic#11581) (ela…
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored May 11, 2019
1 parent 88d29c7 commit a9ae66e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libbeat/docs/breaking.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ See the following topics for a description of breaking changes:
This section discusses the main changes that you should be aware of if you
upgrade the Beats to version 7.0. {see-relnotes}

[float]
==== HTML escaping is disabled by default

Starting with verion 7.0, embedded HTML or special symbols like `<` and `>` are
Expand All @@ -28,6 +29,7 @@ To configure the old behavior of escaping HTML, set `escape_html:
true` in the output configuration.

//tag::notable-breaking-changes[]
[float]
==== Filebeat registry

Starting with version 7.0, Filebeat stores the registry in a sub-directory.
Expand All @@ -41,6 +43,7 @@ have been renamed to `filebeat.registry.flush` and

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

[float]
==== ILM support

Support for Index Lifecycle Management is GA with Beats version 7.0. This
Expand All @@ -61,6 +64,7 @@ include::./field-name-changes.asciidoc[]

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

[float]
==== Auditbeat type changes

The Auditbeat JSON data types produced by the output have been changed to align
Expand Down

0 comments on commit a9ae66e

Please sign in to comment.