Description
openedon Apr 17, 2024
Description
We are adding support for "agentless" in integrations. These integrations will be deployed in fully managed agents, so the way they are configured will be slightly different.
We should document somewhere the related features:
- The concept of deployment mode, introduced in Add support for definitions related to deployment modes package-spec#738.
- Enabling agentless in template policies in packages, for example:
...
policy_templates:
- name: billing
title: AWS Billing
description: Collect billing metrics with Elastic Agent
deployment_modes:
agentless:
enabled: true
...
- Disabling variables if needed:
hide_in_deployment_modes:
- agentless
- Capabilities in the agentless-controller: https://github.com/elastic/agentless-controller/blob/add8018ff3bfc04de64c0eb057eabd4937a0bbad/controllers/config/capabilities.yml
Resources
Meta issue: https://github.com/elastic/ingest-dev/issues/3013
Package Spec design issue: elastic/package-spec#684
Collaboration
TBD. The docs and product team will work together to determine the best path forward.
Point of contact.
Main contact: @kpollich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment