mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[DOCS] Reformats settings in drilldown doc (#120299)
* [DOCS] Reformats settings in drilldown doc * Update docs/settings/url-drilldown-settings.asciidoc * Update docs/settings/url-drilldown-settings.asciidoc * Update docs/settings/url-drilldown-settings.asciidoc * Update docs/settings/url-drilldown-settings.asciidoc Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
136ab726d5
commit
514d40c7a1
1 changed files with 5 additions and 9 deletions
|
@ -6,16 +6,13 @@
|
||||||
|
|
||||||
Configure the URL drilldown settings in your `kibana.yml` configuration file.
|
Configure the URL drilldown settings in your `kibana.yml` configuration file.
|
||||||
|
|
||||||
[cols="2*<"]
|
[[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.
|
||||||
| [[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.
|
By default all external URLs are allowed.
|
||||||
|===
|
+
|
||||||
|
For example, to allow only external URLs to the `example.com` domain with the `https` scheme, except for the `danger.example.com` sub-domain,
|
||||||
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:
|
which is denied even when `https` scheme is used:
|
||||||
|
+
|
||||||
["source","yml"]
|
["source","yml"]
|
||||||
-----------
|
-----------
|
||||||
externalUrl.policy:
|
externalUrl.policy:
|
||||||
|
@ -25,4 +22,3 @@ externalUrl.policy:
|
||||||
host: example.com
|
host: example.com
|
||||||
protocol: https
|
protocol: https
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue