From 82eacc6971d084fbc565208cb236c07d5d371a36 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Tue, 1 Apr 2025 12:07:10 +0200 Subject: [PATCH] Reproduce https://github.com/elastic/kibana/pull/159636 in new docs --- explore-analyze/find-and-organize/data-views.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/explore-analyze/find-and-organize/data-views.md b/explore-analyze/find-and-organize/data-views.md index 4ed0d024a..23b69066e 100644 --- a/explore-analyze/find-and-organize/data-views.md +++ b/explore-analyze/find-and-organize/data-views.md @@ -219,6 +219,10 @@ To add runtime fields to your data views, open the data view you want to change, 7. Click **Create field**. +:::{warning} +Runtime fields created against a data view are not applied to the underlying index mapping in {{es}}. +::: + #### Runtime field examples [runtime-field-examples]