mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
## Summary Fix https://github.com/elastic/kibana/issues/150079 Add support for the `*` wildcard for by-type export, allowing to more easily export all the exportable SO types ``` POST /api/saved_objects/_export { types: '*', } ``` ## Release Note The savedObjects export API now supports exporting all types using the `*` wildcard. Please refer to the documentation for more details and examples. --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
bulk_create.asciidoc | ||
bulk_delete.asciidoc | ||
bulk_get.asciidoc | ||
bulk_resolve.asciidoc | ||
bulk_update.asciidoc | ||
create.asciidoc | ||
delete.asciidoc | ||
export.asciidoc | ||
find.asciidoc | ||
get.asciidoc | ||
import.asciidoc | ||
resolve.asciidoc | ||
resolve_import_errors.asciidoc | ||
rotate_encryption_key.asciidoc | ||
update.asciidoc |