Closed seanrathier closed 2 months ago
This information will be used to tag the agentless agent deployed in MKI
What is the plan for these tags to reach MKI from the manifest? Will this be done by Fleet?
- Should these new fields be siblings of the
deployment_mode.agentless
?
This sounds like a reasonable option, yes.
- Can we require fields to be populated by the integration developer if parent or sibling fields are enabled?
We could add these fields as required, but only for new versions of the spec, to avoid breaking existing packages.
What is the plan for these tags to reach MKI from the manifest? Will this be done by Fleet?
Agentless API & Controller will be doing this. Kibana will send those tags as part of the request to the Agentless API.
Ok, if Kibana/Fleet is the one reading the manifest the plan sounds good to me.
CC: @eyalkraft @oren-zohar @acorretti @orestisfl
Full disclosure this is my first time working in this area, I've started a PR here
Motivation
We would like to have additional fields required to be populated in an integration package when the
deployment_mode
agentless
is enabled. These fields are for identifying the organization, division, and team responsible for the integration. This information will be used to tag the agentless agent deployed in MKI so that we know who to contact when support is needed and for the teams to monitor their agentless agents.Some open questions
deployment_mode.agentless
?For example....
Related Issues