[18:35:27] hey folks - just trying to update a hacky script we use to clean up the filters on the new errors dashboard and getting a 404 for https://logstash.wikimedia.org/api/kibana/dashboards/export?dashboard=0a9ecdc0-b6dc-11e8-9d8f-dbc23b470465 [18:35:47] anybody happen to know if opensearch still supports that export in the API and has just moved it somewhere else? [18:35:54] docs aren't proving very fruitful [19:03:59] (think i figured it out.) [19:10:31] yeah the dashboards api is deprecated, did you end up switching over to saved_objects api? [22:48:49] brennen: "kibana" is no longer the api endpoint. Renamed like so: https://logstash.wikimedia.org/api/opensearch-dashboards/dashboards/export?dashboard=0a9ecdc0-b6dc-11e8-9d8f-dbc23b470465 [22:52:21] herron, cwhite: thanks for both answers - i switched to the saved_objects, but good to know the export still exists at a different endpoint. [22:53:37] since it's deprecated i guess i'll stick with the saved_objects change. [22:57:36] Saved objects is probably the more stable endpoint longer term. If you need something quick, however, there are no immediate plans to remove the dashboards export endpoint. [22:58:53] If removal is planned at some point, I would expect its removal in Dashboards 3.0 or later. [22:59:04] all sorted: https://gerrit.wikimedia.org/r/c/mediawiki/tools/release/+/773839 [22:59:29] (this is a script that i sincerely hope doesn't have a very long lifespan, but these things have a way of sticking around longer than intended.) [23:00:48] hah, isn't that just how it goes :) Thanks!