Skip to content

Latest commit

 

History

History

Ack Extension

Status
Stability development
Distributions contrib
Issues Open issues Closed issues
Code Owners @zpzhuSplunk, @splunkericl

This extension allows acking of data upon successful processing. The upstream agent can choose to send event again if ack fails.

Configuration

extensions:
  ack:
    storage:
    max_number_of_partition: 1000000
    max_number_of_pending_acks_per_partition: 1000000

receivers:
  splunk_hec:
    ack_extension: ack

service:
  extensions: [ack]
  pipelines:
    logs:
      receivers: [splunk_hec]