Hi there,
I am trying to read data from an external source and plot it with the VegaLite plugin in Kibana. From some topics in this forum, I got the impression that this should be possible.
But I keep getting the following error:
External URLs are not enabled. Add "vega": {"enableExternalUrls": true} `to kibana.yml
I have tweaked my kibana.yml but without success. This is what I tried:
# Default Kibana configuration from kibana-docker.
server.name: kibana
server.host: "0"
elasticsearch.url: http://elasticsearch:9200
vega:
- enableExternalUrls: true
What am I doing wrong here?