-
Notifications
You must be signed in to change notification settings - Fork 68
Add Elastic Agent container #1004
Comments
I think this should depend on the version of the stack. One idea: For any version:
For >= 8.0:
For < 8.0:
|
Sounds good to me, except first bullet point - we only have agent/apm-server combo starting 7.11, so what is it for? |
That would be for non-apm integrations |
#1005 added To automatically install the APM Integration this needs automation:
where @jalvz :
It seems we can look up the default policy in a number of ways. Querying the global fleet settings also seems to do it and require no pagination but seems like a hack -
|
|
I can take a stab at adding the |
+1; this will also help with automated upgrades of installed integrations that are part of a solution whenever Kibana is upgraded. |
IMO it's fine to update the default policy; different deployment environments probably have the need for different default policies (e.g. kubernetes) for which cases it makes sense to update the shipped default policy before starting up the cluster. I suggest we do the same for the APM Server integration here.
fyi - we can use |
Great, sounds like we don't need to get fancy with either version lookups (use static) or policy setups (use default).
perfect
All yours then @simitt, thank you. |
I think this is done, we will have to update things when fleet server comes, but for now we are good. Feel free to reopen if you disagree. |
The default policy should start apm-server.
Critically, this requires a service that installs the APM package prior to any data ingestion.
The text was updated successfully, but these errors were encountered: