Skip to content

Support "content-only" integrations #351

@jsoriano

Description

@jsoriano

After a conversation about #346 with @ruflin we came to the conclusion that we may want to have a package type for additional content, something as DLCs for integration packages.

This package type would only contain assets, and references to an integration package. Packages of this type could be only installed if the referenced integration package is installed.

Use cases for these packages:

  • Potentially large sample data.
  • Optional assets, that may be also large, and may have different licenses or require different subscriptions, as ML models.
  • Additional dashboards, for specific use cases, and/or maintained by other teams or the community.
  • Assets like dashboards or ML jobs for data collected by OTEL or other collectors.

Data streams, or anything that alters ingestion of data would be excluded from these packages, to avoid complex dependencies and interactions.

Some notes about this:

  • From the spec perspective, these packages would be like integration packages, but without data_streams or anything related to ingestion, and with a dependency to the integration package that collects the data. The dependency would need to be with package name and version range.
  • Fleet would install these packages as assets of the main package. If the main package is uninstalled, packages with additional content should be uninstalled too.
  • From the package search POV, these packages could be found:
    • From the main package view. For example from the nginx package view, you can also discover "content" packages for nginx.
    • From the package search view, you can also find these packages, and when installing them, the referenced integration is installed too.

Tasks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Team:EcosystemLabel for the Packages Ecosystem teamdiscussIssue needs discussion

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions