This is a follow up from #35135. The shipper event protocol defines a PersistedIndex API for end to end acknowledgement from the output back to the input. This is critically important to ensuring that the Filebeat registry will continue to function as designed when using the shipper.
The shipper PersistedIndex API is described in detail in https://github.com/elastic/elastic-agent-shipper-client/tree/main/api#publication-acknowledgements. Implement the PersistedIndex API in the Filebeat shipper input.
Acceptance Criteria
This is a follow up from #35135. The shipper event protocol defines a
PersistedIndexAPI for end to end acknowledgement from the output back to the input. This is critically important to ensuring that the Filebeat registry will continue to function as designed when using the shipper.The shipper PersistedIndex API is described in detail in https://github.com/elastic/elastic-agent-shipper-client/tree/main/api#publication-acknowledgements. Implement the PersistedIndex API in the Filebeat shipper input.
Acceptance Criteria