-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into issue-11593
- Loading branch information
Showing
78 changed files
with
19,586 additions
and
14,830 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 |
---|---|---|
|
@@ -573,11 +573,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected] | |
|
||
-------------------------------------------------------------------------------- | ||
Dependency : github.com/elastic/beats/v7 | ||
Version: v7.0.0-alpha2.0.20231121082709-886d078ba1f0 | ||
Version: v7.0.0-alpha2.0.20231129135154-6f32513e5037 | ||
Licence type (autodetected): Elastic | ||
-------------------------------------------------------------------------------- | ||
|
||
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20231121082709-886d078ba1f0/LICENSE.txt: | ||
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20231129135154-6f32513e5037/LICENSE.txt: | ||
|
||
Source code in this repository is variously licensed under the Apache License | ||
Version 2.0, an Apache compatible license, or the Elastic License. Outside of | ||
|
@@ -1040,11 +1040,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-l | |
|
||
-------------------------------------------------------------------------------- | ||
Dependency : github.com/elastic/elastic-agent-system-metrics | ||
Version: v0.8.1 | ||
Version: v0.8.2 | ||
Licence type (autodetected): Apache-2.0 | ||
-------------------------------------------------------------------------------- | ||
|
||
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].1/LICENSE.txt: | ||
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].2/LICENSE.txt: | ||
|
||
Apache License | ||
Version 2.0, January 2004 | ||
|
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
42 changes: 0 additions & 42 deletions
42
...ackage/apm/data_stream/traces/elasticsearch/ingest_pipeline/apm_data_stream_migration.yml
This file was deleted.
Oops, something went wrong.
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
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,48 @@ | ||
[[known-issues]] | ||
= Known issues | ||
|
||
APM has the following known issues: | ||
|
||
*Ingesting new JVM metrics in 8.9 and 8.10 breaks upgrade to 8.11 and stops ingestion* + | ||
_APM Server versions: 8.11.0, 8.11.1_ + | ||
_Elastic APM Java Agent versions: 1.39.0+_ | ||
|
||
// Describe the conditions in which this issue occurs | ||
If you're using the Elastic APM Java Agent v1.39.0+ to send new JVM metrics to APM Server v8.9.x and v8.10.x, | ||
// Describe the behavior of the issue | ||
upgrading to 8.11.0 or 8.11.1 will silently fail and stop ingesting APM metrics. | ||
// Describe why it happens | ||
// This happens because... | ||
|
||
// Include exact error messages linked to this issue | ||
// so users searching for the error message end up here. | ||
After upgrading, you will see the following errors: | ||
|
||
* APM Server error logs: | ||
+ | ||
[source,txt] | ||
---- | ||
failed to index document in 'metrics-apm.internal-default' (fail_processor_exception): Document produced by APM Server v8.11.1, which is newer than the installed APM integration (v8.10.3-preview-1695284222). The APM integration must be upgraded. | ||
---- | ||
|
||
* Fleet error on integration package upgrade: | ||
+ | ||
[source,txt] | ||
---- | ||
Failed installing package [apm] due to error: [ResponseError: mapper_parsing_exception | ||
Root causes: | ||
mapper_parsing_exception: Field [jvm.memory.non_heap.pool.committed] attempted to shadow a time_series_metric] | ||
---- | ||
|
||
// Link to fix? | ||
A fix for this issue is in progress: https://github.com/elastic/kibana/pull/171712[elastic/kibana#171712]. | ||
|
||
|
||
// TEMPLATE | ||
|
||
//// | ||
*Brief description* + | ||
_Versions: XX.XX.XX, YY.YY.YY, ZZ.ZZ.ZZ_ | ||
Detailed description. | ||
//// |
Oops, something went wrong.