kibana/docs/api/saved-objects
Mike Côté 7cf91316ca
Basic server side import API for saved objects (#32158)
* Initial work

* Add overwrite and skip support

* Cleanup and add tests

* Move code into separate files

* Remove reduce

* New API parameters

* Add support to replace references

* Add better error handling

* Add spaces tests

* Fix return type in collectSavedObjects

* Apply PR feedback

* Update jest tests due to jest version upgrade

* Add docs

* WIP

* Split import routes pt1

* Add tests

* Fix broken tests

* Update docs and fix broken test

* Add successCount to _import endpoint

* Make skip by default in resolution API

* Update tests for removal of skips

* Add back support for skips

* Add success count

* Add back resolve import conflicts x-pack tests

* Remove writev from filter stream

* Delete _mock_server.d.ts file

* Rename lib/import_saved_objects to lib/import

* Filter records at stream level for conflict resolution

* Update docs

* Add tests to validate documentation

* Return 200 instead of other code for errors, include errors array

* Change [] to {}

* Apply PR feedback

* Fix import object limit to not return 500

* Change some wording in the docs

* Fix status code

* Apply PR feedback pt2

* Lower maxImportPayloadBytes to 10MB

* Add unknown type tests for import

* Add unknown type tests for resolve_import_conflicts

* Fix tslint issues
2019-03-08 13:18:36 -05:00
..
bulk_create.asciidoc Add new "references" attribute to saved objects for relationships (#28199) 2019-01-30 15:53:03 -05:00
bulk_get.asciidoc [DOCS] Kibana APIs not accessible via Console (#26221) 2018-12-05 16:20:58 -05:00
create.asciidoc Add new "references" attribute to saved objects for relationships (#28199) 2019-01-30 15:53:03 -05:00
delete.asciidoc [DOCS] Kibana APIs not accessible via Console (#26221) 2018-12-05 16:20:58 -05:00
export.asciidoc Basic server side export API for saved objects (#30326) 2019-03-05 15:42:02 -05:00
find.asciidoc Add new "references" attribute to saved objects for relationships (#28199) 2019-01-30 15:53:03 -05:00
get.asciidoc [DOCS] Kibana APIs not accessible via Console (#26221) 2018-12-05 16:20:58 -05:00
import.asciidoc Basic server side import API for saved objects (#32158) 2019-03-08 13:18:36 -05:00
resolve_import_conflicts.asciidoc Basic server side import API for saved objects (#32158) 2019-03-08 13:18:36 -05:00
update.asciidoc Add new "references" attribute to saved objects for relationships (#28199) 2019-01-30 15:53:03 -05:00