diff --git a/explore-analyze/find-and-organize/data-views.md b/explore-analyze/find-and-organize/data-views.md index d16df0ffda..44ea986a72 100644 --- a/explore-analyze/find-and-organize/data-views.md +++ b/explore-analyze/find-and-organize/data-views.md @@ -545,6 +545,8 @@ When the formatter type is **Audio**, the `{{value}}` template string specifies To pass unescaped values directly to the URL, use the `{{rawValue}}` string. +{applies_to}`stack: ga 9.6+` {applies_to}`serverless: ga` To insert a value into the [Rison](https://github.com/Nanonid/rison)-encoded state of a {{kib}} app URL, use the `{{risonValue}}` string in the URL template. Place it inside single quotes, for example `query:'{{risonValue}}'`. It escapes the value for Rison, then URL-encodes it, so that values containing `'` or `!` don't break the app state. + A **Label template** enables you to specify a text string that appears instead of the raw URL. You can use the `{{value}}` template string normally in label templates. You can also use the `{{url}}` template string to display the formatted URL. @@ -597,6 +599,8 @@ When the formatter type is **Audio**, the `{{value}}` template string specifies To pass unescaped values directly to the URL, use the `{{rawValue}}` string. +{applies_to}`stack: ga 9.6+` {applies_to}`serverless: ga` To insert a value into the [Rison](https://github.com/Nanonid/rison)-encoded state of a {{kib}} app URL, use the `{{risonValue}}` string in the URL template. Place it inside single quotes, for example `query:'{{risonValue}}'`. It escapes the value for Rison, then URL-encodes it, so that values containing `'` or `!` don't break the app state. + A **Label template** enables you to specify a text string that appears instead of the raw URL. You can use the `{{value}}` template string normally in label templates. You can also use the `{{url}}` template string to display the formatted URL. @@ -656,6 +660,8 @@ When the formatter type is **Audio**, the `{{value}}` template string specifies To pass unescaped values directly to the URL, use the `{{rawValue}}` string. +{applies_to}`stack: ga 9.6+` {applies_to}`serverless: ga` To insert a value into the [Rison](https://github.com/Nanonid/rison)-encoded state of a {{kib}} app URL, use the `{{risonValue}}` string in the URL template. Place it inside single quotes, for example `query:'{{risonValue}}'`. It escapes the value for Rison, then URL-encodes it, so that values containing `'` or `!` don't break the app state. + A **Label template** enables you to specify a text string that appears instead of the raw URL. You can use the `{{value}}` template string normally in label templates. You can also use the `{{url}}` template string to display the formatted URL. The **String** field formatter enables you to apply transforms to the field.