Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Add missing SO in data_model.md #142745

Merged
merged 1 commit into from
Oct 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions x-pack/plugins/fleet/dev_docs/data_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@ Contains configuration for ingest outputs that can be shared across multiple `in
only exposes a single Elasticsearch output that will be used for all package policies, but in the future this may be
used for other types of outputs like separate monitoring clusters, Logstash, etc.

### `ingest-download-sources`
- Constant in code: `DOWNLOAD_SOURCE_SAVED_OBJECT_TYPE`
- Introduced in ?
- [Code Link](../server/saved_objects/index.ts#329)
- Migrations: 8.4.0, 8.5.0

Contains configuration for the download source objects that allow users to configure a custom registry
for downloading the Elastic Agent. The default value is for the registry is `https://artifacts.elastic.co/downloads/`. The UI exposes this configuration in Settings.

### `epm-packages`

- Constant in code: `PACKAGES_SAVED_OBJECT_TYPE`
Expand Down