mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Fixes deprecation popup in drilldown doc (#120264)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
f4103ba143
commit
ef28ad7a90
1 changed files with 10 additions and 13 deletions
|
@ -6,20 +6,18 @@
|
|||
|
||||
Configure the URL drilldown settings in your `kibana.yml` configuration file.
|
||||
|
||||
[cols="2*<"]
|
||||
|===
|
||||
| [[url-drilldown-enabled]] `url_drilldown.enabled`
|
||||
| deprecated:[7.16.0,"In 8.0 and later, this setting will no longer be supported."]
|
||||
When `true`, enables URL drilldowns on your {kib} instance.
|
||||
|
||||
| [[external-URL-policy]] `externalUrl.policy`
|
||||
| Configures the external URL policies. URL drilldowns respect the global *External URL* service, which you can use to deny or allow external URLs.
|
||||
[[url-drilldown-enabled]] `url_drilldown.enabled`::
|
||||
deprecated:[7.16.0,"In 8.0 and later, this setting will no longer be supported."]
|
||||
When `true`, enables URL drilldowns on your {kib} instance.
|
||||
|
||||
[[external-URL-policy]] `externalUrl.policy`::
|
||||
Configures the external URL policies. URL drilldowns respect the global *External URL* service, which you can use to deny or allow external URLs.
|
||||
By default all external URLs are allowed.
|
||||
|===
|
||||
|
||||
For example, to allow external URLs only to the `example.com` domain with the `https` scheme, except for the `danger.example.com` sub-domain,
|
||||
which is denied even when `https` scheme is used:
|
||||
|
||||
+
|
||||
This example allows external URLs only to the `example.com` domain with the `https` scheme, except for the `danger.example.com` sub-domain,
|
||||
which is denied even when `https` scheme is used.
|
||||
+
|
||||
["source","yml"]
|
||||
-----------
|
||||
externalUrl.policy:
|
||||
|
@ -29,4 +27,3 @@ externalUrl.policy:
|
|||
host: example.com
|
||||
protocol: https
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue