Add agentless deployment mode support and the use_minimal_state configuration variable to the three entity analytics integration packages:
entityanalytics_okta
entityanalytics_entra_id
entityanalytics_ad
For each package:
- Add
use_minimal_state variable to data_stream/entity/manifest.yml (bool, default true, hidden from both deployment modes — implementation detail, not user-facing).
- Wire into the Handlebars config template (
entity-analytics.yml.hbs).
- Add
deployment_modes block to the policy template in manifest.yml (default + agentless with release: beta).
- Review provider-specific fields for
hide_in_deployment_modes where they are irrelevant or confusing in agentless mode.
Depends on:
The integration package change must not land before the agentless-controller change so that agentless deployments never run minimal state without ES-backed storage available.
Related: elastic/beats#50774
Depends: 9.5+
Add agentless deployment mode support and the
use_minimal_stateconfiguration variable to the three entity analytics integration packages:entityanalytics_oktaentityanalytics_entra_identityanalytics_adFor each package:
use_minimal_statevariable todata_stream/entity/manifest.yml(bool, defaulttrue, hidden from both deployment modes — implementation detail, not user-facing).entity-analytics.yml.hbs).deployment_modesblock to the policy template inmanifest.yml(default + agentless withrelease: beta).hide_in_deployment_modeswhere they are irrelevant or confusing in agentless mode.Depends on:
The integration package change must not land before the agentless-controller change so that agentless deployments never run minimal state without ES-backed storage available.
Related: elastic/beats#50774
Depends: 9.5+