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
An impending change in elastic-agent affects how the shipper is enabled on an output. Previously this was done by setting shipper.enabled: true, or similar options described in #141508 (comment). After this PR is merged, the shipper will be enabled on an output by adding the use_shipper: true flag. (Internally this is a more significant change: the previous syntax enabled one specific shipper, named shipper, which was statically configured in the agent repository. The new syntax no longer cares about the specific name of the shipper, and just signals agent to allow any shipper that supports the given output type.)
This will also affect queue configuration. The queue options described in #141508 (comment) were based on plans at the time, but were never implemented -- the current plan calls for queue settings to be included directly in the output configuration block (see the implementation issue). For example the shipper could be enabled with the disk queue as follows:
An impending change in
elastic-agent
affects how the shipper is enabled on an output. Previously this was done by settingshipper.enabled: true
, or similar options described in #141508 (comment). After this PR is merged, the shipper will be enabled on an output by adding theuse_shipper: true
flag. (Internally this is a more significant change: the previous syntax enabled one specific shipper, namedshipper
, which was statically configured in the agent repository. The new syntax no longer cares about the specific name of the shipper, and just signals agent to allow any shipper that supports the given output type.)This will also affect queue configuration. The queue options described in #141508 (comment) were based on plans at the time, but were never implemented -- the current plan calls for queue settings to be included directly in the output configuration block (see the implementation issue). For example the shipper could be enabled with the disk queue as follows:
(Ownership of this issue is still being discussed, Agent team might end up taking on the implementation work for this issue.)
The text was updated successfully, but these errors were encountered: