From 8e5d83d9954d736e6a3cdc77539a0ff98343ae98 Mon Sep 17 00:00:00 2001 From: Marco Liberati Date: Fri, 16 Jul 2021 10:55:16 +0200 Subject: [PATCH] [Lens] Add more Lens QA doc (#105057) * :memo: Add more Lens qa doc * :bug: Fix wrong ref * :fire: Remove section anchor for now * Apply suggestions from code review Co-authored-by: Kaarina Tungseth * :ok_hand: Integrated feedback Co-authored-by: Kaarina Tungseth --- docs/user/dashboard/lens.asciidoc | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/user/dashboard/lens.asciidoc b/docs/user/dashboard/lens.asciidoc index 2071f17ecff3..7d0e684e5f81 100644 --- a/docs/user/dashboard/lens.asciidoc +++ b/docs/user/dashboard/lens.asciidoc @@ -316,10 +316,16 @@ Each *Layer* in a visualization is associated with an index pattern and mutiple You can also change the index pattern for a single *Layer*. [float] -[[why-my-field-x-is-missing-from-the-fields-list]] -===== Why is my field X missing from the fields list? +[[why-my-field-is-missing-from-the-fields-list]] +===== Why is my field missing from the fields list? -*Lens* does not support the visualization of full-text fields, therefore it is not showing them in the data summary. +Fields do not appear in the *Available fields* in the following scenarios: +* The field is a full-text field. +* The field is a `geo_point` field +* The field is a `flattened` field. +* The field is a `object` field. + +Verify if the field appears in the *Empty fields* list. *Lens* uses heuristics to determine if the fields contain values. For sparse data sets, the heuristics are less precise. [float] [[how-to-handle-gaps-in-time-series-visualizations]] @@ -370,3 +376,9 @@ Here's a short list of few different aspects to check: ** If a custom `Number` configuration is used, check that the color stop values are covering the current data range. ** If a `Percent` configuration is used, and the data range changes, the colors displayed are affected. + +[float] +[[is-it-possible-to-show-icons-in-datatable]] +===== Is it possible to display icons in data tables? + +You can display icons with <> in data tables.