mirror of
https://github.com/elastic/kibana.git
synced 2025-07-01 12:33:23 -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> |
||
---|---|---|
.. | ||
src | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/core-saved-objects-server-internal
This package contains the internal implementation of core's server-side savedObjects service.