Build filebeat x-pack cannot export dashboard

Once x-pack filebeat is build I cannot export dashboards.
'''
MODULE=zeek ID=7cbb5410-3700-11e9-aa6d-ff445a78330c mage exportDashboard
Error while connecting to Kibana: fail to get the Kibana version: HTTP GET request to http://localhost:5601/api/status fails: fail to execute the HTTP GET request: Get "http://localhost:5601/api/status": dial tcp 127.0.0.1:5601: connect:
connection refused. Response: .
exit status 1
Error: running "go run -mod vendor /root/go/src/github.com/elastic/beats/dev-tools/cmd/dashboards/export_dashboards.go -output /root/go/src/github.com/elastic/beats/x-pack/filebeat/module/zeek/_meta/kibana/7/dashboard/7cbb5410-3700-11e9-a
a6d-ff445a78330c.json -dashboard 7cbb5410-3700-11e9-aa6d-ff445a78330c" failed with exit code 1
'''

I assume this is because it's looking for a local instance of Kibana but there's no documentation on setting it to an external instance.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.

Hello @Mike_Ware, did you get a resolution to this?