-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Migration information about ES logging breaking changes (#79146)
Adds breaking change docs for #47105. (ECS layout and plaintext log files removal) Relates to #46119
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
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
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,42 @@ | ||
[discrete] | ||
[[breaking_80_logging_changes]] | ||
==== Logging changes | ||
|
||
//NOTE: The notable-breaking-changes tagged regions are re-used in the | ||
//Installation and Upgrade Guide | ||
|
||
//tag::notable-breaking-changes[] | ||
.{es} JSON logs now comply with ECS. | ||
[%collapsible] | ||
==== | ||
*Details* + | ||
{es}'s {ref}/logging.html[JSON logs] now comply with the | ||
{ecs-ref}/index.html[Elastic Common Schema (ECS)]. Previously, {es}'s JSON logs | ||
used a custom schema. | ||
*Impact* + | ||
If your application parses {es}'s JSON logs, update it to support the new ECS | ||
format. | ||
==== | ||
|
||
|
||
.{es} no longer emits deprecation logs or slow logs in plaintext. | ||
[%collapsible] | ||
==== | ||
*Details* + | ||
{es} no longer emits a plaintext version of the following logs: | ||
* Deprecation logs | ||
* Indexing slow logs | ||
* Search slow logs | ||
These logs are now only available in JSON. | ||
Server logs are still available in both a JSON and plaintext format. | ||
*Impact* + | ||
If your application parses {es}'s plaintext logs, update it to use the new ECS | ||
JSON logs. | ||
==== | ||
|
||
// end::notable-breaking-changes[] |