geosolutions-it/analytics

update install-dashboard.sh to work with spaces

Closed this issue · 1 comments

reference: https://www.elastic.co/guide/en/kibana/current/saved-objects-api-export.html

now we use:

POST <kibana host>:<port>/api/saved_objects/_export

we should use

POST <kibana host>:<port>/s/<space_id>/api/saved_objects/_export

done in this commit ad55c99