You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new flag --agent-id should be added to the enroll command to allow the Elastic Agent to define the ID it wants to use when enrolling with Fleet Server. An ELASTIC_AGENT_ID container environment variable also needs to work the same way as the --agent-id on the enroll command.
Describe a specific use case for the enhancement or feature:
This allows an Elastic Agent to tell Fleet Server that this Elastic Agent is this specific agent.
Describe the enhancement:
A new flag
--agent-id
should be added to theenroll
command to allow the Elastic Agent to define the ID it wants to use when enrolling with Fleet Server. AnELASTIC_AGENT_ID
container environment variable also needs to work the same way as the--agent-id
on theenroll
command.Describe a specific use case for the enhancement or feature:
This allows an Elastic Agent to tell Fleet Server that this Elastic Agent is this specific agent.
Most use-cases are described in the sibling issue on fleet-server: elastic/fleet-server#4226
What is the definition of done?
When
--agent-id
andELASTIC_AGENT_ID
will enroll to the Fleet Server with the provided ID.The text was updated successfully, but these errors were encountered: