diff --git a/src/ui/public/agg_types/controls/field.html b/src/ui/public/agg_types/controls/field.html index 8232015e6867f..14d0b56d98467 100644 --- a/src/ui/public/agg_types/controls/field.html +++ b/src/ui/public/agg_types/controls/field.html @@ -9,11 +9,15 @@
- Careful! The field selected contains analyzed strings. Analyzed strings are highly unique and can use a lot of memory to visualize. Values such as foo-bar will be broken into foo and bar. See Mapping Types for more information on setting this field as not_analyzed + Careful! The field selected contains analyzed strings. Analyzed strings are highly unique and can use a lot of memory to visualize. Values such as foo-bar will be broken into foo and bar. See Mapping Types for more information on setting this field as keyword (not analyzed). +
+ ++ Tip: {{agg.params.field.name + '.keyword'}} may be a non analyzed version of this field.
- Tip: {{agg.params.field.name + '.raw'}} may be a not_analyzed version of this field. + Tip: {{agg.params.field.name + '.raw'}} may be a non analyzed version of this field.