Skip to content

[8.10] Move 8.9.0 RN host.name change to breaking changes section (backport #464) #466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,19 @@ Now, any unexpected error returns an `Internal Server Error` response while keep
unchanged. On expected failure paths (for example, Agent Inactive, Missing Agent ID, Missing Auth Header) a `Bad Request` response is returned. For more information, refer to {fleet-server-pull}2531[#2531].
====

[discrete]
[[breaking-ecs-hostname]]
.`host.name` field changed to ECS lowercase format.
[%collapsible]
====
*Details* +
In {agent} output the `host.name` field has been changed to lowercase to match Elastic Common Schema (ECS) guidelines. The agent name is also reported in lowercase (`AGENT-name` becomes `agent-name`).

*Impact* +
After upgrading {agent} to version 8.9.0 or higher, any case-sensitive searches may result in false-positive alerts. For example, a case-sensitive search based on the upper-case `AGENT-name` could result in an alert such as `system.load.1 reported no data in the last 5m for AGENT-name`. After upgrading, you may need to manually clear alerts and adjust some searches to match the new `host.name` format.

====

[discrete]
[[new-features-8.9.0]]
=== New features
Expand Down Expand Up @@ -158,7 +171,6 @@ The 8.9.0 release Added the following new and notable features.

{agent}::
* Add additional elements to support the Universal Profiling integration. {agent-pull}2881[#2881]
* Lowercase reported hostnames per Elastic Common Schema (Ecs) Guidelines for the `host.name` field.

[discrete]
[[bug-fixes-8.9.0]]
Expand Down