URL drilldown settings in Kibana
Self-Managed
Configure the URL drilldown settings in your kibana.yml configuration file.
-
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 only external URLs to the
example.comdomain with thehttpsscheme, except for thedanger.example.comsub-domain, which is denied even whenhttpsscheme is used:externalUrl.policy: - allow: false host: danger.example.com - allow: true host: example.com protocol: https