This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
URL drilldown settings in Kibana
editURL drilldown settings in Kibana
editConfigure 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.com
domain with thehttps
scheme, except for thedanger.example.com
sub-domain, which is denied even whenhttps
scheme is used:externalUrl.policy: - allow: false host: danger.example.com - allow: true host: example.com protocol: https