From 24db8b7eb3ea57cb6e0cdf4c9ccbcbbf8b6ea9b2 Mon Sep 17 00:00:00 2001 From: stevejsyu <87506906+stevejsyu@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:35:16 +0930 Subject: [PATCH] Update data-model.asciidoc Per the PR and changelogs, the `error.custom` and `transaction.custom` fields were changed to the `flattened` type, but it does not reflect the change in this document. - PR: [#12102](https://github.com/elastic/apm-server/pull/12102) - Changelogs: [APM Release Notes 8.12](https://www.elastic.co/guide/en/observability/current/apm-release-notes-8.12.html#_added_7) In addion, the documentation describes these fields as "non-indexed." In SF case 01746372, the customer reported that these fields are searchable in Discover within Kibana, indicating they may actually be indexed. --- docs/en/observability/apm/data-model.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/observability/apm/data-model.asciidoc b/docs/en/observability/apm/data-model.asciidoc index 60c0a69c07..f90132a1ad 100644 --- a/docs/en/observability/apm/data-model.asciidoc +++ b/docs/en/observability/apm/data-model.asciidoc @@ -634,7 +634,7 @@ Non-indexed information is useful for providing contextual information to help y quickly debug performance issues or errors. * Indexed: No -* {es} type: {ref}/object.html[object] +* {es} type: {ref}/flattened.html[flattened] * {es} fields: `transaction.custom` | `error.custom` * Applies to: <> | <>