-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beat: Allow setting beat name in configuration (#12176)
Uses the beat name if set in the configuration file. Restores what used to work on 7.x and perhaps prior to #9149 being introduced. This undoes an unwanted breaking change that caused beat.name to be ignored. Signed-off-by: Marc Lopez Rubio <[email protected]> Co-authored-by: kruskall <[email protected]> (cherry picked from commit a56c605) # Conflicts: # changelogs/head.asciidoc
- Loading branch information
1 parent
d4cec67
commit 6b9a613
Showing
4 changed files
with
40 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[[release-notes-head]] | ||
== APM version HEAD | ||
|
||
https://github.com/elastic/apm-server/compare/8.11\...main[View commits] | ||
|
||
[float] | ||
==== Breaking Changes | ||
- The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102]. | ||
- "publish_ready" is always false in the "GET /" response until events are received by apm-server {pull}12150[12150] | ||
- Reverts a breaking change that ignored the beat name. This is visible in Stack Monitoring {pull}12176[12176] | ||
|
||
[float] | ||
==== Bug fixes | ||
- Switch built-in ILM rollover policies from max_size to max_primary_shard_size {pull}11729[11729]. | ||
|
||
[float] | ||
==== Deprecations | ||
|
||
[float] | ||
==== Intake API Changes | ||
|
||
[float] | ||
==== Added | ||
- Update container base image to Ubuntu 22.04 {pull}11778[11778] | ||
- Add support for returning partial success response in OTLP input {pull}11883[11883] | ||
- Setting event timestamp from OTel observed timestamp when needed {pull}11935[11935] | ||
- Field mappings have been added for various formerly unindexed fields {pull}12102[12102] | ||
- We now assert that index templates are installed by attempting to create data streams {pull}12150[12150] |
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
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