Skip to content

Commit fc7581c

Browse files
add headings to apm known issues doc (#4218)
1 parent e00cc4e commit fc7581c

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

docs/en/observability/apm/known-issues.asciidoc

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,23 @@ TEMPLATE
77
Note: Add known issues for newer Elastic Stack
88
versions to the top of this page
99
10-
*Brief description* +
10+
[discrete]
11+
== Brief description
12+
1113
_Versions: XX.XX.XX, YY.YY.YY, ZZ.ZZ.ZZ_
1214
13-
Detailed description including:
15+
// Detailed description including:
1416
15-
The conditions in which this issue occurs
16-
The behavior of the issue
17-
Why it happens
18-
If applicable, exact error messages linked to this issue so users searching for the error message end up here
19-
Link to fix
17+
// The conditions in which this issue occurs
18+
// The behavior of the issue
19+
// Why it happens
20+
// If applicable, exact error messages linked to this issue so users searching for the error message end up here
21+
// If applicable, link to fix
2022
////
2123

22-
*Upgrading to v8.15.0 may cause APM indices to lose their lifecycle policy* +
24+
[discrete]
25+
== Upgrading to v8.15.0 may cause APM indices to lose their lifecycle policy
26+
2327
_Elastic Stack versions: 8.15.0_ +
2428
_Fixed in Elastic Stack version 8.15.1_
2529

@@ -95,8 +99,10 @@ PUT _data_stream/logs-apm.*/_lifecycle
9599
// Link to fix if it exists
96100
This issue is fixed in 8.15.1 (https://github.com/elastic/elasticsearch/pull/112432[elastic/elasticsearch#112432]).
97101

102+
[discrete]
98103
[[broken-apm-anomaly-rule]]
99-
*Upgrading to v8.13.0 to v8.13.2 breaks APM anomaly rules* +
104+
== Upgrading to v8.13.0 to v8.13.2 breaks APM anomaly rules
105+
100106
_Elastic Stack versions: 8.13.0, 8.13.1, 8.13.2_ +
101107
_Fixed in Elastic Stack version 8.13.3_
102108

@@ -223,8 +229,10 @@ curl -u "$KIBANA_USER":"$KIBANA_PASSWORD" -XPUT "$KIBANA_URL/api/alerting/rule/0
223229
Once the PUT request executes successfully, the rule will no longer be broken.
224230
====
225231

232+
[discrete]
226233
[[apm-empty-metricset-values]]
227-
*Upgrading APM Server to 8.11+ might break event intake from older APM Java agents* +
234+
== Upgrading APM Server to 8.11+ might break event intake from older APM Java agents
235+
228236
_APM Server versions: >=8.11.0_ +
229237
_Elastic APM Java agent versions: < 1.43.0_
230238

@@ -250,7 +258,9 @@ The fix is to upgrade the Elastic APM Java agent to a version >= 1.43.0.
250258
Find details in https://github.com/elastic/apm-data/pull/157[elastic/apm-data#157].
251259

252260

253-
*traces-apm@custom ingest pipeline applied to certain data streams unintentionally* +
261+
[discrete]
262+
== traces-apm@custom ingest pipeline applied to certain data streams unintentionally
263+
254264
_APM Server versions: 8.12.0_ +
255265

256266
// Describe the conditions in which this issue occurs
@@ -270,8 +280,9 @@ If you rely on this unintended behavior in 8.12.0, please rename your pipeline t
270280
// Link to fix?
271281
A fix was released in 8.12.1: https://github.com/elastic/kibana/pull/175448[elastic/kibana#175448].
272282

283+
[discrete]
284+
== Ingesting new JVM metrics in 8.9 and 8.10 breaks upgrade to 8.11 and stops ingestion
273285

274-
*Ingesting new JVM metrics in 8.9 and 8.10 breaks upgrade to 8.11 and stops ingestion* +
275286
_APM Server versions: 8.11.0, 8.11.1_ +
276287
_Elastic APM Java agent versions: 1.39.0+_
277288

@@ -306,7 +317,9 @@ Failed installing package [apm] due to error: [ResponseError: mapper_parsing_exc
306317
A fix was released in 8.11.2: https://github.com/elastic/kibana/pull/171712[elastic/kibana#171712].
307318

308319

309-
*APM integration package upgrade through Fleet causes excessive data stream rollovers* +
320+
[discrete]
321+
== APM integration package upgrade through Fleet causes excessive data stream rollovers
322+
310323
_APM Server versions: \<= 8.12.1 +_
311324

312325
// Describe the conditions in which this issue occurs
@@ -336,7 +349,9 @@ Mappings update for metrics-apm.service_destination.10m-default failed due to Re
336349
A fix was released in 8.12.2: https://github.com/elastic/apm-server/pull/12219[elastic/apm-server#12219].
337350

338351

339-
*Performance regression: APM issues too many small bulk requests for Elasticsearch output* +
352+
[discrete]
353+
== Performance regression: APM issues too many small bulk requests for Elasticsearch output
354+
340355
_APM Server versions: >=8.13.0, \<= 8.14.2_ +
341356

342357
// Describe the conditions in which this issue occurs

0 commit comments

Comments
 (0)