[Discover] Split saved searches out of discover plugin (#138388)

This commit is contained in:
Joe Reuter 2022-08-12 11:19:40 +02:00 committed by GitHub
parent 945d456e71
commit fcf3b8bb21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
74 changed files with 217 additions and 76 deletions

View file

@ -246,6 +246,10 @@ Content is fetched from the remote (https://feeds.elastic.co) once a day, with p
oss plugins.
|{kib-repo}blob/{branch}/src/plugins/saved_search/README.md[savedSearch]
|Contains the saved search saved object definition and helpers.
|{kib-repo}blob/{branch}/src/plugins/screenshot_mode/README.md[screenshotMode]
|The service exposed by this plugin informs consumers whether they should optimize for non-interactivity. In this way plugins can avoid loading unnecessary code, data or other services.