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 was archived by the owner on Sep 21, 2023. It is now read-only.
The 8.5 release milestone minimum feature set necessary to use the shipper with metricbeat and filebeat: only support the memory queue and the Elasticsearch output, leaving processors in the beats. The shipper can be enabled by setting an environment variable when starting the agent. A feature flag will be added to the agent policy and Fleet UI in a future iteration.
Dependencies
The primary dependency of the phase 1 data shipper is the agent control plane. The control plane work to support the phase 1 shipper is tracked in:
The implementation tasks for the shipper are broken into several independent feature groups, listed below. Tasks will be converted to issues as the implementation progresses.
An integration test suite exists to verify that the client and server implementations interact correctly, with emphasis on error conditions: partially accepted batches, full queues, server and client side restarts, etc.
The 8.5 release milestone minimum feature set necessary to use the shipper with metricbeat and filebeat: only support the memory queue and the Elasticsearch output, leaving processors in the beats. The shipper can be enabled by setting an environment variable when starting the agent. A feature flag will be added to the agent policy and Fleet UI in a future iteration.
Dependencies
The primary dependency of the phase 1 data shipper is the agent control plane. The control plane work to support the phase 1 shipper is tracked in:
Implementation
The implementation tasks for the shipper are broken into several independent feature groups, listed below. Tasks will be converted to issues as the implementation progresses.
shipperoutput type #22PersistedIndexnotAcceptedCountbeats#32329PersistedIndexnotAcceptedCountbeats#32329QA / Testing Needs
Deferred to 8.6
Documentation
N/A - The shipper will be experimental and enabled via an environment variable when starting the agent.