nyurik / kibana-vega-vis

This Kibana plugin allows any data visualizations from Elastic Search and other data sources using Vega grammar. You can even create a visualization on top of an interactive map.
Apache License 2.0
134 stars 31 forks source link

What plugin for External URLs ? #70

Open MD65 opened 6 years ago

MD65 commented 6 years ago

External URLs are not enabled. Add "vega": {"enableExternalUrls": true} to kibana.yml but the plateform doesn't work after add this row, because of a plugin. Wich one ?

Thanks.

emilmirzayev commented 6 years ago

Which version of Kibana you use?

MD65 commented 6 years ago

@emilmirzayev 6.2 for kibana

nyurik commented 6 years ago

I suspect your kibana.yml is not properly formatted. Use something like https://codebeautify.org/yaml-validator to check that your yml file is correct.