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
{{ message }}
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
The shipper does not support multiple outputs. When multiple outputs are detected in the shipper configuration provided by the agent, the shipper should report itself as in the FAILED state on its next checkin with the agent.
Currently the behaviour configuration multiple outputs is to pick one based on an arbitrary ordering:
This sort of connects to elastic/elastic-agent#1729, since that arbitrary ordering is just because we need to check the config one-by-one before we fully unpack things. At the very least, it will be easy to just check to see if more than one output has enabled: true set.
Beats doesn't support multiple outputs, but there might be some work to do to get the error to present in a nice way (associated with the agent output unit).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The shipper does not support multiple outputs. When multiple outputs are detected in the shipper configuration provided by the agent, the shipper should report itself as in the FAILED state on its next checkin with the agent.
Currently the behaviour configuration multiple outputs is to pick one based on an arbitrary ordering:
elastic-agent-shipper/controller/runner.go
Lines 209 to 220 in 598c8e6
The text was updated successfully, but these errors were encountered: