You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
I've created dashboards with the python library, now that I want to share a dashboard with a predefined specific filter already in place I'm stuck.
I can click the share button in the dashboard page and copy the short url but there is no way to automate this process.
What solution would you like?
Make the api available as for the visualisation and dashboard:
:5601/api/saved_objects/dashboard and :5601/api/saved_objects/visualiszation
eg: :5601/api/saved_objects/url (to create the short url)
What alternatives have you considered?
uploading an ndjson file via python for creating the url, but that failed aswell.
Do you have any additional context?
basicly the screenshot options should be in the API:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I've created dashboards with the python library, now that I want to share a dashboard with a predefined specific filter already in place I'm stuck.
I can click the share button in the dashboard page and copy the short url but there is no way to automate this process.
What solution would you like?
Make the api available as for the visualisation and dashboard:
:5601/api/saved_objects/dashboard and :5601/api/saved_objects/visualiszation
eg: :5601/api/saved_objects/url (to create the short url)
What alternatives have you considered?
uploading an ndjson file via python for creating the url, but that failed aswell.
Do you have any additional context?
basicly the screenshot options should be in the API:
The text was updated successfully, but these errors were encountered: